Class SgDerivedTypeB

java.lang.Object
org.apache.type_test.types3.SgBaseTypeA
org.apache.type_test.types3.SgDerivedTypeB

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public class SgDerivedTypeB extends SgBaseTypeA

Java class for sgDerivedType_B complex type.

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

 <complexType name="sgDerivedType_B">
   <complexContent>
     <extension base="{http://apache.org/type_test/types3}sgBaseType_A">
       <sequence>
         <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • varString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected String varString
  • Constructor Details

    • SgDerivedTypeB

      public SgDerivedTypeB()
  • Method Details

    • getVarString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public String getVarString()
      Gets the value of the varString property.
      Returns:
      possible object is String
    • setVarString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setVarString(String value)
      Sets the value of the varString property.
      Parameters:
      value - allowed object is String