public class ContentNodeItem
extends java.lang.Object
Java class for contentNodeItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contentNodeItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="supported-markup" type="{}markupData" maxOccurs="unbounded" minOccurs="0"/>
<element name="localedata" type="{}localeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="pagecontents" type="{}staticPageContents" minOccurs="0"/>
<element name="parameter" type="{}parameterData" maxOccurs="unbounded" minOccurs="0"/>
<element name="access-control" type="{}accessControlData" minOccurs="0"/>
<element name="allowed-portlet" type="{}allowedPortletData" maxOccurs="unbounded" minOccurs="0"/>
<element name="component" type="{}componentItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="transformationinstance" type="{}transformationinstanceItem" maxOccurs="2" minOccurs="0"/>
<element name="wire" type="{}wireItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="export-descendants" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="preserve-old-layout" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="type" type="{}contentNodeTypes" />
<attribute ref="{}active"/>
<attribute name="content-parentref" type="{}referenceType" />
<attribute name="derivation-parentref" type="{}referenceType" />
<attribute name="create-type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="explicit"/>
<enumeration value="implicit"/>
</restriction>
</simpleType>
</attribute>
<attribute name="shareable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="allportletsallowed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="themeref" type="{}referenceTypeOptional" />
<attribute name="skinref" type="{}referenceTypeOptional" />
<attribute name="ordinal" type="{}ordinalTypeOptional" />
<attribute name="provided" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="serverref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessControlData |
accessControl |
protected AllActions |
action |
protected java.lang.Boolean |
active |
protected java.util.List<AllowedPortletData> |
allowedPortlet |
protected java.lang.Boolean |
allportletsallowed |
protected java.util.List<ComponentItem> |
component |
protected java.lang.String |
contentParentref |
protected java.lang.String |
createType |
protected java.lang.String |
derivationParentref |
protected java.lang.String |
domain |
protected java.lang.Boolean |
exportDescendants |
protected java.util.List<LocaleData> |
localedata |
protected java.lang.String |
objectid |
protected java.lang.String |
ordinal |
protected StaticPageContents |
pagecontents |
protected java.util.List<ParameterData> |
parameter |
protected java.lang.Boolean |
preserveOldLayout |
protected java.lang.Boolean |
provided |
protected java.lang.String |
serverref |
protected java.lang.Boolean |
shareable |
protected java.lang.String |
skinref |
protected java.util.List<MarkupData> |
supportedMarkup |
protected java.lang.String |
themeref |
protected java.util.List<TransformationinstanceItem> |
transformationinstance |
protected ContentNodeTypes |
type |
protected java.lang.String |
uniquename |
protected java.util.List<WireItem> |
wire |
| Constructor and Description |
|---|
ContentNodeItem() |
| Modifier and Type | Method and Description |
|---|---|
AccessControlData |
getAccessControl()
Gets the value of the accessControl property.
|
AllActions |
getAction()
Gets the value of the action property.
|
java.util.List<AllowedPortletData> |
getAllowedPortlet()
Gets the value of the allowedPortlet property.
|
java.util.List<ComponentItem> |
getComponent()
Gets the value of the component property.
|
java.lang.String |
getContentParentref()
Gets the value of the contentParentref property.
|
java.lang.String |
getCreateType()
Gets the value of the createType property.
|
java.lang.String |
getDerivationParentref()
Gets the value of the derivationParentref 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.lang.String |
getOrdinal()
Gets the value of the ordinal property.
|
StaticPageContents |
getPagecontents()
Gets the value of the pagecontents property.
|
java.util.List<ParameterData> |
getParameter()
Gets the value of the parameter property.
|
java.lang.String |
getServerref()
Gets the value of the serverref property.
|
java.lang.String |
getSkinref()
Gets the value of the skinref property.
|
java.util.List<MarkupData> |
getSupportedMarkup()
Gets the value of the supportedMarkup property.
|
java.lang.String |
getThemeref()
Gets the value of the themeref property.
|
java.util.List<TransformationinstanceItem> |
getTransformationinstance()
Gets the value of the transformationinstance property.
|
ContentNodeTypes |
getType()
Gets the value of the type property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
java.util.List<WireItem> |
getWire()
Gets the value of the wire property.
|
java.lang.Boolean |
isActive()
The active state of this content node.
|
java.lang.Boolean |
isAllportletsallowed()
Gets the value of the allportletsallowed property.
|
java.lang.Boolean |
isExportDescendants()
Gets the value of the exportDescendants property.
|
java.lang.Boolean |
isPreserveOldLayout()
Gets the value of the preserveOldLayout property.
|
java.lang.Boolean |
isProvided()
Gets the value of the provided property.
|
java.lang.Boolean |
isShareable()
Gets the value of the shareable property.
|
void |
setAccessControl(AccessControlData value)
Sets the value of the accessControl 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 |
setAllportletsallowed(java.lang.Boolean value)
Sets the value of the allportletsallowed property.
|
void |
setContentParentref(java.lang.String value)
Sets the value of the contentParentref property.
|
void |
setCreateType(java.lang.String value)
Sets the value of the createType property.
|
void |
setDerivationParentref(java.lang.String value)
Sets the value of the derivationParentref property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setExportDescendants(java.lang.Boolean value)
Sets the value of the exportDescendants property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setOrdinal(java.lang.String value)
Sets the value of the ordinal property.
|
void |
setPagecontents(StaticPageContents value)
Sets the value of the pagecontents property.
|
void |
setPreserveOldLayout(java.lang.Boolean value)
Sets the value of the preserveOldLayout property.
|
void |
setProvided(java.lang.Boolean value)
Sets the value of the provided property.
|
void |
setServerref(java.lang.String value)
Sets the value of the serverref property.
|
void |
setShareable(java.lang.Boolean value)
Sets the value of the shareable property.
|
void |
setSkinref(java.lang.String value)
Sets the value of the skinref property.
|
void |
setThemeref(java.lang.String value)
Sets the value of the themeref property.
|
void |
setType(ContentNodeTypes value)
Sets the value of the type property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
protected java.util.List<MarkupData> supportedMarkup
protected java.util.List<LocaleData> localedata
protected StaticPageContents pagecontents
protected java.util.List<ParameterData> parameter
protected AccessControlData accessControl
protected java.util.List<AllowedPortletData> allowedPortlet
protected java.util.List<ComponentItem> component
protected java.util.List<TransformationinstanceItem> transformationinstance
protected java.util.List<WireItem> wire
protected java.lang.Boolean exportDescendants
protected java.lang.Boolean preserveOldLayout
protected ContentNodeTypes type
protected java.lang.Boolean active
protected java.lang.String contentParentref
protected java.lang.String derivationParentref
protected java.lang.String createType
protected java.lang.Boolean shareable
protected java.lang.Boolean allportletsallowed
protected java.lang.String themeref
protected java.lang.String skinref
protected java.lang.String ordinal
protected java.lang.Boolean provided
protected java.lang.String serverref
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public java.util.List<MarkupData> getSupportedMarkup()
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 supportedMarkup property.
For example, to add a new item, do as follows:
getSupportedMarkup().add(newItem);
Objects of the following type(s) are allowed in the list
MarkupData
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 StaticPageContents getPagecontents()
StaticPageContentspublic void setPagecontents(StaticPageContents value)
value - allowed object is
StaticPageContentspublic 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 AccessControlData getAccessControl()
AccessControlDatapublic void setAccessControl(AccessControlData value)
value - allowed object is
AccessControlDatapublic java.util.List<AllowedPortletData> getAllowedPortlet()
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 allowedPortlet property.
For example, to add a new item, do as follows:
getAllowedPortlet().add(newItem);
Objects of the following type(s) are allowed in the list
AllowedPortletData
public java.util.List<ComponentItem> getComponent()
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 component property.
For example, to add a new item, do as follows:
getComponent().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentItem
public java.util.List<TransformationinstanceItem> getTransformationinstance()
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 transformationinstance property.
For example, to add a new item, do as follows:
getTransformationinstance().add(newItem);
Objects of the following type(s) are allowed in the list
TransformationinstanceItem
public java.util.List<WireItem> getWire()
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 wire property.
For example, to add a new item, do as follows:
getWire().add(newItem);
Objects of the following type(s) are allowed in the list
WireItem
public java.lang.Boolean isExportDescendants()
Booleanpublic void setExportDescendants(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isPreserveOldLayout()
Booleanpublic void setPreserveOldLayout(java.lang.Boolean value)
value - allowed object is
Booleanpublic ContentNodeTypes getType()
ContentNodeTypespublic void setType(ContentNodeTypes value)
value - allowed object is
ContentNodeTypespublic java.lang.Boolean isActive()
Booleanpublic void setActive(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getContentParentref()
Stringpublic void setContentParentref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDerivationParentref()
Stringpublic void setDerivationParentref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreateType()
Stringpublic void setCreateType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isShareable()
Booleanpublic void setShareable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAllportletsallowed()
Booleanpublic void setAllportletsallowed(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getThemeref()
Stringpublic void setThemeref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSkinref()
Stringpublic void setSkinref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrdinal()
Stringpublic void setOrdinal(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isProvided()
Booleanpublic void setProvided(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getServerref()
Stringpublic void setServerref(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