net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl
Class VariableTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.VariableTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, VariableType

public class VariableTypeImpl
extends Object
implements Serializable, Cloneable, VariableType

See Also:
Serialized Form

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.pkg.collections.novalueclass.javaee.impl.VariableTypeImpl instance.
VariableTypeImpl(VariableTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.VariableTypeImpl instance by copying a given instance.
 
Method Summary
 VariableTypeImpl clone()
          Creates and returns a copy of this object.
 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

description

protected List<DescriptionType> description

nameGiven

protected JavaIdentifierTypeImpl nameGiven

nameFromAttribute

protected JavaIdentifierTypeImpl nameFromAttribute

variableClass

protected FullyQualifiedClassTypeImpl variableClass

declare

protected GenericBooleanTypeImpl declare

scope

protected VariableScopeTypeImpl scope

id

protected String id
Constructor Detail

VariableTypeImpl

public VariableTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.VariableTypeImpl instance.


VariableTypeImpl

public VariableTypeImpl(VariableTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.VariableTypeImpl instance by copying a given instance.

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: VariableType
Gets the value of the description 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 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

Specified by:
getDescription in interface VariableType

getNameGiven

public JavaIdentifierType getNameGiven()
Description copied from interface: VariableType
Gets the value of the nameGiven property.

Specified by:
getNameGiven in interface VariableType
Returns:
possible object is JavaIdentifierType

setNameGiven

public void setNameGiven(JavaIdentifierType value)
Description copied from interface: VariableType
Sets the value of the nameGiven property.

Specified by:
setNameGiven in interface VariableType
Parameters:
value - allowed object is JavaIdentifierType

getNameFromAttribute

public JavaIdentifierType getNameFromAttribute()
Description copied from interface: VariableType
Gets the value of the nameFromAttribute property.

Specified by:
getNameFromAttribute in interface VariableType
Returns:
possible object is JavaIdentifierType

setNameFromAttribute

public void setNameFromAttribute(JavaIdentifierType value)
Description copied from interface: VariableType
Sets the value of the nameFromAttribute property.

Specified by:
setNameFromAttribute in interface VariableType
Parameters:
value - allowed object is JavaIdentifierType

getVariableClass

public FullyQualifiedClassType getVariableClass()
Description copied from interface: VariableType
Gets the value of the variableClass property.

Specified by:
getVariableClass in interface VariableType
Returns:
possible object is FullyQualifiedClassType

setVariableClass

public void setVariableClass(FullyQualifiedClassType value)
Description copied from interface: VariableType
Sets the value of the variableClass property.

Specified by:
setVariableClass in interface VariableType
Parameters:
value - allowed object is FullyQualifiedClassType

getDeclare

public GenericBooleanType getDeclare()
Description copied from interface: VariableType
Gets the value of the declare property.

Specified by:
getDeclare in interface VariableType
Returns:
possible object is GenericBooleanType

setDeclare

public void setDeclare(GenericBooleanType value)
Description copied from interface: VariableType
Sets the value of the declare property.

Specified by:
setDeclare in interface VariableType
Parameters:
value - allowed object is GenericBooleanType

getScope

public VariableScopeType getScope()
Description copied from interface: VariableType
Gets the value of the scope property.

Specified by:
getScope in interface VariableType
Returns:
possible object is VariableScopeType

setScope

public void setScope(VariableScopeType value)
Description copied from interface: VariableType
Sets the value of the scope property.

Specified by:
setScope in interface VariableType
Parameters:
value - allowed object is VariableScopeType

getId

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

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

setId

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

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

clone

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