net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ccxjcit
Class ChoiceComplexType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ccxjcit.ChoiceComplexType
All Implemented Interfaces:
Serializable, Cloneable

public class ChoiceComplexType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  Integer _int
           
protected  Object any
           
protected  String string
           
 
Constructor Summary
ChoiceComplexType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ccxjcit.ChoiceComplexType instance.
ChoiceComplexType(ChoiceComplexType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.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

string

protected String string

any

protected Object any

_int

protected Integer _int
Constructor Detail

ChoiceComplexType

public ChoiceComplexType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ccxjcit.ChoiceComplexType instance.


ChoiceComplexType

public ChoiceComplexType(ChoiceComplexType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ccxjcit.ChoiceComplexType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getString

public String getString()
Gets the value of the string property.

Returns:
possible object is String

setString

public void setString(String value)
Sets the value of the string property.

Parameters:
value - allowed object is String

getAny

public Object getAny()
Gets the value of the any property.

Returns:
possible object is Element Object

setAny

public void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Element Object

getInt

public Integer getInt()
Gets the value of the int property.

Returns:
possible object is Integer

setInt

public void setInt(Integer value)
Sets the value of the int property.

Parameters:
value - allowed object is Integer

clone

public ChoiceComplexType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.