|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChoiceComplexType
Java class for ChoiceComplexType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChoiceComplexType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="string" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<any processContents='lax' namespace='##other' minOccurs="0"/>
<element name="int" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
Object |
getAny()
Gets the value of the any property. |
Integer |
getInt()
Gets the value of the int property. |
String |
getString()
Gets the value of the string property. |
void |
setAny(Object value)
Sets the value of the any property. |
void |
setInt(Integer value)
Sets the value of the int property. |
void |
setString(String value)
Sets the value of the string property. |
| Method Detail |
|---|
String getString()
Stringvoid setString(String value)
value - allowed object is
StringObject getAny()
Element
Objectvoid setAny(Object value)
value - allowed object is
Element
ObjectInteger getInt()
Integervoid setInt(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||