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