Package org.apache.type_test.types1
Class ExtendsSimpleType
- java.lang.Object
-
- org.apache.type_test.types1.ExtendsSimpleType
-
- Direct Known Subclasses:
ComplexRestriction,ComplexRestriction2,ExtendsSimpleContent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class ExtendsSimpleType extends ObjectJava class for ExtendsSimpleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtendsSimpleType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ExtendsSimpleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Gets the value of the value property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String value
-
-