@Contract @Hk2XmlPreGenerate public interface 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 | 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, setOtherAttributes
Annotation getAnnotation()
Annotation
void setAnnotation(Annotation value)
value
- allowed object is
Annotation
Copyright © 2009–2023 Oracle Corporation. All rights reserved.