Class AttributeAssignmentExpression

  • All Implemented Interfaces:
    XACMLRootElement

    public class AttributeAssignmentExpression
    extends Object
    implements XACMLRootElement

    Java class for AttributeAssignmentExpressionType complex type.

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

     <complexType name="AttributeAssignmentExpressionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}Expression"/>
           </sequence>
           <attribute name="AttributeId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="Category" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • expression

        protected javax.xml.bind.JAXBElement<?> expression
      • attributeId

        protected String attributeId
      • category

        protected String category
      • issuer

        protected String issuer
    • Constructor Detail

      • AttributeAssignmentExpression

        public AttributeAssignmentExpression()
    • Method Detail

      • getAttributeId

        public String getAttributeId()
        Gets the value of the attributeId property.
        Returns:
        possible object is String
      • setAttributeId

        public void setAttributeId​(String value)
        Sets the value of the attributeId property.
        Parameters:
        value - allowed object is String
      • getCategory

        public String getCategory()
        Gets the value of the category property.
        Returns:
        possible object is String
      • setCategory

        public void setCategory​(String value)
        Sets the value of the category property.
        Parameters:
        value - allowed object is String
      • getIssuer

        public String getIssuer()
        Gets the value of the issuer property.
        Returns:
        possible object is String
      • setIssuer

        public void setIssuer​(String value)
        Sets the value of the issuer 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.