net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl
Class PublicRenderParameterTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl.PublicRenderParameterTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, PublicRenderParameterType

public class PublicRenderParameterTypeImpl
extends Object
implements Serializable, Cloneable, PublicRenderParameterType

See Also:
Serialized Form

Field Summary
protected  QName[] alias
           
protected  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.indexed.novalueclass.portlet.app200.impl.PublicRenderParameterTypeImpl instance.
PublicRenderParameterTypeImpl(PublicRenderParameterTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl.PublicRenderParameterTypeImpl instance by copying a given instance.
 
Method Summary
 PublicRenderParameterTypeImpl clone()
          Creates and returns a copy of this object.
 void copyAlias(QName[] source)
          Copies all values of property Alias.
 void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
 QName[] getAlias()
           
 QName getAlias(int idx)
           
 int getAliasLength()
           
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 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.
 QName setAlias(int idx, QName value)
           
 void setAlias(QName[] values)
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 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

description

protected DescriptionType[] description

identifier

protected String identifier

qname

protected QName qname

name

protected String name

alias

protected QName[] alias

id

protected String id
Constructor Detail

PublicRenderParameterTypeImpl

public PublicRenderParameterTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl.PublicRenderParameterTypeImpl instance.


PublicRenderParameterTypeImpl

public PublicRenderParameterTypeImpl(PublicRenderParameterTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl.PublicRenderParameterTypeImpl instance by copying a given instance.

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

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface PublicRenderParameterType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface PublicRenderParameterType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface PublicRenderParameterType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface PublicRenderParameterType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface PublicRenderParameterType
value - allowed object is DescriptionType

getIdentifier

public String getIdentifier()
Description copied from interface: PublicRenderParameterType
Gets the value of the identifier property.

Specified by:
getIdentifier in interface PublicRenderParameterType
Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Description copied from interface: PublicRenderParameterType
Sets the value of the identifier property.

Specified by:
setIdentifier in interface PublicRenderParameterType
Parameters:
value - allowed object is String

getQname

public QName getQname()
Description copied from interface: PublicRenderParameterType
Gets the value of the qname property.

Specified by:
getQname in interface PublicRenderParameterType
Returns:
possible object is QName

setQname

public void setQname(QName value)
Description copied from interface: PublicRenderParameterType
Sets the value of the qname property.

Specified by:
setQname in interface PublicRenderParameterType
Parameters:
value - allowed object is QName

getName

public String getName()
Description copied from interface: PublicRenderParameterType
Gets the value of the name property.

Specified by:
getName in interface PublicRenderParameterType
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: PublicRenderParameterType
Sets the value of the name property.

Specified by:
setName in interface PublicRenderParameterType
Parameters:
value - allowed object is String

getAlias

public QName[] getAlias()
Specified by:
getAlias in interface PublicRenderParameterType
Returns:
array of QName

getAlias

public QName getAlias(int idx)
Specified by:
getAlias in interface PublicRenderParameterType
Returns:
one of QName

getAliasLength

public int getAliasLength()
Specified by:
getAliasLength in interface PublicRenderParameterType

setAlias

public void setAlias(QName[] values)
Specified by:
setAlias in interface PublicRenderParameterType
Parameters:
values - allowed objects are QName

setAlias

public QName setAlias(int idx,
                      QName value)
Specified by:
setAlias in interface PublicRenderParameterType
value - allowed object is QName

getId

public String getId()
Description copied from interface: PublicRenderParameterType
Gets the value of the id property.

Specified by:
getId in interface PublicRenderParameterType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: PublicRenderParameterType
Sets the value of the id property.

Specified by:
setId in interface PublicRenderParameterType
Parameters:
value - allowed object is String

copyDescription

public void copyDescription(DescriptionType[] source)
Copies all values of property Description.

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

copyAlias

public void copyAlias(QName[] source)
Copies all values of property Alias.

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

clone

public PublicRenderParameterTypeImpl 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.