com.ibm.di.model.descriptor
Class BaseDescriptor

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

public class BaseDescriptor
extends Object
implements Serializable

Java class for BaseDescriptor complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BaseDescriptor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parameterMapDescriptor" type="{http://www.ibm.com/xmlns/prod/tdi/71/core}ParameterMapDescriptor" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ParameterMapDescriptor parameterMapDescriptor
           
 
Constructor Summary
BaseDescriptor()
           
 
Method Summary
 ParameterMapDescriptor getParameterMapDescriptor()
          Gets the value of the parameterMapDescriptor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameterMapDescriptor

protected ParameterMapDescriptor parameterMapDescriptor
Constructor Detail

BaseDescriptor

public BaseDescriptor()
Method Detail

getParameterMapDescriptor

public ParameterMapDescriptor getParameterMapDescriptor()
Gets the value of the parameterMapDescriptor property.

Returns:
possible object is ParameterMapDescriptor