org.apache.type_test.types3
Class StructWithNillableStruct

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

public class StructWithNillableStruct
extends java.lang.Object

Java class for StructWithNillableStruct complex type.

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

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


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

Field Detail

varInteger

protected int varInteger

varInt

protected java.lang.Integer varInt

varFloat

protected java.lang.Float varFloat
Constructor Detail

StructWithNillableStruct

public StructWithNillableStruct()
Method Detail

getVarInteger

public int getVarInteger()
Gets the value of the varInteger property.


setVarInteger

public void setVarInteger(int value)
Sets the value of the varInteger property.


getVarInt

public java.lang.Integer getVarInt()
Gets the value of the varInt property.

Returns:
possible object is Integer

setVarInt

public void setVarInt(java.lang.Integer value)
Sets the value of the varInt property.

Parameters:
value - allowed object is Integer

getVarFloat

public java.lang.Float getVarFloat()
Gets the value of the varFloat property.

Returns:
possible object is Float

setVarFloat

public void setVarFloat(java.lang.Float value)
Sets the value of the varFloat property.

Parameters:
value - allowed object is Float


Apache CXF