Class Parent
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.AccountContactDetails
com.oracle.communications.brm.cc.model.Parent
- All Implemented Interfaces:
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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intThe type of organization hierarchy, such as not set, site, legal entity, billing account, or service account.protected ParentThe parent in the organization hierarchy.Fields inherited from class com.oracle.communications.brm.cc.model.AccountContactDetails
accountId, accountNumber, address, city, company, country, firstName, lastName, middleName, state, zip -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThe type of organization hierarchy, such as not set, site, legal entity, billing account, or service account.The parent in the organization hierarchy.voidsetOrganizationHierarchyType(int value) Sets the value of the organizationHierarchyType property.voidSets the value of the parent property.Methods inherited from class com.oracle.communications.brm.cc.model.AccountContactDetails
getAccountId, getAccountNumber, getAddress, getCity, getCompany, getCountry, getFirstName, getLastName, getMiddleName, getState, getZip, setAccountId, setAccountNumber, setAddress, setCity, setCompany, setCountry, setFirstName, setLastName, setMiddleName, setState, setZipMethods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
parent
The parent in the organization hierarchy. -
organizationHierarchyType
protected int organizationHierarchyTypeThe type of organization hierarchy, such as not set, site, legal entity, billing account, or service account.
-
-
Constructor Details
-
Parent
public Parent()
-
-
Method Details
-
getParent
The parent in the organization hierarchy.- Returns:
- possible object is
Parent
-
setParent
Sets the value of the parent property.- Parameters:
value- allowed object isParent- See Also:
-
getOrganizationHierarchyType
public int getOrganizationHierarchyType()The type of organization hierarchy, such as not set, site, legal entity, billing account, or service account. -
setOrganizationHierarchyType
public void setOrganizationHierarchyType(int value) Sets the value of the organizationHierarchyType property.
-