org.apache.cxf.service.model
Class SchemaInfo
java.lang.Object
org.apache.cxf.service.model.AbstractPropertiesHolder
org.apache.cxf.service.model.SchemaInfo
- All Implemented Interfaces:
- Extensible
public final class SchemaInfo
- extends AbstractPropertiesHolder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaInfo
public SchemaInfo(ServiceInfo serviceInfo,
java.lang.String namespaceUri)
getServiceInfo
public ServiceInfo getServiceInfo()
getNamespaceURI
public java.lang.String getNamespaceURI()
setNamespaceURI
public void setNamespaceURI(java.lang.String nsUri)
getElement
public org.w3c.dom.Element getElement()
setElement
public void setElement(org.w3c.dom.Element element)
isElementFormQualified
public boolean isElementFormQualified()
isAttributeFormQualified
public boolean isAttributeFormQualified()
getSchema
public org.apache.ws.commons.schema.XmlSchema getSchema()
setSchema
public void setSchema(org.apache.ws.commons.schema.XmlSchema schema)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.