net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl
Class ArgumentImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ArgumentImpl
All Implemented Interfaces:
Serializable, Cloneable, Argument, ModelObject

public class ArgumentImpl
extends ModelObjectImpl
implements Serializable, Cloneable, Argument

See Also:
Serialized Form

Field Summary
protected  BigInteger index
           
protected  String name
           
protected  ArgumentType type
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
documentation, modelVersion
 
Constructor Summary
ArgumentImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ArgumentImpl instance.
ArgumentImpl(ArgumentImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ArgumentImpl instance by copying a given instance.
 
Method Summary
 ArgumentImpl clone()
          Creates and returns a copy of this object.
 BigInteger getIndex()
          Gets the value of the index property.
 String getName()
          Gets the value of the name property.
 ArgumentType getType()
          Gets the value of the type property.
 void setIndex(BigInteger value)
          Sets the value of the index property.
 void setName(String value)
          Sets the value of the name property.
 void setType(ArgumentType value)
          Sets the value of the type property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Field Detail

index

protected BigInteger index

name

protected String name

type

protected ArgumentType type
Constructor Detail

ArgumentImpl

public ArgumentImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ArgumentImpl instance.


ArgumentImpl

public ArgumentImpl(ArgumentImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ArgumentImpl instance by copying a given instance.

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

getIndex

public BigInteger getIndex()
Description copied from interface: Argument
Gets the value of the index property.

Specified by:
getIndex in interface Argument
Returns:
possible object is BigInteger

setIndex

public void setIndex(BigInteger value)
Description copied from interface: Argument
Sets the value of the index property.

Specified by:
setIndex in interface Argument
Parameters:
value - allowed object is BigInteger

getName

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

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

setName

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

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

getType

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

Specified by:
getType in interface Argument
Returns:
possible object is ArgumentType

setType

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

Specified by:
setType in interface Argument
Parameters:
value - allowed object is ArgumentType

clone

public ArgumentImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class ModelObjectImpl
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.