org.apache.ws.commons.schema
Class XmlSchemaDocumentation

java.lang.Object
  extended by org.apache.ws.commons.schema.XmlSchemaObject
      extended by org.apache.ws.commons.schema.XmlSchemaDocumentation

public class XmlSchemaDocumentation
extends XmlSchemaObject

Class that specifies information to be read or used by humans within an annotation. Represents the World Wide Web Consortium (W3C) documentation element.

Author:
mukund

Field Summary
(package private)  java.lang.String language
           
(package private)  org.w3c.dom.NodeList markup
          Returns an array of XmlNode that represents the document text markup.
(package private)  java.lang.String source
          Provides the source of the application information.
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI
 
Constructor Summary
XmlSchemaDocumentation()
          Creates new XmlSchemaDocumentation
 
Method Summary
 java.lang.String getLanguage()
           
 org.w3c.dom.NodeList getMarkup()
           
 java.lang.String getSource()
           
 void setLanguage(java.lang.String language)
           
 void setMarkup(org.w3c.dom.NodeList markup)
           
 void setSource(java.lang.String source)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
equals, getLineNumber, getLinePosition, getSourceURI, setLineNumber, setLinePosition, setSourceURI, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

java.lang.String source
Provides the source of the application information.


language

java.lang.String language

markup

org.w3c.dom.NodeList markup
Returns an array of XmlNode that represents the document text markup.

Constructor Detail

XmlSchemaDocumentation

public XmlSchemaDocumentation()
Creates new XmlSchemaDocumentation

Method Detail

getSource

public java.lang.String getSource()

setSource

public void setSource(java.lang.String source)

getMarkup

public org.w3c.dom.NodeList getMarkup()

setMarkup

public void setMarkup(org.w3c.dom.NodeList markup)

getLanguage

public java.lang.String getLanguage()

setLanguage

public void setLanguage(java.lang.String language)


Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.