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, setExtension
protected 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
String
public Calendar getCreationDate()
String
public void setCreationDate(Calendar value)
value
- allowed object is
String
public Integer getPendingDeferredActionsCount()
Integer
public void setPendingDeferredActionsCount(Integer value)
value
- allowed object is
Integer
public int getCustomerDurationDays()
public void setCustomerDurationDays(int value)
public Integer getCustomerDurationYears()
Integer
public void setCustomerDurationYears(Integer value)
value
- allowed object is
Integer
public String getAccountNumber()
String
public void setAccountNumber(String value)
value
- allowed object is
String
public String getAccountFirstName()
String
public void setAccountFirstName(String value)
value
- allowed object is
String
public String getAccountLastName()
String
public void setAccountLastName(String value)
value
- allowed object is
String
public String getSecurityCode1()
String
public void setSecurityCode1(String value)
value
- allowed object is
String
public String getSecurityCode2()
String
public void setSecurityCode2(String value)
value
- allowed object is
String
public int getCurrency()
public void setCurrency(int value)
public Integer getCurrencySecondary()
Integer
public void setCurrencySecondary(Integer value)
value
- allowed object is
Integer
public String getLocale()
String
public void setLocale(String value)
value
- allowed object is
String
public ResourceRef getBalanceGroupRef()
ResourceRef
public void setBalanceGroupRef(ResourceRef value)
value
- allowed object is
ResourceRef
public Integer getCustomerTypeCode()
Integer
public void setCustomerTypeCode(Integer value)
value
- allowed object is
Integer
public Integer getOrganizationHierarchyTypeCode()
Integer
public void setOrganizationHierarchyTypeCode(Integer value)
value
- allowed object is
Integer
public String getBusinessType()
String
public void setBusinessType(String value)
value
- allowed object is
String
public ResourceRef getParentRef()
ResourceRef
public void setParentRef(ResourceRef value)
value
- allowed object is
ResourceRef
public 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()
Integer
public void setStatusCode(Integer value)
value
- allowed object is
Integer
public String getTimezoneId()
String
public void setTimezoneId(String value)
value
- allowed object is
String
public Wallet getWallet()
Wallet
public void setWallet(Wallet value)
value
- allowed object is
Wallet
public 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