|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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>
Method Summary | |
---|---|
List<Designate> |
getDesignate()
Gets the value of the designate property. |
String |
getLocalization()
Gets the value of the localization property. |
List<OCD> |
getOCD()
Gets the value of the ocd property. |
Method Detail |
---|
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
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
String getLocalization()
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |