public interface Argument extends ModelObject
The following schema fragment specifies the expected content contained within this java content object. (defined at http://xml.jdtaus.org/1.0.x/jdtaus-core/jdtaus-core-schemas/jdtaus-container-1.1.xsd line 847)
<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>
Modifier and Type | Method and Description |
---|---|
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.
|
getDocumentation, getModelVersion, setDocumentation, setModelVersion
BigInteger getIndex()
BigInteger
ArgumentType getType()
ArgumentType
void setIndex(BigInteger value)
value
- allowed object is
BigInteger
void setName(String value)
value
- allowed object is
String
void setType(ArgumentType value)
value
- allowed object is
ArgumentType
Copyright © 2005–2014 jDTAUS. All rights reserved.