public class AccountSummaryType
extends java.lang.Object
Java class for AccountSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountSummaryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="AccountState" type="{urn:ebay:apis:eBLBaseComponents}AccountStateCodeType" minOccurs="0"/> <element name="AdditionalAccount" type="{urn:ebay:apis:eBLBaseComponents}AdditionalAccountType" maxOccurs="unbounded" minOccurs="0"/> <element name="AdditionalAccountsCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element ref="{urn:ebay:apis:eBLBaseComponents}AmountPastDue" minOccurs="0"/> <element name="BankAccountInfo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="BankModifyDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="BillingCycleDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="CCExp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="CCInfo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="CCModifyDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element ref="{urn:ebay:apis:eBLBaseComponents}CurrentBalance"/> <element name="LastAmountPaid" type="{urn:ebay:apis:CoreComponentTypes}AmountType"/> <element name="LastInvoiceAmount" type="{urn:ebay:apis:CoreComponentTypes}AmountType"/> <element name="LastInvoiceDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="LastPaymentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="PastDue" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="PaymentMethod" type="{urn:ebay:apis:eBLBaseComponents}SellerPaymentMethodCodeType"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.io.Serializable> |
content |
Constructor and Description |
---|
AccountSummaryType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.io.Serializable> |
getContent()
Includes account summary for the user.
|
public java.util.List<java.io.Serializable> getContent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
XMLGregorianCalendar
>
JAXBElement
<
AccountStateCodeType
>
JAXBElement
<
XMLGregorianCalendar
>
JAXBElement
<
AmountType
>
JAXBElement
<
SellerPaymentMethodCodeType
>
JAXBElement
<
XMLGregorianCalendar
>
JAXBElement
<
AmountType
>
JAXBElement
<
Integer
>
JAXBElement
<
AdditionalAccountType
>
JAXBElement
<
String
>
String
JAXBElement
<
XMLGregorianCalendar
>
JAXBElement
<
AmountType
>
JAXBElement
<
XMLGregorianCalendar
>
JAXBElement
<
AmountType
>
JAXBElement
<
XMLGregorianCalendar
>
JAXBElement
<
String
>
JAXBElement
<
Boolean
>
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.