Class DerivedAllBaseStruct

  • Direct Known Subclasses:
    DerivedChoiceBaseComplex

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:29:23-04:00")
    public class DerivedAllBaseStruct
    extends SimpleStruct

    Java class for DerivedAllBaseStruct complex type.

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

     <complexType name="DerivedAllBaseStruct">
       <complexContent>
         <extension base="{http://apache.org/type_test/types1}SimpleStruct">
           <all>
             <element name="varStringExt" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="varFloatExt" type="{http://www.w3.org/2001/XMLSchema}float"/>
           </all>
           <attribute name="attrString" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • varStringExt

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

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

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

      • DerivedAllBaseStruct

        public DerivedAllBaseStruct()
    • Method Detail

      • getVarStringExt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public String getVarStringExt()
        Gets the value of the varStringExt property.
        Returns:
        possible object is String
      • setVarStringExt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public void setVarStringExt​(String value)
        Sets the value of the varStringExt property.
        Parameters:
        value - allowed object is String
      • getVarFloatExt

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public void setVarFloatExt​(float value)
        Sets the value of the varFloatExt property.
      • getAttrString

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public String getAttrString()
        Gets the value of the attrString property.
        Returns:
        possible object is String
      • setAttrString

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public void setAttrString​(String value)
        Sets the value of the attrString property.
        Parameters:
        value - allowed object is String