|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.VariableTypeImpl
public class VariableTypeImpl
| Field Summary | |
|---|---|
protected GenericBooleanTypeImpl |
declare
|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected JavaIdentifierTypeImpl |
nameFromAttribute
|
protected JavaIdentifierTypeImpl |
nameGiven
|
protected VariableScopeTypeImpl |
scope
|
protected FullyQualifiedClassTypeImpl |
variableClass
|
| Constructor Summary | |
|---|---|
VariableTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.VariableTypeImpl instance. |
|
VariableTypeImpl(VariableTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.VariableTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
VariableTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
GenericBooleanType |
getDeclare()
Gets the value of the declare property. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
JavaIdentifierType |
getNameFromAttribute()
Gets the value of the nameFromAttribute property. |
JavaIdentifierType |
getNameGiven()
Gets the value of the nameGiven property. |
VariableScopeType |
getScope()
Gets the value of the scope property. |
FullyQualifiedClassType |
getVariableClass()
Gets the value of the variableClass property. |
void |
setDeclare(GenericBooleanType value)
Sets the value of the declare property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setNameFromAttribute(JavaIdentifierType value)
Sets the value of the nameFromAttribute property. |
void |
setNameGiven(JavaIdentifierType value)
Sets the value of the nameGiven property. |
void |
setScope(VariableScopeType value)
Sets the value of the scope property. |
void |
setVariableClass(FullyQualifiedClassType value)
Sets the value of the variableClass 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 JavaIdentifierTypeImpl nameGiven
protected JavaIdentifierTypeImpl nameFromAttribute
protected FullyQualifiedClassTypeImpl variableClass
protected GenericBooleanTypeImpl declare
protected VariableScopeTypeImpl scope
protected String id
| Constructor Detail |
|---|
public VariableTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.VariableTypeImpl instance.
public VariableTypeImpl(VariableTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.VariableTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
VariableType
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 VariableTypepublic JavaIdentifierType getNameGiven()
VariableType
getNameGiven in interface VariableTypeJavaIdentifierTypepublic void setNameGiven(JavaIdentifierType value)
VariableType
setNameGiven in interface VariableTypevalue - allowed object is
JavaIdentifierTypepublic JavaIdentifierType getNameFromAttribute()
VariableType
getNameFromAttribute in interface VariableTypeJavaIdentifierTypepublic void setNameFromAttribute(JavaIdentifierType value)
VariableType
setNameFromAttribute in interface VariableTypevalue - allowed object is
JavaIdentifierTypepublic FullyQualifiedClassType getVariableClass()
VariableType
getVariableClass in interface VariableTypeFullyQualifiedClassTypepublic void setVariableClass(FullyQualifiedClassType value)
VariableType
setVariableClass in interface VariableTypevalue - allowed object is
FullyQualifiedClassTypepublic GenericBooleanType getDeclare()
VariableType
getDeclare in interface VariableTypeGenericBooleanTypepublic void setDeclare(GenericBooleanType value)
VariableType
setDeclare in interface VariableTypevalue - allowed object is
GenericBooleanTypepublic VariableScopeType getScope()
VariableType
getScope in interface VariableTypeVariableScopeTypepublic void setScope(VariableScopeType value)
VariableType
setScope in interface VariableTypevalue - allowed object is
VariableScopeTypepublic String getId()
VariableType
getId in interface VariableTypeStringpublic void setId(String value)
VariableType
setId in interface VariableTypevalue - allowed object is
String
protected 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 VariableTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||