public final class SchemaInfo extends AbstractPropertiesHolder
Constructor and Description |
---|
SchemaInfo(String namespaceUri) |
SchemaInfo(String namespaceUri,
boolean qElement,
boolean qAttribute) |
Modifier and Type | Method and Description |
---|---|
Element |
getElement()
Build and return a DOM tree for this schema.
|
org.apache.ws.commons.schema.XmlSchemaElement |
getElementByQName(QName qname) |
String |
getNamespaceURI() |
org.apache.ws.commons.schema.XmlSchema |
getSchema() |
String |
getSystemId() |
boolean |
isAttributeFormQualified() |
boolean |
isElementFormQualified() |
void |
setElement(Element el) |
void |
setNamespaceURI(String nsUri) |
void |
setSchema(org.apache.ws.commons.schema.XmlSchema schema) |
void |
setSystemId(String systemId) |
String |
toString() |
addExtensionAttribute, addExtensor, containsExtensor, equals, getDocumentation, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperties, getProperty, getProperty, getTraversedExtensor, hasProperty, removeProperty, setDelegate, setDocumentation, setExtensionAttributes, setProperty
public SchemaInfo(String namespaceUri)
public SchemaInfo(String namespaceUri, boolean qElement, boolean qAttribute)
public String getNamespaceURI()
public void setNamespaceURI(String nsUri)
public void setElement(Element el)
public Element getElement()
public boolean isElementFormQualified()
public boolean isAttributeFormQualified()
public org.apache.ws.commons.schema.XmlSchema getSchema()
public void setSchema(org.apache.ws.commons.schema.XmlSchema schema)
public String getSystemId()
public void setSystemId(String systemId)
public org.apache.ws.commons.schema.XmlSchemaElement getElementByQName(QName qname)
Apache CXF