public class SharingMemberDetails 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="groupref" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/> <element name="orderedBalGroupref" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/> <element name="serviceRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/> <element name="membershipDetails" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="groupRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> <element name="groupName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="groupType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="serviceRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> <element name="serviceName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="priority" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="accountRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> <element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
SharingMemberDetails.MembershipDetails
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected ResourceRef |
groupref |
protected List<SharingMemberDetails.MembershipDetails> |
membershipDetails |
protected ResourceRef |
orderedBalGroupref |
protected ResourceRef |
serviceRef |
Constructor and Description |
---|
SharingMemberDetails() |
Modifier and Type | Method and Description |
---|---|
ResourceRef |
getGroupref()
Gets the value of the groupref property.
|
List<SharingMemberDetails.MembershipDetails> |
getMembershipDetails()
Gets the value of the membershipDetails property.
|
ResourceRef |
getOrderedBalGroupref()
Gets the value of the orderedBalGroupref property.
|
ResourceRef |
getServiceRef()
Gets the value of the serviceRef property.
|
void |
setGroupref(ResourceRef value)
Sets the value of the groupref property.
|
void |
setOrderedBalGroupref(ResourceRef value)
Sets the value of the orderedBalGroupref property.
|
void |
setServiceRef(ResourceRef value)
Sets the value of the serviceRef property.
|
getExtension, setExtension
protected ResourceRef groupref
protected ResourceRef orderedBalGroupref
protected ResourceRef serviceRef
protected List<SharingMemberDetails.MembershipDetails> membershipDetails
public ResourceRef getGroupref()
ResourceRef
public void setGroupref(ResourceRef value)
value
- allowed object is
ResourceRef
public ResourceRef getOrderedBalGroupref()
ResourceRef
public void setOrderedBalGroupref(ResourceRef value)
value
- allowed object is
ResourceRef
public ResourceRef getServiceRef()
ResourceRef
public void setServiceRef(ResourceRef value)
value
- allowed object is
ResourceRef
public List<SharingMemberDetails.MembershipDetails> getMembershipDetails()
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 membershipDetails property.
For example, to add a new item, do as follows:
getMembershipDetails().add(newItem);
Objects of the following type(s) are allowed in the list
SharingMemberDetails.MembershipDetails