Class Match

  • All Implemented Interfaces:
    XACMLRootElement

    public class Match
    extends Object
    implements XACMLRootElement

    Java class for MatchType complex type.

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

     <complexType name="MatchType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}AttributeValue"/>
             <choice>
               <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}AttributeDesignator"/>
               <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}AttributeSelector"/>
             </choice>
           </sequence>
           <attribute name="MatchId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Match

        public Match()
    • Method Detail

      • getAttributeValue

        public AttributeValue getAttributeValue()
        Gets the value of the attributeValue property.
        Returns:
        possible object is AttributeValue
      • setAttributeValue

        public void setAttributeValue​(AttributeValue value)
        Sets the value of the attributeValue property.
        Parameters:
        value - allowed object is AttributeValue
      • setAttributeDesignator

        public void setAttributeDesignator​(AttributeDesignator value)
        Sets the value of the attributeDesignator property.
        Parameters:
        value - allowed object is AttributeDesignator
      • setAttributeSelector

        public void setAttributeSelector​(AttributeSelector value)
        Sets the value of the attributeSelector property.
        Parameters:
        value - allowed object is AttributeSelector
      • getMatchId

        public String getMatchId()
        Gets the value of the matchId property.
        Returns:
        possible object is String
      • setMatchId

        public void setMatchId​(String value)
        Sets the value of the matchId property.
        Parameters:
        value - allowed object is String
      • toXML

        public String toXML()
        Default toXML Method to Marshal Object into XML.
        Specified by:
        toXML in interface XACMLRootElement
        Returns:
        String - Marshaled Results into XML String.