Class Apply

  • All Implemented Interfaces:
    XACMLRootElement

    public class Apply
    extends Expression
    implements XACMLRootElement

    Java class for ApplyType complex type.

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

     <complexType name="ApplyType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}ExpressionType">
           <sequence>
             <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}Description" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}Expression" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="FunctionId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • description

        protected String description
      • expression

        protected List<javax.xml.bind.JAXBElement<?>> expression
      • functionId

        protected String functionId
    • Constructor Detail

      • Apply

        public Apply()
    • Method Detail

      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getExpression

        public List<javax.xml.bind.JAXBElement<?>> getExpression()
        Gets the value of the expression property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the expression property.

        For example, to add a new item, do as follows:

            getExpression().add(newItem);
         

        Objects of the following type(s) are allowed in the list JAXBElement<AttributeValue> JAXBElement<AttributeDesignator> JAXBElement<Function> JAXBElement<AttributeSelector> JAXBElement<Expression> JAXBElement<Apply> JAXBElement<VariableReference>

      • getFunctionId

        public String getFunctionId()
        Gets the value of the functionId property.
        Returns:
        possible object is String
      • setFunctionId

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