public static class RootType.Functions 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
RootType.Functions.Function
Java-Klasse für anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<RootType.Functions.Function> |
function |
| Constructor and Description |
|---|
Functions() |
| Modifier and Type | Method and Description |
|---|---|
List<RootType.Functions.Function> |
getFunction()
Gets the value of the function property.
|
protected List<RootType.Functions.Function> function
public List<RootType.Functions.Function> getFunction()
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 function property.
For example, to add a new item, do as follows:
getFunction().add(newItem);
Objects of the following type(s) are allowed in the list
RootType.Functions.Function
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.