public class LongComparisonOperation extends Object
SearchParameter to specify the valid values requested for the specific
Attribute.
Java class for LongComparisonOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LongComparisonOperation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="minimum" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="maximum" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
maximum |
protected Long |
minimum |
| Constructor and Description |
|---|
LongComparisonOperation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMaximum()
Gets the value of the maximum property.
|
Long |
getMinimum()
Gets the value of the minimum property.
|
void |
setMaximum(Long value)
Sets the value of the maximum property.
|
void |
setMinimum(Long value)
Sets the value of the minimum property.
|
public Long getMinimum()
Longpublic void setMinimum(Long value)
value - allowed object is
Longpublic Long getMaximum()
LongCopyright © 2023. All rights reserved.