com.ibm.di.model.descriptor
Class ComponentDescriptor

java.lang.Object
  extended by com.ibm.di.model.descriptor.BaseDescriptor
      extended by com.ibm.di.model.descriptor.ComponentDescriptor
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectorDescriptor, FunctionComponentDescriptor, ParserDescriptor

public abstract class ComponentDescriptor
extends BaseDescriptor

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>
 

See Also:
Serialized Form

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

javaClass

protected String javaClass

id

protected String id
Constructor Detail

ComponentDescriptor

public ComponentDescriptor()
Method Detail

getJavaClass

public String getJavaClass()
Gets the value of the javaClass property.

Returns:
possible object is String

setJavaClass

public void setJavaClass(String value)
Sets the value of the javaClass property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String