|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.provisioning.ValueConstraint
public class ValueConstraint
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 |
|---|
protected String minInclusive
protected String maxInclusive
protected String minExclusive
protected String maxExclusive
protected String minLength
protected String maxLength
protected String totalDigits
protected String fractionDigits
protected String pattern
| Constructor Detail |
|---|
public ValueConstraint()
| Method Detail |
|---|
public String getMinInclusive()
Stringpublic void setMinInclusive(String value)
value - allowed object is
Stringpublic String getMaxInclusive()
Stringpublic void setMaxInclusive(String value)
value - allowed object is
Stringpublic String getMinExclusive()
Stringpublic void setMinExclusive(String value)
value - allowed object is
Stringpublic String getMaxExclusive()
Stringpublic void setMaxExclusive(String value)
value - allowed object is
Stringpublic String getMinLength()
Stringpublic void setMinLength(String value)
value - allowed object is
Stringpublic String getMaxLength()
Stringpublic void setMaxLength(String value)
value - allowed object is
Stringpublic String getTotalDigits()
Stringpublic void setTotalDigits(String value)
value - allowed object is
Stringpublic String getFractionDigits()
Stringpublic void setFractionDigits(String value)
value - allowed object is
Stringpublic String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||