@ProviderType
public interface MetaData
Java class for Tmetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tmetadata">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OCD" type="{http://www.osgi.org/xmlns/metatype/v1.2.0}Tocd" maxOccurs="unbounded" minOccurs="0"/>
<element name="Designate" type="{http://www.osgi.org/xmlns/metatype/v1.2.0}Tdesignate" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="localization" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Designate> |
getDesignate()
Gets the value of the designate property.
|
java.lang.String |
getLocalization()
Gets the value of the localization property.
|
java.util.List<OCD> |
getOCD()
Gets the value of the ocd property.
|
java.util.List<OCD> getOCD()
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 ocd property.
For example, to add a new item, do as follows:
getOCD().add(newItem);
Objects of the following type(s) are allowed in the list
OCD
java.util.List<Designate> getDesignate()
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 designate property.
For example, to add a new item, do as follows:
getDesignate().add(newItem);
Objects of the following type(s) are allowed in the list
Designate
java.lang.String getLocalization()
String