Class ServiceGroupIndex
java.lang.Object
com.oracle.communications.brm.cc.model.ServiceGroupIndex
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThe service group element.voidsetServiceGroupElem(int value) Sets the value of the serviceGroupElem property.
-
Field Details
-
serviceGroupElem
protected int serviceGroupElemThe 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.
-