Class SharingMember
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.SharingMember
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension"> <sequence> <element name="orderedBalGroupRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> <element name="membership" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serviceRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> <element name="accountRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> <element name="groupRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<SharingMember.Membership> The list of sharing groups that the member belongs to.protected ResourceRef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe list of sharing groups that the member belongs to.Gets the value of the orderedBalGroupRef property.void
setOrderedBalGroupRef
(ResourceRef value) Sets the value of the orderedBalGroupRef property.Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
orderedBalGroupRef
-
membership
The list of sharing groups that the member belongs to.
-
-
Constructor Details
-
SharingMember
public SharingMember()
-
-
Method Details
-
getOrderedBalGroupRef
Gets the value of the orderedBalGroupRef property.- Returns:
- possible object is
ResourceRef
-
setOrderedBalGroupRef
Sets the value of the orderedBalGroupRef property.- Parameters:
value
- allowed object isResourceRef
-
getMembership
The list of sharing groups that the member belongs to. Gets the value of the membership property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the membership property.For example, to add a new item, do as follows:
getMembership().add(newItem);
Objects of the following type(s) are allowed in the list
SharingMember.Membership
- Returns:
- The value of the membership property.
-