org.apache.ws.commons.schema
Class XmlSchemaAnnotation

java.lang.Object
  extended by org.apache.ws.commons.schema.XmlSchemaObject
      extended by org.apache.ws.commons.schema.XmlSchemaAnnotation
All Implemented Interfaces:
XmlSchemaObjectBase

public class XmlSchemaAnnotation
extends XmlSchemaObject

Defines an annotation. Represents the World Wide Web Consortium (W3C) annotation element.


Constructor Summary
XmlSchemaAnnotation()
          Creates new XmlSchemaAnnotation
 
Method Summary
 List<XmlSchemaAnnotationItem> getItems()
           
 
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

XmlSchemaAnnotation

public XmlSchemaAnnotation()
Creates new XmlSchemaAnnotation

Method Detail

getItems

public List<XmlSchemaAnnotationItem> getItems()


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