Class ServiceType.AliasList
java.lang.Object
com.oracle.communications.brm.cc.model.ServiceType.AliasList
- All Implemented Interfaces:
Serializable
- Enclosing class:
ServiceType
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="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="elem" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
elem
-
-
Constructor Details
-
AliasList
public AliasList()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getElem
Gets the value of the elem property.- Returns:
- possible object is
Integer
-
setElem
Sets the value of the elem property.- Parameters:
value
- allowed object isInteger
-