com.ibm.broker.config.appdev.test

Class TestcaseType

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


  • public class TestcaseType
    extends java.lang.Object

    Java class for testcaseType complex type.

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

     <complexType name="testcaseType">
       <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"/>
             <element ref="{http://wwww.ibm.com/iib/test/1.0.0}fixtures"/>
             <element ref="{http://wwww.ibm.com/iib/test/1.0.0}test" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://wwww.ibm.com/iib/test/1.0.0}checkPoint" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="datapool" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor and Description
      TestcaseType() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<CheckPointType> getCheckPoint()
      Gets the value of the checkPoint property.
      java.lang.String getDatapool()
      Gets the value of the datapool property.
      java.lang.String getDescription()
      Gets the value of the description property.
      FixturesType getFixtures()
      Gets the value of the fixtures property.
      java.lang.String getName()
      Gets the value of the name property.
      java.util.List<TestType> getTest()
      Gets the value of the test property.
      void setDatapool(java.lang.String value)
      Sets the value of the datapool property.
      void setDescription(java.lang.String value)
      Sets the value of the description property.
      void setFixtures(FixturesType value)
      Sets the value of the fixtures property.
      void setName(java.lang.String value)
      Sets the value of the name property.
      • Methods inherited from class java.lang.Object

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

      • TestcaseType

        public TestcaseType()
    • 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
      • getFixtures

        public FixturesType getFixtures()
        Gets the value of the fixtures property.
        Returns:
        possible object is FixturesType
      • setFixtures

        public void setFixtures(FixturesType value)
        Sets the value of the fixtures property.
        Parameters:
        value - allowed object is FixturesType
      • getTest

        public java.util.List<TestType> getTest()
        Gets the value of the test 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 test property.

        For example, to add a new item, do as follows:

            getTest().add(newItem);
         

        Objects of the following type(s) are allowed in the list TestType

      • getCheckPoint

        public java.util.List<CheckPointType> getCheckPoint()
        Gets the value of the checkPoint 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 checkPoint property.

        For example, to add a new item, do as follows:

            getCheckPoint().add(newItem);
         

        Objects of the following type(s) are allowed in the list CheckPointType

      • 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
      • getDatapool

        public java.lang.String getDatapool()
        Gets the value of the datapool property.
        Returns:
        possible object is String
      • setDatapool

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