Class Restriction

    • Constructor Detail

      • Restriction

        public Restriction()
      • Restriction

        public Restriction​(java.lang.String baseType)
    • Method Detail

      • setMinInclusive

        public void setMinInclusive​(java.lang.String minInclusive)
      • getMinInclusive

        public java.lang.String getMinInclusive()
      • setMaxInclusive

        public void setMaxInclusive​(java.lang.String maxInclusive)
      • getMaxInclusive

        public java.lang.String getMaxInclusive()
      • setMinExclusive

        public void setMinExclusive​(java.lang.String minExclusive)
      • getMinExclusive

        public java.lang.String getMinExclusive()
      • setMaxExclusive

        public void setMaxExclusive​(java.lang.String maxExclusive)
      • getMaxExclusive

        public java.lang.String getMaxExclusive()
      • setBaseType

        public void setBaseType​(java.lang.String baseType)
      • getBaseType

        public java.lang.String getBaseType()
      • setTypeDefParticle

        public void setTypeDefParticle​(TypeDefParticle typeDefParticle)
      • setChoice

        public void setChoice​(Choice choice)
      • getChoice

        public Choice getChoice()
      • setSequence

        public void setSequence​(Sequence sequence)
      • getSequence

        public Sequence getSequence()
      • setAll

        public void setAll​(All all)
      • getAll

        public All getAll()
      • setSimpleType

        public void setSimpleType​(SimpleType simpleType)
      • getSimpleType

        public SimpleType getSimpleType()
      • setAttributes

        public void setAttributes​(java.util.List attributes)
      • getAttributes

        public java.util.List getAttributes()
      • getEnumerationFacets

        public java.util.ArrayList getEnumerationFacets()
      • setEnumerationFacets

        public void setEnumerationFacets​(java.util.ArrayList values)
      • getOwnerName

        public java.lang.String getOwnerName()
      • setAnyAttribute

        public void setAnyAttribute​(AnyAttribute any)
      • getTotalDigits

        public java.lang.String getTotalDigits()
      • setTotalDigits

        public void setTotalDigits​(java.lang.String totalDigits)
      • setTotalDigits

        public void setTotalDigits​(int totalDigits)
      • getFractionDigits

        public java.lang.String getFractionDigits()
      • setFractionDigits

        public void setFractionDigits​(java.lang.String fractionDigits)
      • setFractionDigits

        public void setFractionDigits​(int fractionDigits)
      • getPatterns

        public java.util.List<java.lang.String> getPatterns()
      • setPatterns

        public void setPatterns​(java.util.List<java.lang.String> patterns)
      • addPattern

        public void addPattern​(java.lang.String regexp)
      • getLength

        public java.lang.String getLength()
      • setLength

        public void setLength​(java.lang.String length)
      • setLength

        public void setLength​(int length)
      • getMinLength

        public java.lang.String getMinLength()
      • setMinLength

        public void setMinLength​(java.lang.String minLength)
      • setMinLength

        public void setMinLength​(int minLength)
      • getMaxLength

        public java.lang.String getMaxLength()
      • setMaxLength

        public void setMaxLength​(java.lang.String maxLength)
      • setMaxLength

        public void setMaxLength​(int maxLength)
      • mergeWith

        public void mergeWith​(Restriction restriction)
        Overwrites attributes of this restriction with attributes of the argument, if they are not null.
        Parameters:
        restriction -