public class AppRoleData
extends java.lang.Object
Java class for appRoleData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="appRoleData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="localedata" type="{}localeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="mapping" type="{}appRoleMapData" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="roleid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="min" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="addressable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="can-edit-app" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="can-edit-community" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="use-for-creator" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="groupid" 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.Boolean |
addressable |
protected java.lang.Boolean |
canEditApp |
protected java.lang.Boolean |
canEditCommunity |
protected java.lang.String |
groupid |
protected java.util.List<LocaleData> |
localedata |
protected java.util.List<AppRoleMapData> |
mapping |
protected java.lang.Integer |
max |
protected java.lang.Integer |
min |
protected java.lang.String |
name |
protected java.lang.String |
required |
protected java.lang.String |
roleid |
protected UpdateValues |
update |
protected java.lang.Boolean |
useForCreator |
| Constructor and Description |
|---|
AppRoleData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroupid()
Gets the value of the groupid property.
|
java.util.List<LocaleData> |
getLocaledata()
Gets the value of the localedata property.
|
java.util.List<AppRoleMapData> |
getMapping()
Gets the value of the mapping property.
|
java.lang.Integer |
getMax()
Gets the value of the max property.
|
java.lang.Integer |
getMin()
Gets the value of the min property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getRequired()
Gets the value of the required property.
|
java.lang.String |
getRoleid()
Gets the value of the roleid property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
java.lang.Boolean |
isAddressable()
Gets the value of the addressable property.
|
java.lang.Boolean |
isCanEditApp()
Gets the value of the canEditApp property.
|
java.lang.Boolean |
isCanEditCommunity()
Gets the value of the canEditCommunity property.
|
java.lang.Boolean |
isUseForCreator()
Gets the value of the useForCreator property.
|
void |
setAddressable(java.lang.Boolean value)
Sets the value of the addressable property.
|
void |
setCanEditApp(java.lang.Boolean value)
Sets the value of the canEditApp property.
|
void |
setCanEditCommunity(java.lang.Boolean value)
Sets the value of the canEditCommunity property.
|
void |
setGroupid(java.lang.String value)
Sets the value of the groupid property.
|
void |
setMax(java.lang.Integer value)
Sets the value of the max property.
|
void |
setMin(java.lang.Integer value)
Sets the value of the min property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRequired(java.lang.String value)
Sets the value of the required property.
|
void |
setRoleid(java.lang.String value)
Sets the value of the roleid property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
void |
setUseForCreator(java.lang.Boolean value)
Sets the value of the useForCreator property.
|
protected java.util.List<LocaleData> localedata
protected java.util.List<AppRoleMapData> mapping
protected java.lang.String name
protected java.lang.String roleid
protected java.lang.Integer max
protected java.lang.Integer min
protected java.lang.Boolean addressable
protected java.lang.String required
protected java.lang.Boolean canEditApp
protected java.lang.Boolean canEditCommunity
protected java.lang.Boolean useForCreator
protected java.lang.String groupid
protected UpdateValues update
public java.util.List<LocaleData> getLocaledata()
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 localedata property.
For example, to add a new item, do as follows:
getLocaledata().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleData
public java.util.List<AppRoleMapData> getMapping()
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 mapping property.
For example, to add a new item, do as follows:
getMapping().add(newItem);
Objects of the following type(s) are allowed in the list
AppRoleMapData
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRoleid()
Stringpublic void setRoleid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getMax()
Integerpublic void setMax(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMin()
Integerpublic void setMin(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isAddressable()
Booleanpublic void setAddressable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getRequired()
Stringpublic void setRequired(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isCanEditApp()
Booleanpublic void setCanEditApp(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isCanEditCommunity()
Booleanpublic void setCanEditCommunity(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isUseForCreator()
Booleanpublic void setUseForCreator(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getGroupid()
Stringpublic void setGroupid(java.lang.String value)
value - allowed object is
Stringpublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValues