Class Request
- java.lang.Object
-
- jadex.webservice.examples.ws.banking.client.gen.Request
-
public class Request extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Request()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getBegin
public javax.xml.datatype.XMLGregorianCalendar getBegin()
Gets the value of the begin property.- Returns:
- possible object is
XMLGregorianCalendar
-
setBegin
public void setBegin(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the begin property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getEnd
public javax.xml.datatype.XMLGregorianCalendar getEnd()
Gets the value of the end property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEnd
public void setEnd(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the end property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
-
-