|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.ModelObject
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Arguments
public class Arguments
Arguments.
Java class for Arguments complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Arguments">
<complexContent>
<extension base="{http://jdtaus.org/core/model/container}ModelObject">
<sequence>
<element ref="{http://jdtaus.org/core/model/container}argument" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Argument[] |
argument
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.ModelObject |
|---|
documentation, modelVersion |
| Constructor Summary | |
|---|---|
Arguments()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Arguments instance. |
|
Arguments(Arguments o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Arguments instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Arguments |
clone()
Creates and returns a copy of this object. |
void |
copyArgument(Argument[] source)
Copies all values of property Argument. |
Argument[] |
getArgument()
|
Argument |
getArgument(int idx)
|
int |
getArgumentLength()
|
void |
setArgument(Argument[] values)
|
Argument |
setArgument(int idx,
Argument value)
|
| Methods inherited from class net.sourceforge.ccxjc.it.model.pub.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 |
|---|
protected Argument[] argument
| Constructor Detail |
|---|
public Arguments()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Arguments instance.
public Arguments(Arguments o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Arguments instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Argument[] getArgument()
Argumentpublic Argument getArgument(int idx)
Argumentpublic int getArgumentLength()
public void setArgument(Argument[] values)
values - allowed objects are
Argument
public Argument setArgument(int idx,
Argument value)
value - allowed object is
Argumentpublic void copyArgument(Argument[] source)
Argument.
source - The source to copy from.
NullPointerException - if source is null.public Arguments clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||