public static class Rsml.Metadata.PropertyDefinitions 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="property-definition" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="unit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Rsml.Metadata.PropertyDefinitions.PropertyDefinition
Java-Klasse für anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Rsml.Metadata.PropertyDefinitions.PropertyDefinition> |
propertyDefinition |
| Constructor and Description |
|---|
PropertyDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
List<Rsml.Metadata.PropertyDefinitions.PropertyDefinition> |
getPropertyDefinition()
Gets the value of the propertyDefinition property.
|
protected List<Rsml.Metadata.PropertyDefinitions.PropertyDefinition> propertyDefinition
public List<Rsml.Metadata.PropertyDefinitions.PropertyDefinition> getPropertyDefinition()
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 propertyDefinition property.
For example, to add a new item, do as follows:
getPropertyDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
Rsml.Metadata.PropertyDefinitions.PropertyDefinition
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.