|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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>
| Method Summary | |
|---|---|
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 interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Method Detail |
|---|
BigInteger getIndex()
BigIntegervoid setIndex(BigInteger value)
value - allowed object is
BigIntegerString getName()
Stringvoid setName(String value)
value - allowed object is
StringArgumentType getType()
ArgumentTypevoid setType(ArgumentType value)
value - allowed object is
ArgumentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||