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