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>
Modifier and Type | Method and Description |
---|---|
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.
|
TObject getObject()
TObject
String getFactoryPid()
String
String getBundle()
String
boolean isOptional()
Boolean
boolean isMerge()
Boolean
Copyright © 2013. All Rights Reserved.