com.ibm.broker.config.appdev.test

Class InjectionPointType

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


  • public class InjectionPointType
    extends java.lang.Object

    Java class for injectionPointType complex type.

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

     <complexType name="injectionPointType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="terminal" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="data" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getData()
      Gets the value of the data property.
      java.lang.String getTerminal()
      Gets the value of the terminal property.
      void setData(java.lang.String value)
      Sets the value of the data property.
      void setTerminal(java.lang.String value)
      Sets the value of the terminal property.
      • Methods inherited from class java.lang.Object

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

      • InjectionPointType

        public InjectionPointType()
    • Method Detail

      • getTerminal

        public java.lang.String getTerminal()
        Gets the value of the terminal property.
        Returns:
        possible object is String
      • setTerminal

        public void setTerminal(java.lang.String value)
        Sets the value of the terminal property.
        Parameters:
        value - allowed object is String
      • getData

        public java.lang.String getData()
        Gets the value of the data property.
        Returns:
        possible object is String
      • setData

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