|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ccxjcit.ChoiceComplexType
public class 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>
| Field Summary | |
|---|---|
protected Integer |
_int
|
protected Object |
any
|
protected String |
string
|
| Constructor Summary | |
|---|---|
ChoiceComplexType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ccxjcit.ChoiceComplexType instance. |
|
ChoiceComplexType(ChoiceComplexType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ccxjcit.ChoiceComplexType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ChoiceComplexType |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String string
protected Object any
protected Integer _int
| Constructor Detail |
|---|
public ChoiceComplexType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ccxjcit.ChoiceComplexType instance.
public ChoiceComplexType(ChoiceComplexType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ccxjcit.ChoiceComplexType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getString()
Stringpublic void setString(String value)
value - allowed object is
Stringpublic Object getAny()
Element
Objectpublic void setAny(Object value)
value - allowed object is
Element
Objectpublic Integer getInt()
Integerpublic void setInt(Integer value)
value - allowed object is
Integerpublic ChoiceComplexType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||