Class ACLConditionalRule

  • All Implemented Interfaces:
    java.io.Serializable

    public class ACLConditionalRule
    extends ACLRule
    implements java.io.Serializable
    An ACL choice which should be applied if all conditions are satisfied <p>Java class for ACLConditionalRule complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ACLConditionalRule"&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/acl}ACLRule"&gt; &lt;sequence&gt; &lt;element name="conditions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> conditions  
      • Fields inherited from class com.flower.docs.domain.acl.ACLRule

        aclId
    • Constructor Summary

      Constructors 
      Constructor Description
      ACLConditionalRule()
      Default no-arg constructor abc
      ACLConditionalRule​(Id aclId, java.util.List<java.lang.String> conditions)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.util.List<java.lang.String> getConditions()
      Gets the value of the conditions property.
      int hashCode()  
      void setConditions​(java.util.List<java.lang.String> value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • conditions

        protected java.util.List<java.lang.String> conditions
    • Constructor Detail

      • ACLConditionalRule

        public ACLConditionalRule()
        Default no-arg constructor abc
      • ACLConditionalRule

        public ACLConditionalRule​(Id aclId,
                                  java.util.List<java.lang.String> conditions)
        Fully-initialising value constructor
    • Method Detail

      • getConditions

        public java.util.List<java.lang.String> getConditions()
        Gets the value of the conditions property. <p> 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 <CODE>set</CODE> method for the conditions property. <p> For example, to add a new item, do as follows: <pre> getConditions().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • setConditions

        public void setConditions​(java.util.List<java.lang.String> value)