Package org.apache.type_test.types1
Class ExtendsAnyURIType
- java.lang.Object
-
- org.apache.type_test.types1.ExtendsAnyURIType
-
- Direct Known Subclasses:
ComplexRestriction5
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class ExtendsAnyURIType extends ObjectJava class for ExtendsAnyURIType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtendsAnyURIType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ExtendsAnyURIType()
-
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
-
-