public static class AnnotationListType.Annotation extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected List<PointType> |
point |
protected String |
software |
protected String |
value |
| Constructor and Description |
|---|
Annotation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Ruft den Wert der name-Eigenschaft ab.
|
List<PointType> |
getPoint()
Gets the value of the point property.
|
String |
getSoftware()
Ruft den Wert der software-Eigenschaft ab.
|
String |
getValue()
Ruft den Wert der value-Eigenschaft ab.
|
void |
setName(String value)
Legt den Wert der name-Eigenschaft fest.
|
void |
setSoftware(String value)
Legt den Wert der software-Eigenschaft fest.
|
void |
setValue(String value)
Legt den Wert der value-Eigenschaft fest.
|
protected String value
protected String software
protected String name
public List<PointType> getPoint()
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 point property.
For example, to add a new item, do as follows:
getPoint().add(newItem);
Objects of the following type(s) are allowed in the list
PointType
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getSoftware()
Stringpublic void setSoftware(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.