|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl.PublicRenderParameterTypeImpl
public class PublicRenderParameterTypeImpl
| Field Summary | |
|---|---|
protected List<QName> |
alias
|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected String |
identifier
|
protected String |
name
|
protected QName |
qname
|
| Constructor Summary | |
|---|---|
PublicRenderParameterTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl.PublicRenderParameterTypeImpl instance. |
|
PublicRenderParameterTypeImpl(PublicRenderParameterTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl.PublicRenderParameterTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PublicRenderParameterTypeImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyAlias(List<QName> source,
List<QName> target)
Copies all values of property Alias. |
static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
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 PublicRenderParameterTypeImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl.PublicRenderParameterTypeImpl instance.
public PublicRenderParameterTypeImpl(PublicRenderParameterTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl.PublicRenderParameterTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
PublicRenderParameterType
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
getDescription in interface PublicRenderParameterTypepublic String getIdentifier()
PublicRenderParameterType
getIdentifier in interface PublicRenderParameterTypeStringpublic void setIdentifier(String value)
PublicRenderParameterType
setIdentifier in interface PublicRenderParameterTypevalue - allowed object is
Stringpublic QName getQname()
PublicRenderParameterType
getQname in interface PublicRenderParameterTypeQNamepublic void setQname(QName value)
PublicRenderParameterType
setQname in interface PublicRenderParameterTypevalue - allowed object is
QNamepublic String getName()
PublicRenderParameterType
getName in interface PublicRenderParameterTypeStringpublic void setName(String value)
PublicRenderParameterType
setName in interface PublicRenderParameterTypevalue - allowed object is
Stringpublic List<QName> getAlias()
PublicRenderParameterType
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
getAlias in interface PublicRenderParameterTypepublic String getId()
PublicRenderParameterType
getId in interface PublicRenderParameterTypeStringpublic void setId(String value)
PublicRenderParameterType
setId in interface PublicRenderParameterTypevalue - allowed object is
String
public static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyAlias(List<QName> source,
List<QName> target)
Alias.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public PublicRenderParameterTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||