net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app100
Class PortletAppType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app100.PortletAppType
All Implemented Interfaces:
Serializable, Cloneable

public class PortletAppType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  CustomPortletModeType[] customPortletMode
           
protected  CustomWindowStateType[] customWindowState
           
protected  String id
           
protected  PortletType[] portlet
           
protected  SecurityConstraintType[] securityConstraint
           
protected  UserAttributeType[] userAttribute
           
protected  String version
           
 
Constructor Summary
PortletAppType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app100.PortletAppType instance.
PortletAppType(PortletAppType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app100.PortletAppType instance by copying a given instance.
 
Method Summary
 PortletAppType clone()
          Creates and returns a copy of this object.
protected  void copyCustomPortletMode(CustomPortletModeType[] source)
          Copies all values of property CustomPortletMode.
protected  void copyCustomWindowState(CustomWindowStateType[] source)
          Copies all values of property CustomWindowState.
protected  void copyPortlet(PortletType[] source)
          Copies all values of property Portlet.
protected  void copySecurityConstraint(SecurityConstraintType[] source)
          Copies all values of property SecurityConstraint.
protected  void copyUserAttribute(UserAttributeType[] source)
          Copies all values of property UserAttribute.
 CustomPortletModeType[] getCustomPortletMode()
           
 CustomPortletModeType getCustomPortletMode(int idx)
           
 int getCustomPortletModeLength()
           
 CustomWindowStateType[] getCustomWindowState()
           
 CustomWindowStateType getCustomWindowState(int idx)
           
 int getCustomWindowStateLength()
           
 String getId()
          Gets the value of the id property.
 PortletType[] getPortlet()
           
 PortletType getPortlet(int idx)
           
 int getPortletLength()
           
 SecurityConstraintType[] getSecurityConstraint()
           
 SecurityConstraintType getSecurityConstraint(int idx)
           
 int getSecurityConstraintLength()
           
 UserAttributeType[] getUserAttribute()
           
 UserAttributeType getUserAttribute(int idx)
           
 int getUserAttributeLength()
           
 String getVersion()
          Gets the value of the version property.
 void setCustomPortletMode(CustomPortletModeType[] values)
           
 CustomPortletModeType setCustomPortletMode(int idx, CustomPortletModeType value)
           
 void setCustomWindowState(CustomWindowStateType[] values)
           
 CustomWindowStateType setCustomWindowState(int idx, CustomWindowStateType value)
           
 void setId(String value)
          Sets the value of the id property.
 PortletType setPortlet(int idx, PortletType value)
           
 void setPortlet(PortletType[] values)
           
 SecurityConstraintType setSecurityConstraint(int idx, SecurityConstraintType value)
           
 void setSecurityConstraint(SecurityConstraintType[] values)
           
 UserAttributeType setUserAttribute(int idx, UserAttributeType value)
           
 void setUserAttribute(UserAttributeType[] values)
           
 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

portlet

protected PortletType[] portlet

customPortletMode

protected CustomPortletModeType[] customPortletMode

customWindowState

protected CustomWindowStateType[] customWindowState

userAttribute

protected UserAttributeType[] userAttribute

securityConstraint

protected SecurityConstraintType[] securityConstraint

version

protected String version

id

protected String id
Constructor Detail

PortletAppType

public PortletAppType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app100.PortletAppType instance.


PortletAppType

public PortletAppType(PortletAppType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app100.PortletAppType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getPortlet

public PortletType[] getPortlet()
Returns:
array of PortletType

getPortlet

public PortletType getPortlet(int idx)
Returns:
one of PortletType

getPortletLength

public int getPortletLength()

setPortlet

public void setPortlet(PortletType[] values)
Parameters:
values - allowed objects are PortletType

setPortlet

public PortletType setPortlet(int idx,
                              PortletType value)
Parameters:
value - allowed object is PortletType

getCustomPortletMode

public CustomPortletModeType[] getCustomPortletMode()
Returns:
array of CustomPortletModeType

getCustomPortletMode

public CustomPortletModeType getCustomPortletMode(int idx)
Returns:
one of CustomPortletModeType

getCustomPortletModeLength

public int getCustomPortletModeLength()

setCustomPortletMode

public void setCustomPortletMode(CustomPortletModeType[] values)
Parameters:
values - allowed objects are CustomPortletModeType

setCustomPortletMode

public CustomPortletModeType setCustomPortletMode(int idx,
                                                  CustomPortletModeType value)
Parameters:
value - allowed object is CustomPortletModeType

getCustomWindowState

public CustomWindowStateType[] getCustomWindowState()
Returns:
array of CustomWindowStateType

getCustomWindowState

public CustomWindowStateType getCustomWindowState(int idx)
Returns:
one of CustomWindowStateType

getCustomWindowStateLength

public int getCustomWindowStateLength()

setCustomWindowState

public void setCustomWindowState(CustomWindowStateType[] values)
Parameters:
values - allowed objects are CustomWindowStateType

setCustomWindowState

public CustomWindowStateType setCustomWindowState(int idx,
                                                  CustomWindowStateType value)
Parameters:
value - allowed object is CustomWindowStateType

getUserAttribute

public UserAttributeType[] getUserAttribute()
Returns:
array of UserAttributeType

getUserAttribute

public UserAttributeType getUserAttribute(int idx)
Returns:
one of UserAttributeType

getUserAttributeLength

public int getUserAttributeLength()

setUserAttribute

public void setUserAttribute(UserAttributeType[] values)
Parameters:
values - allowed objects are UserAttributeType

setUserAttribute

public UserAttributeType setUserAttribute(int idx,
                                          UserAttributeType value)
Parameters:
value - allowed object is UserAttributeType

getSecurityConstraint

public SecurityConstraintType[] getSecurityConstraint()
Returns:
array of SecurityConstraintType

getSecurityConstraint

public SecurityConstraintType getSecurityConstraint(int idx)
Returns:
one of SecurityConstraintType

getSecurityConstraintLength

public int getSecurityConstraintLength()

setSecurityConstraint

public void setSecurityConstraint(SecurityConstraintType[] values)
Parameters:
values - allowed objects are SecurityConstraintType

setSecurityConstraint

public SecurityConstraintType setSecurityConstraint(int idx,
                                                    SecurityConstraintType value)
Parameters:
value - allowed object is SecurityConstraintType

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

copyPortlet

protected void copyPortlet(PortletType[] source)
Copies all values of property Portlet.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyCustomPortletMode

protected void copyCustomPortletMode(CustomPortletModeType[] source)
Copies all values of property CustomPortletMode.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyCustomWindowState

protected void copyCustomWindowState(CustomWindowStateType[] source)
Copies all values of property CustomWindowState.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyUserAttribute

protected void copyUserAttribute(UserAttributeType[] source)
Copies all values of property UserAttribute.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copySecurityConstraint

protected void copySecurityConstraint(SecurityConstraintType[] source)
Copies all values of property SecurityConstraint.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public PortletAppType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.