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