org.apache.type_test.types3
Class RecElType

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

@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 RecElType
extends Object

Java class for RecElType complex type.

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

 <complexType name="RecElType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element ref="{http://apache.org/type_test/types3}RecElNext"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  RecElNextType recElNext
           
protected  int varInt
           
 
Constructor Summary
RecElType()
           
 
Method Summary
 RecElNextType getRecElNext()
          Gets the value of the recElNext property.
 int getVarInt()
          Gets the value of the varInt property.
 void setRecElNext(RecElNextType value)
          Sets the value of the recElNext property.
 void setVarInt(int value)
          Sets the value of the varInt property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 int varInt

recElNext

@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 RecElNextType recElNext
Constructor Detail

RecElType

public RecElType()
Method Detail

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 int getVarInt()
Gets the value of the varInt property.


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(int value)
Sets the value of the varInt property.


getRecElNext

@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 RecElNextType getRecElNext()
Gets the value of the recElNext property.

Returns:
possible object is RecElNextType

setRecElNext

@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 setRecElNext(RecElNextType value)
Sets the value of the recElNext property.

Parameters:
value - allowed object is RecElNextType


Apache CXF