public static class RootType.Functions.Function 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>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected List<Element> |
any |
protected String |
domain |
protected String |
name |
protected String |
origin |
| Constructor and Description |
|---|
Function() |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
getAny()
Gets the value of the any property.
|
String |
getDomain()
Ruft den Wert der domain-Eigenschaft ab.
|
String |
getName()
Ruft den Wert der name-Eigenschaft ab.
|
String |
getOrigin()
Ruft den Wert der origin-Eigenschaft ab.
|
void |
setDomain(String value)
Legt den Wert der domain-Eigenschaft fest.
|
void |
setName(String value)
Legt den Wert der name-Eigenschaft fest.
|
void |
setOrigin(String value)
Legt den Wert der origin-Eigenschaft fest.
|
protected String name
protected String domain
protected String origin
public List<Element> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic String getOrigin()
StringCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.