public class AnnotationListType extends Object
Java-Klasse für annotationListType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="annotationListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="annotation" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="point" type="{}pointType" maxOccurs="unbounded"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="software" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationListType.Annotation
Java-Klasse für anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AnnotationListType.Annotation> |
annotation |
| Constructor and Description |
|---|
AnnotationListType() |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationListType.Annotation> |
getAnnotation()
Gets the value of the annotation property.
|
protected List<AnnotationListType.Annotation> annotation
public List<AnnotationListType.Annotation> getAnnotation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the annotation property.
For example, to add a new item, do as follows:
getAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
AnnotationListType.Annotation
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.