@Exported public class WemSiteBean extends BaseSiteBean
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.fatwire.com/schema/rest/1.0}baseSiteBean">
<sequence>
<element name="applications" type="{http://www.fatwire.com/schema/rest/1.0}applicationRoles" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ApplicationRoles> |
applications |
cSpreview, description, enabledAssetTypes, id, name, previewAsset, pubroot, siteUsers| Constructor and Description |
|---|
WemSiteBean() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationRoles> |
getApplications()
Gets the value of the applications property.
|
getCSpreview, getDescription, getEnabledAssetTypes, getId, getName, getPreviewAsset, getPubroot, getSiteUsers, setCSpreview, setDescription, setEnabledAssetTypes, setId, setName, setPreviewAsset, setPubroot, setSiteUsersprotected List<ApplicationRoles> applications
public List<ApplicationRoles> getApplications()
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 applications property.
For example, to add a new item, do as follows:
getApplications().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicationRoles