public class Account extends Extension implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension">
<sequence>
<element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}id"/>
<element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="pendingDeferredActionsCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="customerDurationDays" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="customerDurationYears" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="accountFirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accountLastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="securityCode1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="securityCode2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currency" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="currencySecondary" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="balanceGroupRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
<element name="customerTypeCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="organizationHierarchyTypeCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="businessType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
<element name="parentRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
<element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}contacts" maxOccurs="unbounded"/>
<element name="statusCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="timezoneId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="wallet" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}wallet"/>
<element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}billUnit" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountFirstName |
protected String |
accountLastName |
protected String |
accountNumber |
protected ResourceRef |
balanceGroupRef |
protected List<BillUnit> |
billUnit |
protected String |
businessType |
protected List<Contacts> |
contacts |
protected Calendar |
creationDate |
protected int |
currency |
protected Integer |
currencySecondary |
protected int |
customerDurationDays |
protected Integer |
customerDurationYears |
protected Integer |
customerTypeCode |
protected String |
id |
protected String |
locale |
protected Integer |
organizationHierarchyTypeCode |
protected ResourceRef |
parentRef |
protected Integer |
pendingDeferredActionsCount |
protected String |
securityCode1 |
protected String |
securityCode2 |
protected Integer |
statusCode |
protected String |
timezoneId |
protected Wallet |
wallet |
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountFirstName()
Gets the value of the accountFirstName property.
|
String |
getAccountLastName()
Gets the value of the accountLastName property.
|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
ResourceRef |
getBalanceGroupRef()
Gets the value of the balanceGroupRef property.
|
List<BillUnit> |
getBillUnit()
Gets the value of the billUnit property.
|
String |
getBusinessType()
Gets the value of the businessType property.
|
List<Contacts> |
getContacts()
Gets the value of the contacts property.
|
Calendar |
getCreationDate()
Gets the value of the creationDate property.
|
int |
getCurrency()
Gets the value of the currency property.
|
Integer |
getCurrencySecondary()
Gets the value of the currencySecondary property.
|
int |
getCustomerDurationDays()
Gets the value of the customerDurationDays property.
|
Integer |
getCustomerDurationYears()
Gets the value of the customerDurationYears property.
|
Integer |
getCustomerTypeCode()
Gets the value of the customerTypeCode property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLocale()
Gets the value of the locale property.
|
Integer |
getOrganizationHierarchyTypeCode()
Gets the value of the organizationHierarchyTypeCode property.
|
ResourceRef |
getParentRef()
Gets the value of the parentRef property.
|
Integer |
getPendingDeferredActionsCount()
Gets the value of the pendingDeferredActionsCount property.
|
String |
getSecurityCode1()
Gets the value of the securityCode1 property.
|
String |
getSecurityCode2()
Gets the value of the securityCode2 property.
|
Integer |
getStatusCode()
Gets the value of the statusCode property.
|
String |
getTimezoneId()
Gets the value of the timezoneId property.
|
Wallet |
getWallet()
Gets the value of the wallet property.
|
void |
setAccountFirstName(String value)
Sets the value of the accountFirstName property.
|
void |
setAccountLastName(String value)
Sets the value of the accountLastName property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setBalanceGroupRef(ResourceRef value)
Sets the value of the balanceGroupRef property.
|
void |
setBusinessType(String value)
Sets the value of the businessType property.
|
void |
setCreationDate(Calendar value)
Sets the value of the creationDate property.
|
void |
setCurrency(int value)
Sets the value of the currency property.
|
void |
setCurrencySecondary(Integer value)
Sets the value of the currencySecondary property.
|
void |
setCustomerDurationDays(int value)
Sets the value of the customerDurationDays property.
|
void |
setCustomerDurationYears(Integer value)
Sets the value of the customerDurationYears property.
|
void |
setCustomerTypeCode(Integer value)
Sets the value of the customerTypeCode property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setOrganizationHierarchyTypeCode(Integer value)
Sets the value of the organizationHierarchyTypeCode property.
|
void |
setParentRef(ResourceRef value)
Sets the value of the parentRef property.
|
void |
setPendingDeferredActionsCount(Integer value)
Sets the value of the pendingDeferredActionsCount property.
|
void |
setSecurityCode1(String value)
Sets the value of the securityCode1 property.
|
void |
setSecurityCode2(String value)
Sets the value of the securityCode2 property.
|
void |
setStatusCode(Integer value)
Sets the value of the statusCode property.
|
void |
setTimezoneId(String value)
Sets the value of the timezoneId property.
|
void |
setWallet(Wallet value)
Sets the value of the wallet property.
|
getExtension, setExtensionprotected String id
protected Calendar creationDate
protected Integer pendingDeferredActionsCount
protected int customerDurationDays
protected Integer customerDurationYears
protected String accountNumber
protected String accountFirstName
protected String accountLastName
protected String securityCode1
protected String securityCode2
protected int currency
protected Integer currencySecondary
protected String locale
protected ResourceRef balanceGroupRef
protected Integer customerTypeCode
protected Integer organizationHierarchyTypeCode
protected String businessType
protected ResourceRef parentRef
protected Integer statusCode
protected String timezoneId
protected Wallet wallet
public void setId(String value)
value - allowed object is
Stringpublic Calendar getCreationDate()
Stringpublic void setCreationDate(Calendar value)
value - allowed object is
Stringpublic Integer getPendingDeferredActionsCount()
Integerpublic void setPendingDeferredActionsCount(Integer value)
value - allowed object is
Integerpublic int getCustomerDurationDays()
public void setCustomerDurationDays(int value)
public Integer getCustomerDurationYears()
Integerpublic void setCustomerDurationYears(Integer value)
value - allowed object is
Integerpublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic String getAccountFirstName()
Stringpublic void setAccountFirstName(String value)
value - allowed object is
Stringpublic String getAccountLastName()
Stringpublic void setAccountLastName(String value)
value - allowed object is
Stringpublic String getSecurityCode1()
Stringpublic void setSecurityCode1(String value)
value - allowed object is
Stringpublic String getSecurityCode2()
Stringpublic void setSecurityCode2(String value)
value - allowed object is
Stringpublic int getCurrency()
public void setCurrency(int value)
public Integer getCurrencySecondary()
Integerpublic void setCurrencySecondary(Integer value)
value - allowed object is
Integerpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic ResourceRef getBalanceGroupRef()
ResourceRefpublic void setBalanceGroupRef(ResourceRef value)
value - allowed object is
ResourceRefpublic Integer getCustomerTypeCode()
Integerpublic void setCustomerTypeCode(Integer value)
value - allowed object is
Integerpublic Integer getOrganizationHierarchyTypeCode()
Integerpublic void setOrganizationHierarchyTypeCode(Integer value)
value - allowed object is
Integerpublic String getBusinessType()
Stringpublic void setBusinessType(String value)
value - allowed object is
Stringpublic ResourceRef getParentRef()
ResourceRefpublic void setParentRef(ResourceRef value)
value - allowed object is
ResourceRefpublic List<Contacts> getContacts()
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 contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);
Objects of the following type(s) are allowed in the list
Contacts
public Integer getStatusCode()
Integerpublic void setStatusCode(Integer value)
value - allowed object is
Integerpublic String getTimezoneId()
Stringpublic void setTimezoneId(String value)
value - allowed object is
Stringpublic Wallet getWallet()
Walletpublic void setWallet(Wallet value)
value - allowed object is
Walletpublic List<BillUnit> getBillUnit()
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 billUnit property.
For example, to add a new item, do as follows:
getBillUnit().add(newItem);
Objects of the following type(s) are allowed in the list
BillUnit