|
||||||||||
| 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.valueclass.jdtaus.container.ModelObject
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.jdtaus.container.Argument
public class Argument
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>
| Field Summary | |
|---|---|
protected BigInteger |
index
|
protected String |
name
|
protected ArgumentType |
type
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.jdtaus.container.ModelObject |
|---|
documentation, modelVersion |
| Constructor Summary | |
|---|---|
Argument()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.jdtaus.container.Argument instance. |
|
Argument(Argument o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.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.prot.collections.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 |
|---|
protected BigInteger index
protected String name
protected ArgumentType type
| Constructor Detail |
|---|
public Argument()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.jdtaus.container.Argument instance.
public Argument(Argument o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.jdtaus.container.Argument instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public BigInteger getIndex()
BigIntegerpublic void setIndex(BigInteger value)
value - allowed object is
BigIntegerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ArgumentType getType()
ArgumentTypepublic void setType(ArgumentType value)
value - allowed object is
ArgumentTypepublic Argument clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||