public interface XSDAtomicType extends AtomicDatatype
| Modifier and Type | Method and Description |
|---|---|
XSDAtomicType |
deriveByRestriction(DatatypeFacet facet,
Object value) |
XSDAtomicType |
restrictLength(int length) |
XSDAtomicType |
restrictMax(boolean inclusive,
Object value) |
XSDAtomicType |
restrictMaxExclusive(Object value) |
XSDAtomicType |
restrictMaxInclusive(Object value) |
XSDAtomicType |
restrictMaxLength(int length) |
XSDAtomicType |
restrictMin(boolean inclusive,
Object value) |
XSDAtomicType |
restrictMinExclusive(Object value) |
XSDAtomicType |
restrictMinInclusive(Object value) |
XSDAtomicType |
restrictMinLength(int length) |
XSDAtomicType |
restrictPattern(String pattern) |
difference, enumeration, getPrimitiveType, intersection, not, unionXSDAtomicType deriveByRestriction(DatatypeFacet facet, Object value)
XSDAtomicType restrictMin(boolean inclusive, Object value)
XSDAtomicType restrictMinInclusive(Object value)
XSDAtomicType restrictMinExclusive(Object value)
XSDAtomicType restrictMax(boolean inclusive, Object value)
XSDAtomicType restrictMaxInclusive(Object value)
XSDAtomicType restrictMaxExclusive(Object value)
XSDAtomicType restrictLength(int length)
XSDAtomicType restrictMinLength(int length)
XSDAtomicType restrictMaxLength(int length)
XSDAtomicType restrictPattern(String pattern)
Copyright © 2013. All Rights Reserved.