public class Annotated extends OpenAttrs
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>
| Modifier and Type | Field and Description |
|---|---|
protected Annotation |
annotation |
protected String |
id |
| Constructor and Description |
|---|
Annotated() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getOtherAttributesprotected Annotation annotation
protected String id
public Annotation getAnnotation()
Annotationpublic void setAnnotation(Annotation value)
value - allowed object is AnnotationCopyright © 2017. All rights reserved.