|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.eurotech.framework.core.configuration.metatype.Tdesignate
public class Tdesignate
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>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected String |
bundle
|
protected String |
factoryPid
|
protected Boolean |
merge
|
protected Tobject |
object
|
protected Boolean |
optional
|
protected String |
pid
|
Constructor Summary | |
---|---|
Tdesignate()
|
Method Summary | |
---|---|
List<Object> |
getAny()
Gets the value of the any property. |
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. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
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. |
void |
setBundle(String value)
Sets the value of the bundle property. |
void |
setFactoryPid(String value)
Sets the value of the factoryPid property. |
void |
setMerge(Boolean value)
Sets the value of the merge property. |
void |
setObject(Tobject value)
Sets the value of the object property. |
void |
setOptional(Boolean value)
Sets the value of the optional property. |
void |
setPid(String value)
Sets the value of the pid property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Tobject object
protected List<Object> any
protected String pid
protected String factoryPid
protected String bundle
protected Boolean optional
protected Boolean merge
Constructor Detail |
---|
public Tdesignate()
Method Detail |
---|
public Tobject getObject()
getObject
in interface Designate
Tobject
public void setObject(Tobject value)
value
- allowed object is
Tobject
public List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
public String getPid()
getPid
in interface Designate
String
public void setPid(String value)
value
- allowed object is
String
public String getFactoryPid()
getFactoryPid
in interface Designate
String
public void setFactoryPid(String value)
value
- allowed object is
String
public String getBundle()
getBundle
in interface Designate
String
public void setBundle(String value)
value
- allowed object is
String
public boolean isOptional()
isOptional
in interface Designate
Boolean
public void setOptional(Boolean value)
value
- allowed object is
Boolean
public boolean isMerge()
isMerge
in interface Designate
Boolean
public void setMerge(Boolean value)
value
- allowed object is
Boolean
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |