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