|
||||||||||
| 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.spring.beans.impl.QualifierImpl
public class QualifierImpl
| Field Summary | |
|---|---|
protected List<MetaType> |
attribute
|
protected String |
type
|
protected String |
value
|
| Constructor Summary | |
|---|---|
QualifierImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.QualifierImpl instance. |
|
QualifierImpl(QualifierImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.QualifierImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
QualifierImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyAttribute(List<MetaType> source,
List<MetaType> target)
Copies all values of property Attribute. |
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 |
|---|
protected List<MetaType> attribute
protected String type
protected String value
| Constructor Detail |
|---|
public QualifierImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.QualifierImpl instance.
public QualifierImpl(QualifierImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.QualifierImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<MetaType> getAttribute()
Qualifier
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
getAttribute in interface Qualifierpublic String getType()
Qualifier
getType in interface QualifierStringpublic void setType(String value)
Qualifier
setType in interface Qualifiervalue - allowed object is
Stringpublic String getValue()
Qualifier
getValue in interface QualifierStringpublic void setValue(String value)
Qualifier
setValue in interface Qualifiervalue - allowed object is
String
public static void copyAttribute(List<MetaType> source,
List<MetaType> target)
Attribute.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public QualifierImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||