Class MRecSeqC

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") 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 Details

    • varIntC

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") protected int varIntC
    • seqDs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") protected ArrayOfMRecSeqD seqDs
  • Constructor Details

    • MRecSeqC

      public MRecSeqC()
  • Method Details

    • getVarIntC

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public int getVarIntC()
      Gets the value of the varIntC property.
    • setVarIntC

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public void setVarIntC(int value)
      Sets the value of the varIntC property.
    • getSeqDs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public ArrayOfMRecSeqD getSeqDs()
      Gets the value of the seqDs property.
      Returns:
      possible object is ArrayOfMRecSeqD
    • setSeqDs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public void setSeqDs(ArrayOfMRecSeqD value)
      Sets the value of the seqDs property.
      Parameters:
      value - allowed object is ArrayOfMRecSeqD