Class DerivedChoiceBaseComplex


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

    Java class for DerivedChoiceBaseComplex complex type.

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

     <complexType name="DerivedChoiceBaseComplex">
       <complexContent>
         <extension base="{http://apache.org/type_test/types1}DerivedAllBaseStruct">
           <choice>
             <element name="varStringExtExt" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="varFloatExtExt" type="{http://www.w3.org/2001/XMLSchema}float"/>
           </choice>
           <attribute name="attrStringExtExt" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • varStringExtExt

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

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

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

      • DerivedChoiceBaseComplex

        public DerivedChoiceBaseComplex()
    • Method Detail

      • getVarStringExtExt

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

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

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

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

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

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