public class ThemeItem
extends java.lang.Object
Java class for themeItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="themeItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="localedata" type="{}localeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="allowed-skin" type="{}allowedSkinData" maxOccurs="unbounded" minOccurs="0"/>
<element name="parameter" type="{}parameterData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute ref="{}active"/>
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="defaultlocale" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resourceroot" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="defaultskinref" type="{}referenceTypeOptional" />
<attribute name="context-root" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
_default |
protected AllActions |
action |
protected java.lang.Boolean |
active |
protected java.util.List<AllowedSkinData> |
allowedSkin |
protected java.lang.String |
contextRoot |
protected java.lang.String |
defaultlocale |
protected java.lang.String |
defaultskinref |
protected java.lang.String |
domain |
protected java.util.List<LocaleData> |
localedata |
protected java.lang.String |
objectid |
protected java.util.List<ParameterData> |
parameter |
protected java.lang.String |
resourceroot |
protected java.lang.String |
uniquename |
| Constructor and Description |
|---|
ThemeItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.util.List<AllowedSkinData> |
getAllowedSkin()
Gets the value of the allowedSkin property.
|
java.lang.String |
getContextRoot()
Gets the value of the contextRoot property.
|
java.lang.String |
getDefaultlocale()
Gets the value of the defaultlocale property.
|
java.lang.String |
getDefaultskinref()
Gets the value of the defaultskinref property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.util.List<LocaleData> |
getLocaledata()
Gets the value of the localedata property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.util.List<ParameterData> |
getParameter()
Gets the value of the parameter property.
|
java.lang.String |
getResourceroot()
Gets the value of the resourceroot property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
java.lang.Boolean |
isActive()
Describes a visual style (font, color, etc.) for the portal user interface.
|
java.lang.Boolean |
isDefault()
Gets the value of the default property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setActive(java.lang.Boolean value)
Sets the value of the active property.
|
void |
setContextRoot(java.lang.String value)
Sets the value of the contextRoot property.
|
void |
setDefault(java.lang.Boolean value)
Sets the value of the default property.
|
void |
setDefaultlocale(java.lang.String value)
Sets the value of the defaultlocale property.
|
void |
setDefaultskinref(java.lang.String value)
Sets the value of the defaultskinref property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setResourceroot(java.lang.String value)
Sets the value of the resourceroot property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
protected java.util.List<LocaleData> localedata
protected java.util.List<AllowedSkinData> allowedSkin
protected java.util.List<ParameterData> parameter
protected java.lang.Boolean active
protected java.lang.Boolean _default
protected java.lang.String defaultlocale
protected java.lang.String resourceroot
protected java.lang.String defaultskinref
protected java.lang.String contextRoot
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
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<AllowedSkinData> getAllowedSkin()
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 allowedSkin property.
For example, to add a new item, do as follows:
getAllowedSkin().add(newItem);
Objects of the following type(s) are allowed in the list
AllowedSkinData
public java.util.List<ParameterData> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterData
public java.lang.Boolean isActive()
Booleanpublic void setActive(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isDefault()
Booleanpublic void setDefault(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getDefaultlocale()
Stringpublic void setDefaultlocale(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResourceroot()
Stringpublic void setResourceroot(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDefaultskinref()
Stringpublic void setDefaultskinref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContextRoot()
Stringpublic void setContextRoot(java.lang.String value)
value - allowed object is
Stringpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniquename()
Stringpublic void setUniquename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
String