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