Class PropertyLimitations

    • Constructor Detail

      • PropertyLimitations

        public PropertyLimitations()
    • Method Detail

      • setProcessing

        public void setProcessing​(ItemProcessing processing)
      • getMinOccurs

        public int getMinOccurs()
      • setMinOccurs

        public void setMinOccurs​(int minOccurs)
      • getMaxOccurs

        public int getMaxOccurs()
      • setMaxOccurs

        public void setMaxOccurs​(int maxOccurs)
      • canModify

        public boolean canModify()
        Returns `true` if the `modify` operation is allowed.
      • canAdd

        public boolean canAdd()
        Returns `true` if the `add` operation is allowed.
      • canRead

        public boolean canRead()
        Returns `true` if the `read` operation is allowed.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object