Class XsdMinExclusive


  • public class XsdMinExclusive
    extends XsdStringRestrictions
    States the minimum value that a given type might take, excluding the respective value. The value is defined as a String. Example: If the type has a XsdStringRestrictions.value of 0 it means that the minimum value it can take is any value bigger than 0.
    • Method Detail

      • accept

        public void accept​(XsdAbstractElementVisitor xsdAbstractElementVisitor)
        Description copied from class: XsdAbstractElement
        Base method for all accept methods. It serves as a way to guarantee that every accept call assigns the parent field.
        Overrides:
        accept in class XsdAbstractElement
        Parameters:
        xsdAbstractElementVisitor - The visitor that is visiting the current instance.
      • clone

        public XsdMinExclusive clone​(@NotNull
                                     java.util.Map<java.lang.String,​java.lang.String> placeHolderAttributes)
        Performs a copy of the current object for replacing purposes. The cloned objects are used to replace UnsolvedReference objects in the reference solving process.
        Overrides:
        clone in class XsdAbstractElement
        Parameters:
        placeHolderAttributes - The additional attributes to add to the clone.
        Returns:
        A copy of the object from which is called upon.
      • isFixed

        public boolean isFixed()