Class SharingMember

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

public class SharingMember extends Extension implements 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:
  • Field Details

  • Constructor Details

    • SharingMember

      public SharingMember()
  • Method Details

    • getOrderedBalGroupRef

      public ResourceRef getOrderedBalGroupRef()
      Gets the value of the orderedBalGroupRef property.
      Returns:
      possible object is ResourceRef
    • setOrderedBalGroupRef

      public void setOrderedBalGroupRef(ResourceRef value)
      Sets the value of the orderedBalGroupRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getMembership

      public List<SharingMember.Membership> 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.