Package 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
- 
Constructor SummaryConstructorsConstructorDescriptionSchemaInfo(String namespaceUri) SchemaInfo(String namespaceUri, boolean qElement, boolean qAttribute) 
- 
Method SummaryModifier and TypeMethodDescriptionBuild and return a DOM tree for this schema.org.apache.ws.commons.schema.XmlSchemaElementgetElementByQName(QName qname) org.apache.ws.commons.schema.XmlSchemabooleanbooleanvoidsetElement(Element el) voidsetNamespaceURI(String nsUri) voidsetSchema(org.apache.ws.commons.schema.XmlSchema schema) voidsetSystemId(String systemId) toString()Methods inherited from class org.apache.cxf.service.model.AbstractPropertiesHolderaddExtensionAttribute, addExtensor, containsExtensor, equals, getDocumentation, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperties, getProperty, getProperty, getTraversedExtensor, hasProperty, removeProperty, setDelegate, setDocumentation, setExtensionAttributes, setProperty
- 
Constructor Details- 
SchemaInfo
- 
SchemaInfo
 
- 
- 
Method Details- 
toString
- 
getNamespaceURI
- 
setNamespaceURI
- 
setElement
- 
getElementBuild and return a DOM tree for this schema.- Returns:
- a DOM Element representation of the schema
 
- 
isElementFormQualifiedpublic boolean isElementFormQualified()
- 
isAttributeFormQualifiedpublic boolean isAttributeFormQualified()
- 
getSchemapublic org.apache.ws.commons.schema.XmlSchema getSchema()
- 
setSchemapublic void setSchema(org.apache.ws.commons.schema.XmlSchema schema) 
- 
getSystemId
- 
setSystemId
- 
getElementByQName
 
-