Package org.apache.type_test.types3
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 v2.3.5", date="2024-03-07T12:28:40-05:00") public class SgDerivedTypeB extends SgBaseTypeAJava 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 Summary
Fields Modifier and Type Field Description protected StringvarString-
Fields inherited from class org.apache.type_test.types3.SgBaseTypeA
varInt
-
-
Constructor Summary
Constructors Constructor Description SgDerivedTypeB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVarString()Gets the value of the varString property.voidsetVarString(String value)Sets the value of the varString property.-
Methods inherited from class org.apache.type_test.types3.SgBaseTypeA
getVarInt, setVarInt
-
-
-
-
Field Detail
-
varString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected String varString
-
-