public class PortletinstanceItem
extends java.lang.Object
Java class for portletinstanceItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portletinstanceItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{}parameterData" maxOccurs="unbounded" minOccurs="0"/>
<element name="preferences" type="{}preferencesData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="portletref" type="{}referenceType" />
<attribute name="shareref" type="{}referenceTypeOptional" />
<attribute name="handle" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="owner" type="{}referenceTypeOptional" />
<attribute name="parentref" type="{}referenceTypeOptional" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.lang.String |
domain |
protected java.lang.String |
handle |
protected java.lang.String |
objectid |
protected java.lang.String |
owner |
protected java.util.List<ParameterData> |
parameter |
protected java.lang.String |
parentref |
protected java.lang.String |
portletref |
protected java.util.List<PreferencesData> |
preferences |
protected java.lang.String |
shareref |
protected java.lang.String |
uniquename |
| Constructor and Description |
|---|
PortletinstanceItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getHandle()
Gets the value of the handle property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.lang.String |
getOwner()
Gets the value of the owner property.
|
java.util.List<ParameterData> |
getParameter()
Gets the value of the parameter property.
|
java.lang.String |
getParentref()
Gets the value of the parentref property.
|
java.lang.String |
getPortletref()
Gets the value of the portletref property.
|
java.util.List<PreferencesData> |
getPreferences()
Gets the value of the preferences property.
|
java.lang.String |
getShareref()
Gets the value of the shareref property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setHandle(java.lang.String value)
Sets the value of the handle property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setOwner(java.lang.String value)
Sets the value of the owner property.
|
void |
setParentref(java.lang.String value)
Sets the value of the parentref property.
|
void |
setPortletref(java.lang.String value)
Sets the value of the portletref property.
|
void |
setShareref(java.lang.String value)
Sets the value of the shareref property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
protected java.util.List<ParameterData> parameter
protected java.util.List<PreferencesData> preferences
protected java.lang.String portletref
protected java.lang.String shareref
protected java.lang.String handle
protected java.lang.String owner
protected java.lang.String parentref
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<PreferencesData> getPreferences()
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 preferences property.
For example, to add a new item, do as follows:
getPreferences().add(newItem);
Objects of the following type(s) are allowed in the list
PreferencesData
public java.lang.String getPortletref()
Stringpublic void setPortletref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getShareref()
Stringpublic void setShareref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHandle()
Stringpublic void setHandle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOwner()
Stringpublic void setOwner(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParentref()
Stringpublic void setParentref(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