org.apache.type_test.types3
Class StructWithNillableChoice

java.lang.Object
  extended by org.apache.type_test.types3.StructWithNillableChoice

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class StructWithNillableChoice
extends Object

Java class for StructWithNillableChoice complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StructWithNillableChoice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="varInteger" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <choice minOccurs="0">
           <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
           <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer varInt
           
protected  int varInteger
           
protected  String varString
           
 
Constructor Summary
StructWithNillableChoice()
           
 
Method Summary
 Integer getVarInt()
          Gets the value of the varInt property.
 int getVarInteger()
          Gets the value of the varInteger property.
 String getVarString()
          Gets the value of the varString property.
 void setVarInt(Integer value)
          Sets the value of the varInt property.
 void setVarInteger(int value)
          Sets the value of the varInteger property.
 void setVarString(String value)
          Sets the value of the varString property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varInteger

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected int varInteger

varInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Integer varInt

varString

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String varString
Constructor Detail

StructWithNillableChoice

public StructWithNillableChoice()
Method Detail

getVarInteger

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public int getVarInteger()
Gets the value of the varInteger property.


setVarInteger

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setVarInteger(int value)
Sets the value of the varInteger property.


getVarInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public Integer getVarInt()
Gets the value of the varInt property.

Returns:
possible object is Integer

setVarInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setVarInt(Integer value)
Sets the value of the varInt property.

Parameters:
value - allowed object is Integer

getVarString

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getVarString()
Gets the value of the varString property.

Returns:
possible object is String

setVarString

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setVarString(String value)
Sets the value of the varString property.

Parameters:
value - allowed object is String


Apache CXF