@Exported public class BaseSiteBean extends Object
Java class for baseSiteBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="baseSiteBean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pubroot" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CSpreview" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="previewAsset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enabledAssetTypes" type="{http://www.fatwire.com/schema/rest/1.0}enabledTypesBean" minOccurs="0"/>
<element name="siteUsers" type="{http://www.fatwire.com/schema/rest/1.0}siteUsersBean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cSpreview |
protected String |
description |
protected EnabledTypesBean |
enabledAssetTypes |
protected long |
id |
protected String |
name |
protected String |
previewAsset |
protected String |
pubroot |
protected SiteUsersBean |
siteUsers |
| Constructor and Description |
|---|
BaseSiteBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSpreview()
Gets the value of the cSpreview property.
|
String |
getDescription()
Gets the value of the description property.
|
EnabledTypesBean |
getEnabledAssetTypes()
Gets the value of the enabledAssetTypes property.
|
long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPreviewAsset()
Gets the value of the previewAsset property.
|
String |
getPubroot()
Gets the value of the pubroot property.
|
SiteUsersBean |
getSiteUsers()
Gets the value of the siteUsers property.
|
void |
setCSpreview(String value)
Sets the value of the cSpreview property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnabledAssetTypes(EnabledTypesBean value)
Sets the value of the enabledAssetTypes property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPreviewAsset(String value)
Sets the value of the previewAsset property.
|
void |
setPubroot(String value)
Sets the value of the pubroot property.
|
void |
setSiteUsers(SiteUsersBean value)
Sets the value of the siteUsers property.
|
protected String name
protected long id
protected String description
protected String pubroot
protected String cSpreview
protected String previewAsset
protected EnabledTypesBean enabledAssetTypes
protected SiteUsersBean siteUsers
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getId()
public void setId(long value)
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getPubroot()
Stringpublic void setPubroot(String value)
value - allowed object is
Stringpublic String getCSpreview()
Stringpublic void setCSpreview(String value)
value - allowed object is
Stringpublic String getPreviewAsset()
Stringpublic void setPreviewAsset(String value)
value - allowed object is
Stringpublic EnabledTypesBean getEnabledAssetTypes()
EnabledTypesBeanpublic void setEnabledAssetTypes(EnabledTypesBean value)
value - allowed object is
EnabledTypesBeanpublic SiteUsersBean getSiteUsers()
SiteUsersBeanpublic void setSiteUsers(SiteUsersBean value)
value - allowed object is
SiteUsersBean