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 Detail

      • designation

        protected String designation
    • Constructor Detail

      • DesignationMatcherType

        public DesignationMatcherType()
    • Method Detail

      • getDesignation

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

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