Class ComponentDescriptor

  • All Implemented Interfaces:
    java.io.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"/>
             <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>
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • javaClass

        protected java.lang.String javaClass
      • name

        protected java.util.List<Label> name
      • description

        protected java.util.List<Label> description
      • id

        protected java.lang.String id
      • version

        protected java.lang.String version
    • Constructor Detail

      • ComponentDescriptor

        public ComponentDescriptor()
    • Method Detail

      • getJavaClass

        public java.lang.String getJavaClass()
        Gets the value of the javaClass property.
        Returns:
        possible object is String
      • setJavaClass

        public void setJavaClass​(java.lang.String value)
        Sets the value of the javaClass property.
        Parameters:
        value - allowed object is String
      • getName

        public java.util.List<Label> getName()
        Gets the value of the name property.

        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

      • getDescription

        public java.util.List<Label> getDescription()
        Gets the value of the description property.

        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

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getVersion

        public java.lang.String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(java.lang.String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String