com.eviware.soapui.security.boundary
Class TimeBoundary

java.lang.Object
  extended by com.eviware.soapui.security.boundary.AbstractBoundary
      extended by com.eviware.soapui.security.boundary.TimeBoundary
All Implemented Interfaces:
Boundary

public class TimeBoundary
extends AbstractBoundary

Author:
nebojsa.tasic

Field Summary
static java.text.SimpleDateFormat simpleDateFormat
           
static java.lang.String TIME_FORMAT
           
 
Fields inherited from class com.eviware.soapui.security.boundary.AbstractBoundary
XSD_FRACTION_DIGITS, XSD_LENGTH, XSD_MAX_EXCLUSIVE, XSD_MAX_INCLUSIVE, XSD_MAX_LENGTH, XSD_MIN_EXCLUSIVE, XSD_MIN_INCLUSIVE, XSD_MIN_LENGTH, XSD_TOTAL_DIGITS
 
Fields inherited from interface com.eviware.soapui.security.boundary.Boundary
FRACTION_DIGITS, LENGTH, MAX_EXCLISIVE, MAX_INCLISIVE, MAX_LENGTH, MIN_EXCLISIVE, MIN_INCLISIVE, MIN_LENGTH, TOTAL_DIGITS
 
Constructor Summary
TimeBoundary()
           
 
Method Summary
 java.lang.String outOfBoundary(int restrictionAttribute, java.lang.String value)
           
 
Methods inherited from class com.eviware.soapui.security.boundary.AbstractBoundary
factory, outOfBoundaryValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIME_FORMAT

public static final java.lang.String TIME_FORMAT
See Also:
Constant Field Values

simpleDateFormat

public static java.text.SimpleDateFormat simpleDateFormat
Constructor Detail

TimeBoundary

public TimeBoundary()
Method Detail

outOfBoundary

public java.lang.String outOfBoundary(int restrictionAttribute,
                                      java.lang.String value)


Copyright © 2005-2011 eviware.com. All Rights Reserved.