Class ServiceType.AliasList

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

public static class ServiceType.AliasList 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="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 Details

  • Constructor Details

    • AliasList

      public AliasList()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getElem

      public Integer getElem()
      Gets the value of the elem property.
      Returns:
      possible object is Integer
    • setElem

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