public class MemberRoleData
extends java.lang.Object
Java class for memberRoleData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="memberRoleData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="role" type="{}roleData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="member-id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="objectid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{}update use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
memberId |
protected java.lang.String |
objectid |
protected java.util.List<RoleData> |
role |
protected UpdateValues |
update |
| Constructor and Description |
|---|
MemberRoleData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMemberId()
Gets the value of the memberId property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.util.List<RoleData> |
getRole()
Gets the value of the role property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
void |
setMemberId(java.lang.String value)
Sets the value of the memberId property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
protected java.util.List<RoleData> role
protected java.lang.String memberId
protected java.lang.String objectid
protected UpdateValues update
public java.util.List<RoleData> getRole()
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 role property.
For example, to add a new item, do as follows:
getRole().add(newItem);
Objects of the following type(s) are allowed in the list
RoleData
public java.lang.String getMemberId()
Stringpublic void setMemberId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValues