|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
TObject getObject()
TObject
String getPid()
String
String getFactoryPid()
String
String getBundle()
String
boolean isOptional()
Boolean
boolean isMerge()
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |