public class XSFacets extends Object
XSSimpleType.applyFacets(org.apache.xerces.impl.dv.XSFacets, short, short, org.apache.xerces.impl.dv.ValidationContext)
.Modifier and Type | Field and Description |
---|---|
XSObjectList |
enumAnnotations |
Vector |
enumeration
Vector containing values of Enumeration facet, as String's.
|
Vector |
enumNSDecls
An array parallel to "Vector enumeration".
|
int |
fractionDigits
value of fractionDigits facet.
|
XSAnnotation |
fractionDigitsAnnotation |
int |
length
value of length facet.
|
XSAnnotation |
lengthAnnotation |
String |
maxExclusive
value of maxExclusive facet.
|
XSAnnotation |
maxExclusiveAnnotation |
String |
maxInclusive
value of maxInclusive facet.
|
XSAnnotation |
maxInclusiveAnnotation |
int |
maxLength
value of maxLength facet.
|
XSAnnotation |
maxLengthAnnotation |
String |
minExclusive
value of minExclusive facet.
|
XSAnnotation |
minExclusiveAnnotation |
String |
minInclusive
value of minInclusive facet.
|
XSAnnotation |
minInclusiveAnnotation |
int |
minLength
value of minLength facet.
|
XSAnnotation |
minLengthAnnotation |
String |
pattern
string containing value of pattern facet, for multiple patterns values
are ORed together.
|
XSObjectListImpl |
patternAnnotations |
int |
totalDigits
value of totalDigits facet.
|
XSAnnotation |
totalDigitsAnnotation |
short |
whiteSpace
value of whiteSpace facet.
|
XSAnnotation |
whiteSpaceAnnotation |
Constructor and Description |
---|
XSFacets() |
public int length
public int minLength
public int maxLength
public short whiteSpace
public int totalDigits
public int fractionDigits
public String pattern
public Vector enumeration
public Vector enumNSDecls
public String maxInclusive
public String maxExclusive
public String minInclusive
public String minExclusive
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
Copyright © 2016 JBoss by Red Hat. All rights reserved.