|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.schema.OpenAttrs
org.plasma.xml.schema.Annotated
public class Annotated
This type is extended by all types which allow annotation
other than 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 Annotationannotation
protected Stringid
Constructor Summary
Annotated()
Method Summary
AnnotationgetAnnotation()
Gets the value of the annotation property.
StringgetId()
Gets the value of the id property.
voidsetAnnotation(Annotation value)
Sets the value of the annotation property.
voidsetId(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()
Annotation
setAnnotation
public void setAnnotation(Annotation value)
value - allowed object is
Annotation
getId
public String getId()
String
setId
public void setId(String value)
value - allowed object is
String
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2014. All rights reserved.