com.eurotech.framework.configuration.metatype
Interface MetaData


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

getOCD

List<OCD> getOCD()
Gets the value of the ocd property.

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


getDesignate

List<Designate> getDesignate()
Gets the value of the designate property.

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


getLocalization

String getLocalization()
Gets the value of the localization property.

Returns:
possible object is String


Copyright © 2013. All Rights Reserved.