org.apache.ws.commons.schema
Class XmlSchemaAppInfo

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

public class XmlSchemaAppInfo
extends XmlSchemaObject

Defines application specific information within an annotation. Represents the World Wide Web Consortium (W3C) appinfo element.


Constructor Summary
XmlSchemaAppInfo()
          Creates new XmlSchemaAppInfo The default constructor initializes all fields to their default values.
 
Method Summary
 org.w3c.dom.NodeList getMarkup()
           
 java.lang.String getSource()
           
 void setMarkup(org.w3c.dom.NodeList markup)
           
 void setSource(java.lang.String source)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlSchemaAppInfo

public XmlSchemaAppInfo()
Creates new XmlSchemaAppInfo The default constructor initializes all fields to their default values.

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)


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.