org.apache.type_test.types3
Class MRecSeqD

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

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

Java class for MRecSeqD complex type.

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

 <complexType name="MRecSeqD">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="varIntD" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="seqC" type="{http://apache.org/type_test/types3}MRecSeqC"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  MRecSeqC seqC
           
protected  int varIntD
           
 
Constructor Summary
MRecSeqD()
           
 
Method Summary
 MRecSeqC getSeqC()
          Gets the value of the seqC property.
 int getVarIntD()
          Gets the value of the varIntD property.
 void setSeqC(MRecSeqC value)
          Sets the value of the seqC property.
 void setVarIntD(int value)
          Sets the value of the varIntD property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varIntD

@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 varIntD

seqC

@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 MRecSeqC seqC
Constructor Detail

MRecSeqD

public MRecSeqD()
Method Detail

getVarIntD

@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 getVarIntD()
Gets the value of the varIntD property.


setVarIntD

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


getSeqC

@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 MRecSeqC getSeqC()
Gets the value of the seqC property.

Returns:
possible object is MRecSeqC

setSeqC

@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 setSeqC(MRecSeqC value)
Sets the value of the seqC property.

Parameters:
value - allowed object is MRecSeqC


Apache CXF