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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ValueConstraint() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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()
StringCopyright © 2017. All rights reserved.