Class AdviceExpression

  • All Implemented Interfaces:
    Serializable, org.jvnet.jaxb2_commons.lang.ToString2

    public class AdviceExpression
    extends Object
    implements Serializable, org.jvnet.jaxb2_commons.lang.ToString2

    Java class for AdviceExpressionType complex type.

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

     <complexType name="AdviceExpressionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}AttributeAssignmentExpression" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="AdviceId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="AppliesTo" use="required" type="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}EffectType" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AdviceExpression

        protected AdviceExpression()
        Default no-arg constructor
    • Method Detail

      • getAdviceId

        public String getAdviceId()
        Gets the value of the adviceId property.
        Returns:
        possible object is String
      • setAdviceId

        protected void setAdviceId​(String value)
        Sets the value of the adviceId property.
        Parameters:
        value - allowed object is String
      • getAppliesTo

        public EffectType getAppliesTo()
        Gets the value of the appliesTo property.
        Returns:
        possible object is EffectType
      • setAppliesTo

        protected void setAppliesTo​(EffectType value)
        Sets the value of the appliesTo property.
        Parameters:
        value - allowed object is EffectType
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2