net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container
Class Argument

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.ModelObject
      extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.Argument
All Implemented Interfaces:
Serializable, Cloneable

public class Argument
extends ModelObject
implements Serializable, Cloneable

Argument.

Java class for Argument complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Argument">
   <complexContent>
     <extension base="{http://jdtaus.org/core/model/container}ModelObject">
       <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="name" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
       <attribute name="type" use="required" type="{http://jdtaus.org/core/model/container}ArgumentType" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  BigInteger index
           
protected  String name
           
protected  ArgumentType type
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.ModelObject
documentation, modelVersion
 
Constructor Summary
Argument()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.Argument instance.
Argument(Argument o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.Argument instance by copying a given instance.
 
Method Summary
 Argument 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.priv.indexed.valueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected BigInteger index

name

protected String name

type

protected ArgumentType type
Constructor Detail

Argument

public Argument()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.Argument instance.


Argument

public Argument(Argument o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.Argument instance by copying a given instance.

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

getIndex

public BigInteger getIndex()
Gets the value of the index property.

Returns:
possible object is BigInteger

setIndex

public void setIndex(BigInteger value)
Sets the value of the index property.

Parameters:
value - allowed object is BigInteger

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public ArgumentType getType()
Gets the value of the type property.

Returns:
possible object is ArgumentType

setType

public void setType(ArgumentType value)
Sets the value of the type property.

Parameters:
value - allowed object is ArgumentType

clone

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

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


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