net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.ccxjcit
Interface ChoiceComplexType

All Known Implementing Classes:
ChoiceComplexTypeImpl

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

getString

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

Returns:
possible object is String

setString

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

Parameters:
value - allowed object is String

getAny

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

Returns:
possible object is Element Object

setAny

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

Parameters:
value - allowed object is Element Object

getInt

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

Returns:
possible object is Integer

setInt

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

Parameters:
value - allowed object is Integer


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