public class CompositeAppItem
extends java.lang.Object
Java class for compositeAppItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="compositeAppItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="localedata" type="{}localeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="context" type="{}contextData" minOccurs="0"/>
<element name="attribute" type="{}appAttributeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="pov" type="{}povData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="pageref" type="{}referenceType" />
<attribute name="categoryref" type="{}referenceType" />
<attribute name="display-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="template-guid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="templateData" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.util.List<AppAttributeData> |
attribute |
protected java.lang.String |
categoryref |
protected ContextData |
context |
protected java.lang.String |
displayName |
protected java.lang.String |
domain |
protected java.util.List<LocaleData> |
localedata |
protected java.lang.String |
objectid |
protected java.lang.String |
pageref |
protected java.util.List<PovData> |
pov |
protected java.lang.String |
templateData |
protected java.lang.String |
templateGuid |
protected java.lang.String |
uniquename |
| Constructor and Description |
|---|
CompositeAppItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.util.List<AppAttributeData> |
getAttribute()
Gets the value of the attribute property.
|
java.lang.String |
getCategoryref()
Gets the value of the categoryref property.
|
ContextData |
getContext()
Gets the value of the context property.
|
java.lang.String |
getDisplayName()
Gets the value of the displayName 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 |
getPageref()
Gets the value of the pageref property.
|
java.util.List<PovData> |
getPov()
Gets the value of the pov property.
|
java.lang.String |
getTemplateData()
Gets the value of the templateData property.
|
java.lang.String |
getTemplateGuid()
Gets the value of the templateGuid property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setCategoryref(java.lang.String value)
Sets the value of the categoryref property.
|
void |
setContext(ContextData value)
Sets the value of the context property.
|
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName 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 |
setPageref(java.lang.String value)
Sets the value of the pageref property.
|
void |
setTemplateData(java.lang.String value)
Sets the value of the templateData property.
|
void |
setTemplateGuid(java.lang.String value)
Sets the value of the templateGuid property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
protected java.util.List<LocaleData> localedata
protected ContextData context
protected java.util.List<AppAttributeData> attribute
protected java.util.List<PovData> pov
protected java.lang.String pageref
protected java.lang.String categoryref
protected java.lang.String displayName
protected java.lang.String templateGuid
protected java.lang.String templateData
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 ContextData getContext()
ContextDatapublic void setContext(ContextData value)
value - allowed object is
ContextDatapublic java.util.List<AppAttributeData> getAttribute()
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 attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
AppAttributeData
public java.util.List<PovData> getPov()
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 pov property.
For example, to add a new item, do as follows:
getPov().add(newItem);
Objects of the following type(s) are allowed in the list
PovData
public java.lang.String getPageref()
Stringpublic void setPageref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCategoryref()
Stringpublic void setCategoryref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTemplateGuid()
Stringpublic void setTemplateGuid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTemplateData()
Stringpublic void setTemplateData(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