org.plasma.xml.schema
Class Annotated

java.lang.Object
  extended by org.plasma.xml.schema.OpenAttrs
      extended by org.plasma.xml.schema.Annotated
Direct Known Subclasses:
AbstractAttributeGroup, AbstractComplexType, AbstractElement, AbstractGroup, AbstractSimpleType, Attribute, ComplexContent, ExtensionType, Facet, Field, Import, Include, Keybase, List, Notation, Restriction, RestrictionType, Selector, SimpleContent, Union, Wildcard

public class Annotated
extends OpenAttrs

This type is extended by all types which allow annotation other than itself

Java class for annotated complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="annotated">
   <complexContent>
     <extension base="{http://www.w3.org/2001/XMLSchema}openAttrs">
       <sequence>
         <element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Annotation annotation
           
protected  String id
           
 
Constructor Summary
Annotated()
           
 
Method Summary
 Annotation getAnnotation()
          Gets the value of the annotation property.
 String getId()
          Gets the value of the id property.
 void setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class org.plasma.xml.schema.OpenAttrs
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annotation

protected Annotation annotation

id

protected String id
Constructor Detail

Annotated

public Annotated()
Method Detail

getAnnotation

public Annotation getAnnotation()
Gets the value of the annotation property.

Returns:
possible object is Annotation

setAnnotation

public void setAnnotation(Annotation value)
Sets the value of the annotation property.

Parameters:
value - allowed object is Annotation

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2014. All rights reserved.