|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types1.RecursiveUnion
public class RecursiveUnion
Java class for RecursiveUnion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecursiveUnion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="varChoice" type="{http://apache.org/type_test/types1}RecursiveUnionData"/>
<element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected RecursiveUnionData |
varChoice
|
protected String |
varString
|
| Constructor Summary | |
|---|---|
RecursiveUnion()
|
|
| Method Summary | |
|---|---|
RecursiveUnionData |
getVarChoice()
Gets the value of the varChoice property. |
String |
getVarString()
Gets the value of the varString property. |
void |
setVarChoice(RecursiveUnionData value)
Sets the value of the varChoice property. |
void |
setVarString(String value)
Sets the value of the varString property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RecursiveUnionData varChoice
protected String varString
| Constructor Detail |
|---|
public RecursiveUnion()
| Method Detail |
|---|
public RecursiveUnionData getVarChoice()
RecursiveUnionDatapublic void setVarChoice(RecursiveUnionData value)
value - allowed object is
RecursiveUnionDatapublic String getVarString()
Stringpublic void setVarString(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||