org.apache.type_test.types3
Class RecElType

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

public class RecElType
extends java.lang.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

protected int varInt

recElNext

protected RecElNextType recElNext
Constructor Detail

RecElType

public RecElType()
Method Detail

getVarInt

public int getVarInt()
Gets the value of the varInt property.


setVarInt

public void setVarInt(int value)
Sets the value of the varInt property.


getRecElNext

public RecElNextType getRecElNext()
Gets the value of the recElNext property.

Returns:
possible object is RecElNextType

setRecElNext

public void setRecElNext(RecElNextType value)
Sets the value of the recElNext property.

Parameters:
value - allowed object is RecElNextType


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.