public class RoleMappingData
extends java.lang.Object
Java class for roleMappingData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="roleMappingData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{}update use="required""/>
<attribute name="subjectid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="subjecttype" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
subjectid |
protected java.lang.String |
subjecttype |
protected UpdateValues |
update |
| Constructor and Description |
|---|
RoleMappingData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSubjectid()
Gets the value of the subjectid property.
|
java.lang.String |
getSubjecttype()
Gets the value of the subjecttype property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
void |
setSubjectid(java.lang.String value)
Sets the value of the subjectid property.
|
void |
setSubjecttype(java.lang.String value)
Sets the value of the subjecttype property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
protected UpdateValues update
protected java.lang.String subjectid
protected java.lang.String subjecttype
public UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValuespublic java.lang.String getSubjectid()
Stringpublic void setSubjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubjecttype()
Stringpublic void setSubjecttype(java.lang.String value)
value - allowed object is
String