net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl
Class QualifierImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.QualifierImpl
All Implemented Interfaces:
Serializable, Cloneable, Qualifier

public class QualifierImpl
extends Object
implements Serializable, Cloneable, Qualifier

See Also:
Serialized Form

Field Summary
protected  List<MetaType> attribute
           
protected  String type
           
protected  String value
           
 
Constructor Summary
QualifierImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.QualifierImpl instance.
QualifierImpl(QualifierImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.QualifierImpl instance by copying a given instance.
 
Method Summary
 QualifierImpl clone()
          Creates and returns a copy of this object.
 List<MetaType> getAttribute()
          Gets the value of the attribute property.
 String getType()
          Gets the value of the type property.
 String getValue()
          Gets the value of the value property.
 void setType(String value)
          Sets the value of the type property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute

protected List<MetaType> attribute

type

protected String type

value

protected String value
Constructor Detail

QualifierImpl

public QualifierImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.QualifierImpl instance.


QualifierImpl

public QualifierImpl(QualifierImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.QualifierImpl instance by copying a given instance.

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

getAttribute

public List<MetaType> getAttribute()
Description copied from interface: Qualifier
Gets the value of the attribute property.

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 attribute property.

For example, to add a new item, do as follows:

    getAttribute().add(newItem);
 

Objects of the following type(s) are allowed in the list MetaType

Specified by:
getAttribute in interface Qualifier

getType

public String getType()
Description copied from interface: Qualifier
Gets the value of the type property.

Specified by:
getType in interface Qualifier
Returns:
possible object is String

setType

public void setType(String value)
Description copied from interface: Qualifier
Sets the value of the type property.

Specified by:
setType in interface Qualifier
Parameters:
value - allowed object is String

getValue

public String getValue()
Description copied from interface: Qualifier
Gets the value of the value property.

Specified by:
getValue in interface Qualifier
Returns:
possible object is String

setValue

public void setValue(String value)
Description copied from interface: Qualifier
Sets the value of the value property.

Specified by:
setValue in interface Qualifier
Parameters:
value - allowed object is String

clone

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