org.jbind.xml.schema.cmp
Class BuiltInConstraint.DateOrTimeConstraint

java.lang.Object
  extended byorg.jbind.xml.schema.cmp.BuiltInConstraint
      extended byorg.jbind.xml.schema.cmp.BuiltInConstraint.DateOrTimeConstraint
All Implemented Interfaces:
IBuiltInConstraint, IConstraint, IHasLocation, ISimpleConstraint
Direct Known Subclasses:
BuiltInConstraint.DateTimeConstraint, BuiltInConstraint.GDateConstraint, BuiltInConstraint.TimeConstraint
Enclosing class:
BuiltInConstraint

protected abstract static class BuiltInConstraint.DateOrTimeConstraint
extends BuiltInConstraint


Nested Class Summary
 
Nested classes inherited from class org.jbind.xml.schema.cmp.BuiltInConstraint
BuiltInConstraint.AnyUri, BuiltInConstraint.DateOrTimeConstraint, BuiltInConstraint.DateTimeConstraint, BuiltInConstraint.DerivedIntegerConstraint, BuiltInConstraint.EntityConstraint, BuiltInConstraint.GDateConstraint, BuiltInConstraint.GreaterThanOrEqualToZero, BuiltInConstraint.GreaterThanZero, BuiltInConstraint.IdConstraint, BuiltInConstraint.IdRefConstraint, BuiltInConstraint.Language, BuiltInConstraint.LessThanOrEqualToZero, BuiltInConstraint.LessThanZero, BuiltInConstraint.NameConstraint, BuiltInConstraint.NcNameConstraint, BuiltInConstraint.NmTokenConstraint, BuiltInConstraint.NotationConstraint, BuiltInConstraint.QNameConstraint, BuiltInConstraint.TimeConstraint, BuiltInConstraint.UnsignedInteger, BuiltInConstraint.UnsignedIntShortOrByte
 
Constructor Summary
protected BuiltInConstraint.DateOrTimeConstraint()
           
 
Method Summary
protected  void checkDate(IDateBase aDate, IHasLocation aHasLocation, IConstraintViolations aViolations)
           
protected  void checkTime(IPointInTime aTime, IHasLocation aHasLocation, IConstraintViolations aViolations)
           
 
Methods inherited from class org.jbind.xml.schema.cmp.BuiltInConstraint
getConstraintType, getLocation, globalCheck, isFinal, isRestriction, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbind.xml.core.constraint.IConstraint
localCheck
 

Constructor Detail

BuiltInConstraint.DateOrTimeConstraint

protected BuiltInConstraint.DateOrTimeConstraint()
Method Detail

checkDate

protected void checkDate(IDateBase aDate,
                         IHasLocation aHasLocation,
                         IConstraintViolations aViolations)

checkTime

protected void checkTime(IPointInTime aTime,
                         IHasLocation aHasLocation,
                         IConstraintViolations aViolations)