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