com.ibm.di.model.descriptor
Class BaseDescriptor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parameterMapDescriptor
protected ParameterMapDescriptor parameterMapDescriptor
BaseDescriptor
public BaseDescriptor()
getParameterMapDescriptor
public ParameterMapDescriptor getParameterMapDescriptor()
- Gets the value of the parameterMapDescriptor property.
- Returns:
- possible object is
ParameterMapDescriptor