com.eurotech.framework.configuration.metatype
Interface Designate


public interface Designate

Java class for Tdesignate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Tdesignate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Object" type="{http://www.osgi.org/xmlns/metatype/v1.2.0}Tobject"/>
         <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="pid" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="factoryPid" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="bundle" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="merge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <anyAttribute/>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getBundle()
          Gets the value of the bundle property.
 String getFactoryPid()
          Gets the value of the factoryPid property.
 TObject getObject()
          Gets the value of the object property.
 String getPid()
          Gets the value of the pid property.
 boolean isMerge()
          Gets the value of the merge property.
 boolean isOptional()
          Gets the value of the optional property.
 

Method Detail

getObject

TObject getObject()
Gets the value of the object property.

Returns:
possible object is TObject

getPid

String getPid()
Gets the value of the pid property.

Returns:
possible object is String

getFactoryPid

String getFactoryPid()
Gets the value of the factoryPid property.

Returns:
possible object is String

getBundle

String getBundle()
Gets the value of the bundle property.

Returns:
possible object is String

isOptional

boolean isOptional()
Gets the value of the optional property.

Returns:
possible object is Boolean

isMerge

boolean isMerge()
Gets the value of the merge property.

Returns:
possible object is Boolean


Copyright © 2013. All Rights Reserved.