Class DesignationMatcherType


  • public class DesignationMatcherType
    extends MatcherType

    Java class for DesignationMatcherType complex type

    .

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

    
     <complexType name="DesignationMatcherType">
       <complexContent>
         <extension base="{}MatcherType">
           <attribute name="designation" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String designation  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDesignation()
      Gets the value of the designation property.
      void setDesignation​(java.lang.String value)
      Sets the value of the designation property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • designation

        protected java.lang.String designation
    • Constructor Detail

      • DesignationMatcherType

        public DesignationMatcherType()
    • Method Detail

      • getDesignation

        public java.lang.String getDesignation()
        Gets the value of the designation property.
        Returns:
        possible object is String
      • setDesignation

        public void setDesignation​(java.lang.String value)
        Sets the value of the designation property.
        Parameters:
        value - allowed object is String