Class ComplexStruct


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2024-03-07T12:28:42-05:00")
    public class ComplexStruct
    extends Object

    Java class for ComplexStruct complex type.

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

     <complexType name="ComplexStruct">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="elem1" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="elem2" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="elem3" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • elem1

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:42-05:00")
        protected String elem1
      • elem2

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:42-05:00")
        protected String elem2
      • elem3

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:42-05:00")
        protected int elem3
    • Constructor Detail

      • ComplexStruct

        public ComplexStruct()
    • Method Detail

      • getElem1

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:42-05:00")
        public String getElem1()
        Gets the value of the elem1 property.
        Returns:
        possible object is String
      • setElem1

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:42-05:00")
        public void setElem1​(String value)
        Sets the value of the elem1 property.
        Parameters:
        value - allowed object is String
      • getElem2

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:42-05:00")
        public String getElem2()
        Gets the value of the elem2 property.
        Returns:
        possible object is String
      • setElem2

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:42-05:00")
        public void setElem2​(String value)
        Sets the value of the elem2 property.
        Parameters:
        value - allowed object is String
      • getElem3

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:42-05:00")
        public int getElem3()
        Gets the value of the elem3 property.
      • setElem3

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:42-05:00")
        public void setElem3​(int value)
        Sets the value of the elem3 property.