org.apache.ws.commons.schema
Class XmlSchemaDocumentation
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotationItem
org.apache.ws.commons.schema.XmlSchemaDocumentation
- All Implemented Interfaces:
- XmlSchemaObjectBase
public class XmlSchemaDocumentation
- extends XmlSchemaAnnotationItem
Class that specifies information to be read or used by humans within an annotation. Represents the World
Wide Web Consortium (W3C) documentation element.
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI |
XmlSchemaDocumentation
public XmlSchemaDocumentation()
- Creates new XmlSchemaDocumentation
getSource
public String getSource()
setSource
public void setSource(String source)
getMarkup
public NodeList getMarkup()
setMarkup
public void setMarkup(NodeList markup)
getLanguage
public String getLanguage()
setLanguage
public void setLanguage(String language)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.