|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.doc.TestOccuringStruct2Response
public class TestOccuringStruct2Response
Java class for testOccuringStruct2Response element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="testOccuringStruct2Response">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://apache.org/type_test/types3}OccuringStruct2"/>
<element name="y" type="{http://apache.org/type_test/types3}OccuringStruct2"/>
<element name="z" type="{http://apache.org/type_test/types3}OccuringStruct2"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected OccuringStruct2 |
_return
|
protected OccuringStruct2 |
y
|
protected OccuringStruct2 |
z
|
| Constructor Summary | |
|---|---|
TestOccuringStruct2Response()
|
|
| Method Summary | |
|---|---|
OccuringStruct2 |
getReturn()
Gets the value of the return property. |
OccuringStruct2 |
getY()
Gets the value of the y property. |
OccuringStruct2 |
getZ()
Gets the value of the z property. |
void |
setReturn(OccuringStruct2 value)
Sets the value of the return property. |
void |
setY(OccuringStruct2 value)
Sets the value of the y property. |
void |
setZ(OccuringStruct2 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 OccuringStruct2 _return
protected OccuringStruct2 y
protected OccuringStruct2 z
| Constructor Detail |
|---|
public TestOccuringStruct2Response()
| Method Detail |
|---|
public OccuringStruct2 getReturn()
OccuringStruct2public void setReturn(OccuringStruct2 value)
value - allowed object is
OccuringStruct2public OccuringStruct2 getY()
OccuringStruct2public void setY(OccuringStruct2 value)
value - allowed object is
OccuringStruct2public OccuringStruct2 getZ()
OccuringStruct2public void setZ(OccuringStruct2 value)
value - allowed object is
OccuringStruct2
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||