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