Class ServiceGroupIndex

java.lang.Object
com.oracle.communications.brm.cc.model.ServiceGroupIndex
All Implemented Interfaces:
Serializable

public class ServiceGroupIndex extends Object implements Serializable

Java class for serviceGroupIndex complex type

.

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

 <complexType name="serviceGroupIndex">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="serviceGroupElem" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • serviceGroupElem

      protected int serviceGroupElem
      The service group element.
  • Constructor Details

    • ServiceGroupIndex

      public ServiceGroupIndex()
  • Method Details

    • getServiceGroupElem

      public int getServiceGroupElem()
      The service group element.
    • setServiceGroupElem

      public void setServiceGroupElem(int value)
      Sets the value of the serviceGroupElem property.