public class ComponentItem
extends java.lang.Object
Java class for componentItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="componentItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{}parameterData" maxOccurs="unbounded" minOccurs="0"/>
<element name="component" type="{}componentItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="portletinstance" type="{}portletinstanceItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute ref="{}active"/>
<attribute name="type" type="{}componentTypes" />
<attribute name="ordinal" type="{}ordinalTypeOptional" />
<attribute name="skinref" type="{}referenceType" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="deletable" type="{}boolOptional" />
<attribute name="modifiable" type="{}boolOptional" />
<attribute name="orientation" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="shadowref" type="{}referenceType" />
<attribute name="shadow-parentref" type="{}referenceType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.lang.Boolean |
active |
protected java.util.List<ComponentItem> |
component |
protected java.lang.String |
deletable |
protected java.lang.String |
domain |
protected java.lang.String |
modifiable |
protected java.lang.String |
objectid |
protected java.lang.String |
ordinal |
protected java.lang.String |
orientation |
protected java.util.List<ParameterData> |
parameter |
protected java.util.List<PortletinstanceItem> |
portletinstance |
protected java.lang.String |
shadowParentref |
protected java.lang.String |
shadowref |
protected java.lang.String |
skinref |
protected ComponentTypes |
type |
protected java.lang.String |
uniquename |
protected java.lang.String |
width |
| Constructor and Description |
|---|
ComponentItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.util.List<ComponentItem> |
getComponent()
Gets the value of the component property.
|
java.lang.String |
getDeletable()
Gets the value of the deletable property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getModifiable()
Gets the value of the modifiable property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.lang.String |
getOrdinal()
Gets the value of the ordinal property.
|
java.lang.String |
getOrientation()
Gets the value of the orientation property.
|
java.util.List<ParameterData> |
getParameter()
Gets the value of the parameter property.
|
java.util.List<PortletinstanceItem> |
getPortletinstance()
Gets the value of the portletinstance property.
|
java.lang.String |
getShadowParentref()
Gets the value of the shadowParentref property.
|
java.lang.String |
getShadowref()
Gets the value of the shadowref property.
|
java.lang.String |
getSkinref()
Gets the value of the skinref property.
|
ComponentTypes |
getType()
Gets the value of the type property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
java.lang.String |
getWidth()
Gets the value of the width property.
|
java.lang.Boolean |
isActive()
Determines whether this component is rendered.
|
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 |
setDeletable(java.lang.String value)
Sets the value of the deletable property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setModifiable(java.lang.String value)
Sets the value of the modifiable 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 |
setOrientation(java.lang.String value)
Sets the value of the orientation property.
|
void |
setShadowParentref(java.lang.String value)
Sets the value of the shadowParentref property.
|
void |
setShadowref(java.lang.String value)
Sets the value of the shadowref property.
|
void |
setSkinref(java.lang.String value)
Sets the value of the skinref property.
|
void |
setType(ComponentTypes value)
Sets the value of the type property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
void |
setWidth(java.lang.String value)
Sets the value of the width property.
|
protected java.util.List<ParameterData> parameter
protected java.util.List<ComponentItem> component
protected java.util.List<PortletinstanceItem> portletinstance
protected java.lang.Boolean active
protected ComponentTypes type
protected java.lang.String ordinal
protected java.lang.String skinref
protected java.lang.String width
protected java.lang.String deletable
protected java.lang.String modifiable
protected java.lang.String orientation
protected java.lang.String shadowref
protected java.lang.String shadowParentref
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
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.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<PortletinstanceItem> getPortletinstance()
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 portletinstance property.
For example, to add a new item, do as follows:
getPortletinstance().add(newItem);
Objects of the following type(s) are allowed in the list
PortletinstanceItem
public java.lang.Boolean isActive()
Booleanpublic void setActive(java.lang.Boolean value)
value - allowed object is
Booleanpublic ComponentTypes getType()
ComponentTypespublic void setType(ComponentTypes value)
value - allowed object is
ComponentTypespublic java.lang.String getOrdinal()
Stringpublic void setOrdinal(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 getWidth()
Stringpublic void setWidth(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDeletable()
Stringpublic void setDeletable(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModifiable()
Stringpublic void setModifiable(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrientation()
Stringpublic void setOrientation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getShadowref()
Stringpublic void setShadowref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getShadowParentref()
Stringpublic void setShadowParentref(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