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" /> <anyAttribute processContents='lax' namespace='##other'/> </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.
|
getOtherAttributes
protected Annotation annotation
protected String id
public Annotation getAnnotation()
Annotation
public void setAnnotation(Annotation value)
value
- allowed object is
Annotation
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.