|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.portlet.app100.PortletAppType
public class PortletAppType
Java class for portlet-appType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portlet-appType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="portlet" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portletType" maxOccurs="unbounded" minOccurs="0"/>
<element name="custom-portlet-mode" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}custom-portlet-modeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="custom-window-state" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}custom-window-stateType" maxOccurs="unbounded" minOccurs="0"/>
<element name="user-attribute" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}user-attributeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="security-constraint" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}security-constraintType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<CustomPortletModeType> |
customPortletMode
|
protected List<CustomWindowStateType> |
customWindowState
|
protected String |
id
|
protected List<PortletType> |
portlet
|
protected List<SecurityConstraintType> |
securityConstraint
|
protected List<UserAttributeType> |
userAttribute
|
protected String |
version
|
| Constructor Summary | |
|---|---|
PortletAppType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.portlet.app100.PortletAppType instance. |
|
PortletAppType(PortletAppType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.portlet.app100.PortletAppType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PortletAppType |
clone()
Creates and returns a copy of this object. |
protected static void |
copyCustomPortletMode(List<CustomPortletModeType> source,
List<CustomPortletModeType> target)
Copies all values of property CustomPortletMode. |
protected static void |
copyCustomWindowState(List<CustomWindowStateType> source,
List<CustomWindowStateType> target)
Copies all values of property CustomWindowState. |
protected static void |
copyPortlet(List<PortletType> source,
List<PortletType> target)
Copies all values of property Portlet. |
protected static void |
copySecurityConstraint(List<SecurityConstraintType> source,
List<SecurityConstraintType> target)
Copies all values of property SecurityConstraint. |
protected static void |
copyUserAttribute(List<UserAttributeType> source,
List<UserAttributeType> target)
Copies all values of property UserAttribute. |
List<CustomPortletModeType> |
getCustomPortletMode()
Gets the value of the customPortletMode property. |
List<CustomWindowStateType> |
getCustomWindowState()
Gets the value of the customWindowState property. |
String |
getId()
Gets the value of the id property. |
List<PortletType> |
getPortlet()
Gets the value of the portlet property. |
List<SecurityConstraintType> |
getSecurityConstraint()
Gets the value of the securityConstraint property. |
List<UserAttributeType> |
getUserAttribute()
Gets the value of the userAttribute property. |
String |
getVersion()
Gets the value of the version property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<PortletType> portlet
protected List<CustomPortletModeType> customPortletMode
protected List<CustomWindowStateType> customWindowState
protected List<UserAttributeType> userAttribute
protected List<SecurityConstraintType> securityConstraint
protected String version
protected String id
| Constructor Detail |
|---|
public PortletAppType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.portlet.app100.PortletAppType instance.
public PortletAppType(PortletAppType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.portlet.app100.PortletAppType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<PortletType> getPortlet()
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 portlet property.
For example, to add a new item, do as follows:
getPortlet().add(newItem);
Objects of the following type(s) are allowed in the list
PortletType
public List<CustomPortletModeType> getCustomPortletMode()
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 customPortletMode property.
For example, to add a new item, do as follows:
getCustomPortletMode().add(newItem);
Objects of the following type(s) are allowed in the list
CustomPortletModeType
public List<CustomWindowStateType> getCustomWindowState()
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 customWindowState property.
For example, to add a new item, do as follows:
getCustomWindowState().add(newItem);
Objects of the following type(s) are allowed in the list
CustomWindowStateType
public List<UserAttributeType> getUserAttribute()
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 userAttribute property.
For example, to add a new item, do as follows:
getUserAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
UserAttributeType
public List<SecurityConstraintType> getSecurityConstraint()
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 securityConstraint property.
For example, to add a new item, do as follows:
getSecurityConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityConstraintType
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
protected static void copyPortlet(List<PortletType> source,
List<PortletType> target)
Portlet.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyCustomPortletMode(List<CustomPortletModeType> source,
List<CustomPortletModeType> target)
CustomPortletMode.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyCustomWindowState(List<CustomWindowStateType> source,
List<CustomWindowStateType> target)
CustomWindowState.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyUserAttribute(List<UserAttributeType> source,
List<UserAttributeType> target)
UserAttribute.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copySecurityConstraint(List<SecurityConstraintType> source,
List<SecurityConstraintType> target)
SecurityConstraint.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public PortletAppType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||