org.plasma.provisioning
Class ValueConstraint

java.lang.Object
  extended by org.plasma.provisioning.ValueConstraint

public class ValueConstraint
extends Object

Java class for ValueConstraint complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ValueConstraint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="minInclusive" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="maxInclusive" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="minExclusive" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="maxExclusive" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="minLength" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="maxLength" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="totalDigits" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fractionDigits" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String fractionDigits
           
protected  String maxExclusive
           
protected  String maxInclusive
           
protected  String maxLength
           
protected  String minExclusive
           
protected  String minInclusive
           
protected  String minLength
           
protected  String pattern
           
protected  String totalDigits
           
 
Constructor Summary
ValueConstraint()
           
 
Method Summary
 String getFractionDigits()
          Gets the value of the fractionDigits property.
 String getMaxExclusive()
          Gets the value of the maxExclusive property.
 String getMaxInclusive()
          Gets the value of the maxInclusive property.
 String getMaxLength()
          Gets the value of the maxLength property.
 String getMinExclusive()
          Gets the value of the minExclusive property.
 String getMinInclusive()
          Gets the value of the minInclusive property.
 String getMinLength()
          Gets the value of the minLength property.
 String getPattern()
          Gets the value of the pattern property.
 String getTotalDigits()
          Gets the value of the totalDigits property.
 void setFractionDigits(String value)
          Sets the value of the fractionDigits property.
 void setMaxExclusive(String value)
          Sets the value of the maxExclusive property.
 void setMaxInclusive(String value)
          Sets the value of the maxInclusive property.
 void setMaxLength(String value)
          Sets the value of the maxLength property.
 void setMinExclusive(String value)
          Sets the value of the minExclusive property.
 void setMinInclusive(String value)
          Sets the value of the minInclusive property.
 void setMinLength(String value)
          Sets the value of the minLength property.
 void setPattern(String value)
          Sets the value of the pattern property.
 void setTotalDigits(String value)
          Sets the value of the totalDigits property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minInclusive

protected String minInclusive

maxInclusive

protected String maxInclusive

minExclusive

protected String minExclusive

maxExclusive

protected String maxExclusive

minLength

protected String minLength

maxLength

protected String maxLength

totalDigits

protected String totalDigits

fractionDigits

protected String fractionDigits

pattern

protected String pattern
Constructor Detail

ValueConstraint

public ValueConstraint()
Method Detail

getMinInclusive

public String getMinInclusive()
Gets the value of the minInclusive property.

Returns:
possible object is String

setMinInclusive

public void setMinInclusive(String value)
Sets the value of the minInclusive property.

Parameters:
value - allowed object is String

getMaxInclusive

public String getMaxInclusive()
Gets the value of the maxInclusive property.

Returns:
possible object is String

setMaxInclusive

public void setMaxInclusive(String value)
Sets the value of the maxInclusive property.

Parameters:
value - allowed object is String

getMinExclusive

public String getMinExclusive()
Gets the value of the minExclusive property.

Returns:
possible object is String

setMinExclusive

public void setMinExclusive(String value)
Sets the value of the minExclusive property.

Parameters:
value - allowed object is String

getMaxExclusive

public String getMaxExclusive()
Gets the value of the maxExclusive property.

Returns:
possible object is String

setMaxExclusive

public void setMaxExclusive(String value)
Sets the value of the maxExclusive property.

Parameters:
value - allowed object is String

getMinLength

public String getMinLength()
Gets the value of the minLength property.

Returns:
possible object is String

setMinLength

public void setMinLength(String value)
Sets the value of the minLength property.

Parameters:
value - allowed object is String

getMaxLength

public String getMaxLength()
Gets the value of the maxLength property.

Returns:
possible object is String

setMaxLength

public void setMaxLength(String value)
Sets the value of the maxLength property.

Parameters:
value - allowed object is String

getTotalDigits

public String getTotalDigits()
Gets the value of the totalDigits property.

Returns:
possible object is String

setTotalDigits

public void setTotalDigits(String value)
Sets the value of the totalDigits property.

Parameters:
value - allowed object is String

getFractionDigits

public String getFractionDigits()
Gets the value of the fractionDigits property.

Returns:
possible object is String

setFractionDigits

public void setFractionDigits(String value)
Sets the value of the fractionDigits property.

Parameters:
value - allowed object is String

getPattern

public String getPattern()
Gets the value of the pattern property.

Returns:
possible object is String

setPattern

public void setPattern(String value)
Sets the value of the pattern property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.