|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.xml.TestSequenceWithGroupSeqResponse
public class TestSequenceWithGroupSeqResponse
Java class for testSequenceWithGroupSeqResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="testSequenceWithGroupSeqResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://apache.org/type_test/types2}SequenceWithGroupSeq"/>
<element name="y" type="{http://apache.org/type_test/types2}SequenceWithGroupSeq"/>
<element name="z" type="{http://apache.org/type_test/types2}SequenceWithGroupSeq"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected SequenceWithGroupSeq |
_return
|
protected SequenceWithGroupSeq |
y
|
protected SequenceWithGroupSeq |
z
|
| Constructor Summary | |
|---|---|
TestSequenceWithGroupSeqResponse()
|
|
| Method Summary | |
|---|---|
SequenceWithGroupSeq |
getReturn()
Gets the value of the return property. |
SequenceWithGroupSeq |
getY()
Gets the value of the y property. |
SequenceWithGroupSeq |
getZ()
Gets the value of the z property. |
void |
setReturn(SequenceWithGroupSeq value)
Sets the value of the return property. |
void |
setY(SequenceWithGroupSeq value)
Sets the value of the y property. |
void |
setZ(SequenceWithGroupSeq value)
Sets the value of the z property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SequenceWithGroupSeq _return
protected SequenceWithGroupSeq y
protected SequenceWithGroupSeq z
| Constructor Detail |
|---|
public TestSequenceWithGroupSeqResponse()
| Method Detail |
|---|
public SequenceWithGroupSeq getReturn()
SequenceWithGroupSeqpublic void setReturn(SequenceWithGroupSeq value)
value - allowed object is
SequenceWithGroupSeqpublic SequenceWithGroupSeq getY()
SequenceWithGroupSeqpublic void setY(SequenceWithGroupSeq value)
value - allowed object is
SequenceWithGroupSeqpublic SequenceWithGroupSeq getZ()
SequenceWithGroupSeqpublic void setZ(SequenceWithGroupSeq value)
value - allowed object is
SequenceWithGroupSeq
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||