Class ClassifierType


  • public class ClassifierType
    extends Object

    Java class for ClassifierType complex type.

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

     <complexType name="ClassifierType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="scope" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="keys" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ClassifierType

        public ClassifierType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getScope

        public String getScope()
        Gets the value of the scope property.
        Returns:
        possible object is String
      • setScope

        public void setScope​(String value)
        Sets the value of the scope property.
        Parameters:
        value - allowed object is String
      • getKeys

        public String getKeys()
        Gets the value of the keys property.
        Returns:
        possible object is String
      • setKeys

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