public class RoleData
extends java.lang.Object
Java class for roleData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="roleData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="localedata" type="{}localeData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="roleid" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<LocaleData> |
localedata |
protected java.lang.String |
roleid |
| Constructor and Description |
|---|
RoleData() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LocaleData> |
getLocaledata()
Gets the value of the localedata property.
|
java.lang.String |
getRoleid()
Gets the value of the roleid property.
|
void |
setRoleid(java.lang.String value)
Sets the value of the roleid property.
|
protected java.util.List<LocaleData> localedata
protected java.lang.String roleid
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.lang.String getRoleid()
Stringpublic void setRoleid(java.lang.String value)
value - allowed object is
String