|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app200.PublicRenderParameterType
public class PublicRenderParameterType
The public-render-parameters defines a render parameter that is allowed to be public and thus be shared with other portlets. The identifier must be used for referencing this public render parameter in the portlet code. Used in: portlet-app
Java class for public-render-parameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="public-render-parameterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="identifier" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string"/>
<choice>
<element name="qname" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
</choice>
<element name="alias" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<QName> |
alias
|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected String |
identifier
|
protected String |
name
|
protected QName |
qname
|
| Constructor Summary | |
|---|---|
PublicRenderParameterType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app200.PublicRenderParameterType instance. |
|
PublicRenderParameterType(PublicRenderParameterType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app200.PublicRenderParameterType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PublicRenderParameterType |
clone()
Creates and returns a copy of this object. |
List<QName> |
getAlias()
Gets the value of the alias property. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
String |
getIdentifier()
Gets the value of the identifier property. |
String |
getName()
Gets the value of the name property. |
QName |
getQname()
Gets the value of the qname property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setQname(QName value)
Sets the value of the qname property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected String identifier
protected QName qname
protected String name
protected List<QName> alias
protected String id
| Constructor Detail |
|---|
public PublicRenderParameterType()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app200.PublicRenderParameterType instance.
public PublicRenderParameterType(PublicRenderParameterType o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app200.PublicRenderParameterType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic QName getQname()
QNamepublic void setQname(QName value)
value - allowed object is
QNamepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<QName> getAlias()
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 alias property.
For example, to add a new item, do as follows:
getAlias().add(newItem);
Objects of the following type(s) are allowed in the list
QName
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic PublicRenderParameterType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||