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