Class MRecSeqC


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:29:23-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 Detail

      • varIntC

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        protected int varIntC
      • seqDs

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        protected ArrayOfMRecSeqD seqDs
    • Constructor Detail

      • MRecSeqC

        public MRecSeqC()
    • Method Detail

      • getVarIntC

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public int getVarIntC()
        Gets the value of the varIntC property.
      • setVarIntC

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-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 v2.3.5",
                   date="2023-06-06T11:29:23-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 v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public void setSeqDs​(ArrayOfMRecSeqD value)
        Sets the value of the seqDs property.
        Parameters:
        value - allowed object is ArrayOfMRecSeqD