com.eviware.soapui.security.boundary
Class AbstractBoundary

java.lang.Object
  extended by com.eviware.soapui.security.boundary.AbstractBoundary
All Implemented Interfaces:
Boundary
Direct Known Subclasses:
DateBoundary, DateTimeBoundary, DecimalBoundary, IntegerBoundary, NormalisedStringBoundary, StringBoundary, TimeBoundary

public abstract class AbstractBoundary
extends java.lang.Object
implements Boundary

Author:
nebojsa.tasic

Field Summary
static java.lang.String XSD_FRACTION_DIGITS
           
static java.lang.String XSD_LENGTH
           
static java.lang.String XSD_MAX_EXCLUSIVE
           
static java.lang.String XSD_MAX_INCLUSIVE
           
static java.lang.String XSD_MAX_LENGTH
           
static java.lang.String XSD_MIN_EXCLUSIVE
           
static java.lang.String XSD_MIN_INCLUSIVE
           
static java.lang.String XSD_MIN_LENGTH
           
static java.lang.String 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
AbstractBoundary()
           
 
Method Summary
static Boundary factory(java.lang.String type)
           
static java.lang.String outOfBoundaryValue(java.lang.String baseType, java.lang.String nodeName, java.lang.String nodeValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.eviware.soapui.security.boundary.Boundary
outOfBoundary
 

Field Detail

XSD_LENGTH

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

XSD_MAX_LENGTH

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

XSD_MIN_LENGTH

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

XSD_MIN_INCLUSIVE

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

XSD_MAX_INCLUSIVE

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

XSD_MIN_EXCLUSIVE

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

XSD_MAX_EXCLUSIVE

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

XSD_TOTAL_DIGITS

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

XSD_FRACTION_DIGITS

public static final java.lang.String XSD_FRACTION_DIGITS
See Also:
Constant Field Values
Constructor Detail

AbstractBoundary

public AbstractBoundary()
Method Detail

factory

public static Boundary factory(java.lang.String type)

outOfBoundaryValue

public static java.lang.String outOfBoundaryValue(java.lang.String baseType,
                                                  java.lang.String nodeName,
                                                  java.lang.String nodeValue)


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