public class Parent extends AccountContactDetails 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}accountContactDetails"> <sequence> <element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}parent" minOccurs="0"/> <element name="organizationHierarchyType" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
organizationHierarchyType |
protected Parent |
parent |
accountId, accountNumber, address, city, company, country, firstName, lastName, middleName, state, zip
Constructor and Description |
---|
Parent() |
Modifier and Type | Method and Description |
---|---|
int |
getOrganizationHierarchyType()
Gets the value of the organizationHierarchyType property.
|
Parent |
getParent()
The parent's parent account.
|
void |
setOrganizationHierarchyType(int value)
Sets the value of the organizationHierarchyType property.
|
void |
setParent(Parent value)
Sets the value of the parent property.
|
getAccountId, getAccountNumber, getAddress, getCity, getCompany, getCountry, getFirstName, getLastName, getMiddleName, getState, getZip, setAccountId, setAccountNumber, setAddress, setCity, setCompany, setCountry, setFirstName, setLastName, setMiddleName, setState, setZip
getExtension, setExtension
protected Parent parent
protected int organizationHierarchyType
public void setParent(Parent value)
value
- allowed object is
Parent
public int getOrganizationHierarchyType()
public void setOrganizationHierarchyType(int value)