org.apache.type_test.types3
Class MRecSeqC

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

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

Java class for MRecSeqC complex type.

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

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


Field Summary
protected  ArrayOfMRecSeqD seqDs
           
protected  int varIntC
           
 
Constructor Summary
MRecSeqC()
           
 
Method Summary
 ArrayOfMRecSeqD getSeqDs()
          Gets the value of the seqDs property.
 int getVarIntC()
          Gets the value of the varIntC property.
 void setSeqDs(ArrayOfMRecSeqD value)
          Sets the value of the seqDs property.
 void setVarIntC(int value)
          Sets the value of the varIntC property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varIntC

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

seqDs

@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 ArrayOfMRecSeqD seqDs
Constructor Detail

MRecSeqC

public MRecSeqC()
Method Detail

getVarIntC

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


setVarIntC

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


getSeqDs

@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 ArrayOfMRecSeqD getSeqDs()
Gets the value of the seqDs property.

Returns:
possible object is ArrayOfMRecSeqD

setSeqDs

@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 setSeqDs(ArrayOfMRecSeqD value)
Sets the value of the seqDs property.

Parameters:
value - allowed object is ArrayOfMRecSeqD


Apache CXF