net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container
Interface Argument

All Superinterfaces:
ModelObject
All Known Implementing Classes:
ArgumentImpl

public interface Argument
extends ModelObject

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.priv.indexed.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Method Detail

getIndex

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

Returns:
possible object is BigInteger

setIndex

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

Parameters:
value - allowed object is BigInteger

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getType

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

Returns:
possible object is ArgumentType

setType

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

Parameters:
value - allowed object is ArgumentType


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