com.ibm.broker.config.appdev.test

Class TestType

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


  • public class TestType
    extends java.lang.Object

    Java class for testType complex type.

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

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

      • TestType

        public TestType()
    • 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
      • setInjectionPoint

        public void setInjectionPoint(InjectionPointType value)
        Sets the value of the injectionPoint property.
        Parameters:
        value - allowed object is InjectionPointType
      • 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
      • getAssertion

        public java.util.List<AssertionType> getAssertion()
        Gets the value of the assertion 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 assertion property.

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

            getAssertion().add(newItem);
         

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

      • 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