Class ProfileCustomerCareType.CustomerCareInfo

java.lang.Object
com.oracle.communications.brm.cc.model.ProfileCustomerCareType.CustomerCareInfo
All Implemented Interfaces:
Serializable
Enclosing class:
ProfileCustomerCareType

public static class ProfileCustomerCareType.CustomerCareInfo extends Object implements Serializable

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="customerType" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
             </restriction>
           </simpleType>
         </element>
         <element name="organizationHierarchyType" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • customerType

      protected Integer customerType
    • organizationHierarchyType

      protected Integer organizationHierarchyType
  • Constructor Details

    • CustomerCareInfo

      public CustomerCareInfo()
  • Method Details

    • getCustomerType

      public Integer getCustomerType()
      Gets the value of the customerType property.
      Returns:
      possible object is Integer
    • setCustomerType

      public void setCustomerType(Integer value)
      Sets the value of the customerType property.
      Parameters:
      value - allowed object is Integer
    • getOrganizationHierarchyType

      public Integer getOrganizationHierarchyType()
      Gets the value of the organizationHierarchyType property.
      Returns:
      possible object is Integer
    • setOrganizationHierarchyType

      public void setOrganizationHierarchyType(Integer value)
      Sets the value of the organizationHierarchyType property.
      Parameters:
      value - allowed object is Integer