com.ibm.broker.config.appdev.test

Class CheckPointType

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


  • public class CheckPointType
    extends java.lang.Object

    Java class for checkPointType complex type.

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

     <complexType name="checkPointType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://wwww.ibm.com/iib/test/1.0.0}description" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="terminal" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor and Description
      CheckPointType() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getTerminal()
      Gets the value of the terminal property.
      void setDescription(java.lang.String value)
      Sets the value of the description property.
      void setId(java.lang.String value)
      Sets the value of the id property.
      void setName(java.lang.String value)
      Sets the value of the name 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

      • CheckPointType

        public CheckPointType()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • 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
      • 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
      • 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