public class RootType extends Object
Java-Klasse für rootType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="rootType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="properties" type="{}propertyListType" minOccurs="0"/>
<element name="geometry">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="polyline">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="point" type="{}pointType" maxOccurs="unbounded" minOccurs="2"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<any maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="functions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="function" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="domain" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="origin" type="{http://www.w3.org/2001/XMLSchema}string" default="base" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="annotations" type="{}annotationListType" minOccurs="0"/>
<element name="root" type="{}rootType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}labelid"/>
<attribute name="accession" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RootType.Functions
Java-Klasse für anonymous complex type.
|
static class |
RootType.Geometry
Java-Klasse für anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
accession |
protected AnnotationListType |
annotations |
protected RootType.Functions |
functions |
protected RootType.Geometry |
geometry |
protected String |
id |
protected String |
label |
protected PropertyListType |
properties |
protected List<RootType> |
root |
| Constructor and Description |
|---|
RootType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccession()
Ruft den Wert der accession-Eigenschaft ab.
|
AnnotationListType |
getAnnotations()
Ruft den Wert der annotations-Eigenschaft ab.
|
RootType.Functions |
getFunctions()
Ruft den Wert der functions-Eigenschaft ab.
|
RootType.Geometry |
getGeometry()
Ruft den Wert der geometry-Eigenschaft ab.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
String |
getLabel()
Ruft den Wert der label-Eigenschaft ab.
|
PropertyListType |
getProperties()
Ruft den Wert der properties-Eigenschaft ab.
|
List<RootType> |
getRoot()
Gets the value of the root property.
|
void |
setAccession(String value)
Legt den Wert der accession-Eigenschaft fest.
|
void |
setAnnotations(AnnotationListType value)
Legt den Wert der annotations-Eigenschaft fest.
|
void |
setFunctions(RootType.Functions value)
Legt den Wert der functions-Eigenschaft fest.
|
void |
setGeometry(RootType.Geometry value)
Legt den Wert der geometry-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setLabel(String value)
Legt den Wert der label-Eigenschaft fest.
|
void |
setProperties(PropertyListType value)
Legt den Wert der properties-Eigenschaft fest.
|
protected PropertyListType properties
protected RootType.Geometry geometry
protected RootType.Functions functions
protected AnnotationListType annotations
protected String accession
protected String label
protected String id
public PropertyListType getProperties()
PropertyListTypepublic void setProperties(PropertyListType value)
value - allowed object is
PropertyListTypepublic RootType.Geometry getGeometry()
RootType.Geometrypublic void setGeometry(RootType.Geometry value)
value - allowed object is
RootType.Geometrypublic RootType.Functions getFunctions()
RootType.Functionspublic void setFunctions(RootType.Functions value)
value - allowed object is
RootType.Functionspublic AnnotationListType getAnnotations()
AnnotationListTypepublic void setAnnotations(AnnotationListType value)
value - allowed object is
AnnotationListTypepublic List<RootType> getRoot()
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 root property.
For example, to add a new item, do as follows:
getRoot().add(newItem);
Objects of the following type(s) are allowed in the list
RootType
public String getAccession()
Stringpublic void setAccession(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
StringCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.