org.apache.ws.commons.schema
Class XmlSchemaAppInfo
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
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.
- Author:
- mukund
Field Summary |
(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. |
Constructor Summary |
XmlSchemaAppInfo()
Creates new XmlSchemaAppInfo
The default constructor initializes all fields to their default values. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
source
java.lang.String source
- Provides the source of the application information.
markup
org.w3c.dom.NodeList markup
- Returns an array of XmlNode that represents the document text markup.
XmlSchemaAppInfo
public XmlSchemaAppInfo()
- Creates new XmlSchemaAppInfo
The default constructor initializes all fields to their default values.
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-2004-2006 Apache Software Foundation. All Rights Reserved.