Class ProfileCustomerCareType.CustomerCareInfo
java.lang.Object
com.oracle.communications.brm.cc.model.ProfileCustomerCareType.CustomerCareInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProfileCustomerCareType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the customerType property.Gets the value of the organizationHierarchyType property.voidsetCustomerType(Integer value) Sets the value of the customerType property.voidSets the value of the organizationHierarchyType property.
-
Field Details
-
customerType
-
organizationHierarchyType
-
-
Constructor Details
-
CustomerCareInfo
public CustomerCareInfo()
-
-
Method Details
-
getCustomerType
Gets the value of the customerType property.- Returns:
- possible object is
Integer
-
setCustomerType
Sets the value of the customerType property.- Parameters:
value- allowed object isInteger
-
getOrganizationHierarchyType
Gets the value of the organizationHierarchyType property.- Returns:
- possible object is
Integer
-
setOrganizationHierarchyType
Sets the value of the organizationHierarchyType property.- Parameters:
value- allowed object isInteger
-