com.eviware.soapui.security.boundary
Class DateTimeBoundary

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

public class DateTimeBoundary
extends AbstractBoundary

Author:
nebojsa.tasic

Field Summary
static java.lang.String DATE_FORMAT
           
static java.text.SimpleDateFormat simpleDateFormat
           
 
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
DateTimeBoundary()
           
 
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

DATE_FORMAT

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

simpleDateFormat

public static java.text.SimpleDateFormat simpleDateFormat
Constructor Detail

DateTimeBoundary

public DateTimeBoundary()
Method Detail

outOfBoundary

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


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