Fields Summary |
---|
public int | lengthvalue of length facet. |
public int | minLengthvalue of minLength facet. |
public int | maxLengthvalue of maxLength facet. |
public short | whiteSpacevalue of whiteSpace facet. |
public int | totalDigitsvalue of totalDigits facet. |
public int | fractionDigitsvalue of fractionDigits facet. |
public String | patternstring containing value of pattern facet, for multiple patterns values
are ORed together. |
public Vector | enumerationVector containing values of Enumeration facet, as String's. |
public Vector | enumNSDeclsAn array parallel to "Vector enumeration". It contains namespace context
of each enumeration value. Elements of this vector are NamespaceContext
objects. |
public String | maxInclusivevalue of maxInclusive facet. |
public String | maxExclusivevalue of maxExclusive facet. |
public String | minInclusivevalue of minInclusive facet. |
public String | minExclusivevalue of minExclusive facet. |
public XSAnnotation | lengthAnnotation |
public XSAnnotation | minLengthAnnotation |
public XSAnnotation | maxLengthAnnotation |
public XSAnnotation | whiteSpaceAnnotation |
public XSAnnotation | totalDigitsAnnotation |
public XSAnnotation | fractionDigitsAnnotation |
public XSObjectListImpl | patternAnnotations |
public XSObjectList | enumAnnotations |
public XSAnnotation | maxInclusiveAnnotation |
public XSAnnotation | maxExclusiveAnnotation |
public XSAnnotation | minInclusiveAnnotation |
public XSAnnotation | minExclusiveAnnotation |