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.XmlSchemaAnnotationItem
          extended by org.apache.ws.commons.schema.XmlSchemaAppInfo
All Implemented Interfaces:
XmlSchemaObjectBase

public class XmlSchemaAppInfo
extends XmlSchemaAnnotationItem

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
 NodeList getMarkup()
           
 String getSource()
           
 void setMarkup(NodeList markup)
           
 void setSource(String source)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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 String getSource()

setSource

public void setSource(String source)

getMarkup

public NodeList getMarkup()

setMarkup

public void setMarkup(NodeList markup)


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