org.apache.ws.commons.schema
Class XmlSchemaAppInfo
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotationItem
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. |
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI |
XmlSchemaAppInfo
public XmlSchemaAppInfo()
- Creates new XmlSchemaAppInfo The default constructor initializes all fields to their default values.
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.