public class Request
extends java.lang.Object
Java class for request complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="request"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="begin" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="end" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
begin |
protected javax.xml.datatype.XMLGregorianCalendar |
end |
Constructor and Description |
---|
Request() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getBegin()
Gets the value of the begin property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
void |
setBegin(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the begin property.
|
void |
setEnd(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the end property.
|
protected javax.xml.datatype.XMLGregorianCalendar begin
protected javax.xml.datatype.XMLGregorianCalendar end
public javax.xml.datatype.XMLGregorianCalendar getBegin()
XMLGregorianCalendar
public void setBegin(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getEnd()
XMLGregorianCalendar
public void setEnd(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar