com.ibm.broker.config.appdev.test

Class TestDataType

  • java.lang.Object
    • com.ibm.broker.config.appdev.test.TestDataType


  • public class TestDataType
    extends java.lang.Object

    Java class for testDataType complex type.

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

     <complexType name="testDataType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="inputNodeType" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="inputNodeName" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor and Description
      TestDataType() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getContent()
      Gets the value of the content property.
      java.lang.String getInputNodeName()
      Gets the value of the inputNodeName property.
      java.lang.String getInputNodeType()
      Gets the value of the inputNodeType property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getUuid()
      Gets the value of the uuid property.
      void setContent(java.lang.String value)
      Sets the value of the content property.
      void setInputNodeName(java.lang.String value)
      Sets the value of the inputNodeName property.
      void setInputNodeType(java.lang.String value)
      Sets the value of the inputNodeType property.
      void setName(java.lang.String value)
      Sets the value of the name property.
      void setUuid(java.lang.String value)
      Sets the value of the uuid property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestDataType

        public TestDataType()
    • Method Detail

      • getContent

        public java.lang.String getContent()
        Gets the value of the content property.
        Returns:
        possible object is String
      • setContent

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

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getUuid

        public java.lang.String getUuid()
        Gets the value of the uuid property.
        Returns:
        possible object is String
      • setUuid

        public void setUuid(java.lang.String value)
        Sets the value of the uuid property.
        Parameters:
        value - allowed object is String
      • getInputNodeType

        public java.lang.String getInputNodeType()
        Gets the value of the inputNodeType property.
        Returns:
        possible object is String
      • setInputNodeType

        public void setInputNodeType(java.lang.String value)
        Sets the value of the inputNodeType property.
        Parameters:
        value - allowed object is String
      • getInputNodeName

        public java.lang.String getInputNodeName()
        Gets the value of the inputNodeName property.
        Returns:
        possible object is String
      • setInputNodeName

        public void setInputNodeName(java.lang.String value)
        Sets the value of the inputNodeName property.
        Parameters:
        value - allowed object is String