Package be.recipe.services.core
Class Between
- java.lang.Object
-
- be.recipe.services.core.Between
-
public class Between extends Object
Java class for Between complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Between"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="to-inclusive" type="{http://www.w3.org/2001/XMLSchema}date" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarfromprotected XMLGregorianCalendartoInclusive
-
Constructor Summary
Constructors Constructor Description Between()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetFrom()Gets the value of the from property.XMLGregorianCalendargetToInclusive()Gets the value of the toInclusive property.voidsetFrom(XMLGregorianCalendar value)Sets the value of the from property.voidsetToInclusive(XMLGregorianCalendar value)Sets the value of the toInclusive property.
-
-
-
Field Detail
-
from
protected XMLGregorianCalendar from
-
toInclusive
protected XMLGregorianCalendar toInclusive
-
-
Method Detail
-
getFrom
public XMLGregorianCalendar getFrom()
Gets the value of the from property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrom
public void setFrom(XMLGregorianCalendar value)
Sets the value of the from property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getToInclusive
public XMLGregorianCalendar getToInclusive()
Gets the value of the toInclusive property.- Returns:
- possible object is
XMLGregorianCalendar
-
setToInclusive
public void setToInclusive(XMLGregorianCalendar value)
Sets the value of the toInclusive property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-