|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.model.descriptor.BaseDescriptor
com.ibm.di.model.descriptor.ComponentDescriptor
public abstract class ComponentDescriptor
Java class for ComponentDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentDescriptor"> <complexContent> <extension base="{http://www.ibm.com/xmlns/prod/tdi/71/core}BaseDescriptor"> <sequence> <element name="javaClass" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.ibm.com/xmlns/prod/tdi/71/core}Label" maxOccurs="unbounded" minOccurs="0"/> <element name="description" type="{http://www.ibm.com/xmlns/prod/tdi/71/core}Label" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Label> |
description
|
protected String |
id
|
protected String |
javaClass
|
protected List<Label> |
name
|
protected String |
version
|
Fields inherited from class com.ibm.di.model.descriptor.BaseDescriptor |
---|
parameterMapDescriptor |
Constructor Summary | |
---|---|
ComponentDescriptor()
|
Method Summary | |
---|---|
List<Label> |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
String |
getJavaClass()
Gets the value of the javaClass property. |
List<Label> |
getName()
Gets the value of the name property. |
String |
getVersion()
Gets the value of the version property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setJavaClass(String value)
Sets the value of the javaClass property. |
void |
setVersion(String value)
Sets the value of the version property. |
Methods inherited from class com.ibm.di.model.descriptor.BaseDescriptor |
---|
getParameterMapDescriptor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String javaClass
protected List<Label> name
protected List<Label> description
protected String id
protected String version
Constructor Detail |
---|
public ComponentDescriptor()
Method Detail |
---|
public String getJavaClass()
String
public void setJavaClass(String value)
value
- allowed object is
String
public List<Label> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
Label
public List<Label> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
Label
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |