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="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected int varInt

recElNext

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected RecElNextType recElNext
Constructor Detail

RecElType

public RecElType()
Method Detail

getVarInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public int getVarInt()
Gets the value of the varInt property.


setVarInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public void setVarInt(int value)
Sets the value of the varInt property.


getRecElNext

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public RecElNextType getRecElNext()
Gets the value of the recElNext property.

Returns:
possible object is RecElNextType

setRecElNext

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public void setRecElNext(RecElNextType value)
Sets the value of the recElNext property.

Parameters:
value - allowed object is RecElNextType


Apache CXF