Uses of Class gnu.xml.validation.datatype.Annotation

Uses in package gnu.xml.validation.datatype

Constructors with parameter type gnu.xml.validation.datatype.Annotation

AtomicSimpleType.AtomicSimpleType(QName name, Set<E> facets, int fundamentalFacets, SimpleType baseType, Annotation annotation)
Facet.Facet(int type, Annotation annotation)
FractionDigitsFacet.FractionDigitsFacet(int value, boolean fixed, Annotation annotation)
LengthFacet.LengthFacet(int value, boolean fixed, Annotation annotation)
ListSimpleType.ListSimpleType(QName name, Set<E> facets, int fundamentalFacets, SimpleType baseType, Annotation annotation, SimpleType itemType)
MaxExclusiveFacet.MaxExclusiveFacet(Object value, boolean fixed, Annotation annotation)
MaxInclusiveFacet.MaxInclusiveFacet(Object value, boolean fixed, Annotation annotation)
MaxLengthFacet.MaxLengthFacet(int value, boolean fixed, Annotation annotation)
MinExclusiveFacet.MinExclusiveFacet(Object value, boolean fixed, Annotation annotation)
MinInclusiveFacet.MinInclusiveFacet(Object value, boolean fixed, Annotation annotation)
MinLengthFacet.MinLengthFacet(int value, boolean fixed, Annotation annotation)
SimpleType.SimpleType(QName name, int variety, Set<E> facets, int fundamentalFacets, SimpleType baseType, Annotation annotation)
TotalDigitsFacet.TotalDigitsFacet(int value, boolean fixed, Annotation annotation)
UnionSimpleType.UnionSimpleType(QName name, Set<E> facets, int fundamentalFacets, SimpleType baseType, Annotation annotation, List<E> memberTypes)
WhiteSpaceFacet.WhiteSpaceFacet(int value, boolean fixed, Annotation annotation)

Fields of type gnu.xml.validation.datatype.Annotation

Annotation
Optional annotation.
Annotation
Optional annotation.