org.plasma.provisioning
Class ValueConstraint

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

public class ValueConstraint
extends java.lang.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  java.lang.String fractionDigits
           
protected  java.lang.String maxExclusive
           
protected  java.lang.String maxInclusive
           
protected  java.lang.String maxLength
           
protected  java.lang.String minExclusive
           
protected  java.lang.String minInclusive
           
protected  java.lang.String minLength
           
protected  java.lang.String pattern
           
protected  java.lang.String totalDigits
           
 
Constructor Summary
ValueConstraint()
           
 
Method Summary
 java.lang.String getFractionDigits()
          Gets the value of the fractionDigits property.
 java.lang.String getMaxExclusive()
          Gets the value of the maxExclusive property.
 java.lang.String getMaxInclusive()
          Gets the value of the maxInclusive property.
 java.lang.String getMaxLength()
          Gets the value of the maxLength property.
 java.lang.String getMinExclusive()
          Gets the value of the minExclusive property.
 java.lang.String getMinInclusive()
          Gets the value of the minInclusive property.
 java.lang.String getMinLength()
          Gets the value of the minLength property.
 java.lang.String getPattern()
          Gets the value of the pattern property.
 java.lang.String getTotalDigits()
          Gets the value of the totalDigits property.
 void setFractionDigits(java.lang.String value)
          Sets the value of the fractionDigits property.
 void setMaxExclusive(java.lang.String value)
          Sets the value of the maxExclusive property.
 void setMaxInclusive(java.lang.String value)
          Sets the value of the maxInclusive property.
 void setMaxLength(java.lang.String value)
          Sets the value of the maxLength property.
 void setMinExclusive(java.lang.String value)
          Sets the value of the minExclusive property.
 void setMinInclusive(java.lang.String value)
          Sets the value of the minInclusive property.
 void setMinLength(java.lang.String value)
          Sets the value of the minLength property.
 void setPattern(java.lang.String value)
          Sets the value of the pattern property.
 void setTotalDigits(java.lang.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 java.lang.String minInclusive

maxInclusive

protected java.lang.String maxInclusive

minExclusive

protected java.lang.String minExclusive

maxExclusive

protected java.lang.String maxExclusive

minLength

protected java.lang.String minLength

maxLength

protected java.lang.String maxLength

totalDigits

protected java.lang.String totalDigits

fractionDigits

protected java.lang.String fractionDigits

pattern

protected java.lang.String pattern
Constructor Detail

ValueConstraint

public ValueConstraint()
Method Detail

getMinInclusive

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

Returns:
possible object is String

setMinInclusive

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

Parameters:
value - allowed object is String

getMaxInclusive

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

Returns:
possible object is String

setMaxInclusive

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

Parameters:
value - allowed object is String

getMinExclusive

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

Returns:
possible object is String

setMinExclusive

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

Parameters:
value - allowed object is String

getMaxExclusive

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

Returns:
possible object is String

setMaxExclusive

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

Parameters:
value - allowed object is String

getMinLength

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

Returns:
possible object is String

setMinLength

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

Parameters:
value - allowed object is String

getMaxLength

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

Returns:
possible object is String

setMaxLength

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

Parameters:
value - allowed object is String

getTotalDigits

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

Returns:
possible object is String

setTotalDigits

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

Parameters:
value - allowed object is String

getFractionDigits

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

Returns:
possible object is String

setFractionDigits

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

Parameters:
value - allowed object is String

getPattern

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

Returns:
possible object is String

setPattern

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

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.