com.ibm.broker.config.appdev.test

Class AssertionType

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


  • public class AssertionType
    extends java.lang.Object

    Java class for assertionType complex type.

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

     <complexType name="assertionType">
       <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="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor and Description
      AssertionType() 
    • 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 getLocation()
      Gets the value of the location property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getType()
      Gets the value of the type property.
      void setDescription(java.lang.String value)
      Sets the value of the description property.
      void setLocation(java.lang.String value)
      Sets the value of the location property.
      void setName(java.lang.String value)
      Sets the value of the name property.
      void setType(java.lang.String value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

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

      • AssertionType

        public AssertionType()
    • 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
      • 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
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getLocation

        public java.lang.String getLocation()
        Gets the value of the location property.
        Returns:
        possible object is String
      • setLocation

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