|
|||||||||||
| 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 java.util.List<Label> |
description
|
protected java.lang.String |
id
|
protected java.lang.String |
javaClass
|
protected java.util.List<Label> |
name
|
protected java.lang.String |
version
|
| Fields inherited from class com.ibm.di.model.descriptor.BaseDescriptor |
|---|
parameterMapDescriptor |
| Constructor Summary | |
|---|---|
ComponentDescriptor()
|
|
| Method Summary | |
|---|---|
java.util.List<Label> |
getDescription()
Gets the value of the description property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getJavaClass()
Gets the value of the javaClass property. |
java.util.List<Label> |
getName()
Gets the value of the name property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setJavaClass(java.lang.String value)
Sets the value of the javaClass property. |
void |
setVersion(java.lang.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 java.lang.String javaClass
protected java.util.List<Label> name
protected java.util.List<Label> description
protected java.lang.String id
protected java.lang.String version
| Constructor Detail |
|---|
public ComponentDescriptor()
| Method Detail |
|---|
public java.lang.String getJavaClass()
Stringpublic void setJavaClass(java.lang.String value)
value - allowed object is
Stringpublic java.util.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 java.util.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 java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
String
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||