public static class ValidateElement.ListRange extends java.lang.Object implements NamedElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT |
| Constructor and Description |
|---|
ListRange(java.lang.Long min,
java.lang.Long max)
The 'max' attribute specifies the maximum allowable number of selected/entered values.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName()
Returns the root element name.
|
java.lang.Long |
getMax()
The maximum allowable number of selected/entered values.
|
java.lang.Long |
getMin()
The minimum allowable number of selected/entered values.
|
XmlStringBuilder |
toXML()
Returns the XML representation of this Element.
|
public static final java.lang.String ELEMENT
public ListRange(java.lang.Long min, java.lang.Long max)
min - max - public XmlStringBuilder toXML()
Elementpublic java.lang.String getElementName()
NamedElementgetElementName in interface NamedElementpublic java.lang.Long getMin()
public java.lang.Long getMax()