net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.ccxjcit.impl
Class ChoiceComplexTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.ccxjcit.impl.ChoiceComplexTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ChoiceComplexType

public class ChoiceComplexTypeImpl
extends Object
implements Serializable, Cloneable, ChoiceComplexType

See Also:
Serialized Form

Field Summary
protected  Integer _int
           
protected  Object any
           
protected  String string
           
 
Constructor Summary
ChoiceComplexTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.ccxjcit.impl.ChoiceComplexTypeImpl instance.
ChoiceComplexTypeImpl(ChoiceComplexTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.ccxjcit.impl.ChoiceComplexTypeImpl instance by copying a given instance.
 
Method Summary
 ChoiceComplexTypeImpl 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

ChoiceComplexTypeImpl

public ChoiceComplexTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.ccxjcit.impl.ChoiceComplexTypeImpl instance.


ChoiceComplexTypeImpl

public ChoiceComplexTypeImpl(ChoiceComplexTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.ccxjcit.impl.ChoiceComplexTypeImpl instance by copying a given instance.

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

getString

public String getString()
Description copied from interface: ChoiceComplexType
Gets the value of the string property.

Specified by:
getString in interface ChoiceComplexType
Returns:
possible object is String

setString

public void setString(String value)
Description copied from interface: ChoiceComplexType
Sets the value of the string property.

Specified by:
setString in interface ChoiceComplexType
Parameters:
value - allowed object is String

getAny

public Object getAny()
Description copied from interface: ChoiceComplexType
Gets the value of the any property.

Specified by:
getAny in interface ChoiceComplexType
Returns:
possible object is Element Object

setAny

public void setAny(Object value)
Description copied from interface: ChoiceComplexType
Sets the value of the any property.

Specified by:
setAny in interface ChoiceComplexType
Parameters:
value - allowed object is Element Object

getInt

public Integer getInt()
Description copied from interface: ChoiceComplexType
Gets the value of the int property.

Specified by:
getInt in interface ChoiceComplexType
Returns:
possible object is Integer

setInt

public void setInt(Integer value)
Description copied from interface: ChoiceComplexType
Sets the value of the int property.

Specified by:
setInt in interface ChoiceComplexType
Parameters:
value - allowed object is Integer

clone

public ChoiceComplexTypeImpl 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.