Package nl.b3p.csw.jaxb.csw
Class RangeOfValuesType
- java.lang.Object
-
- nl.b3p.csw.jaxb.csw.RangeOfValuesType
-
public class RangeOfValuesType extends Object
Java class for RangeOfValuesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RangeOfValuesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MinValue" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="MaxValue" type="{http://www.w3.org/2001/XMLSchema}anyType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description RangeOfValuesType()Default no-arg constructorRangeOfValuesType(Object minValue, Object maxValue)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetMaxValue()Gets the value of the maxValue property.ObjectgetMinValue()Gets the value of the minValue property.voidsetMaxValue(Object value)Sets the value of the maxValue property.voidsetMinValue(Object value)Sets the value of the minValue property.
-
-
-
Method Detail
-
getMinValue
public Object getMinValue()
Gets the value of the minValue property.- Returns:
- possible object is
Object
-
setMinValue
public void setMinValue(Object value)
Sets the value of the minValue property.- Parameters:
value- allowed object isObject
-
getMaxValue
public Object getMaxValue()
Gets the value of the maxValue property.- Returns:
- possible object is
Object
-
-