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