public class XsdAnyURIType extends Object
Java class for xsdAnyURIType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xsdAnyURIType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
value |
Constructor and Description |
---|
XsdAnyURIType() |
Apache CXF