|
|||||||||||
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"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
id
|
protected String |
javaClass
|
Fields inherited from class com.ibm.di.model.descriptor.BaseDescriptor |
---|
parameterMapDescriptor |
Constructor Summary | |
---|---|
ComponentDescriptor()
|
Method Summary | |
---|---|
String |
getId()
Gets the value of the id property. |
String |
getJavaClass()
Gets the value of the javaClass property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setJavaClass(String value)
Sets the value of the javaClass 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 String id
Constructor Detail |
---|
public ComponentDescriptor()
Method Detail |
---|
public String getJavaClass()
String
public void setJavaClass(String value)
value
- allowed object is String
public String getId()
String
public void setId(String value)
value
- allowed object is String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |