Class ArrayOfMRecSeqD


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-05-02T15:12:31-04:00")
    public class ArrayOfMRecSeqD
    extends Object

    Java class for ArrayOfMRecSeqD complex type.

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

     <complexType name="ArrayOfMRecSeqD">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="seqD" type="{http://apache.org/type_test/types3}MRecSeqD" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • seqD

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        protected List<MRecSeqD> seqD
    • Constructor Detail

      • ArrayOfMRecSeqD

        public ArrayOfMRecSeqD()
    • Method Detail

      • getSeqD

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public List<MRecSeqD> getSeqD()
        Gets the value of the seqD property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the seqD property.

        For example, to add a new item, do as follows:

            getSeqD().add(newItem);
         

        Objects of the following type(s) are allowed in the list MRecSeqD