All Implemented Interfaces:
Serializable

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>
 
See Also:
  • Field Details

    • parent

      protected Parent parent
      The parent in the organization hierarchy.
    • organizationHierarchyType

      protected int organizationHierarchyType
      The type of organization hierarchy, such as not set, site, legal entity, billing account, or service account.
  • Constructor Details

    • Parent

      public Parent()
  • Method Details

    • getParent

      public Parent getParent()
      The parent in the organization hierarchy.
      Returns:
      possible object is Parent
    • setParent

      public void setParent(Parent value)
      Sets the value of the parent property.
      Parameters:
      value - allowed object is Parent
      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.