Class Request
- java.lang.Object
- 
- jadex.webservice.examples.ws.banking.client.gen.Request
 
- 
 public class Request extends java.lang.Object- 
- 
Constructor SummaryConstructors Constructor Description Request()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetBegin()Gets the value of the begin property.javax.xml.datatype.XMLGregorianCalendargetEnd()Gets the value of the end property.voidsetBegin(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the begin property.voidsetEnd(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the end property.
 
- 
 - 
- 
Method Detail- 
getBeginpublic javax.xml.datatype.XMLGregorianCalendar getBegin() Gets the value of the begin property.- Returns:
- possible object is
     XMLGregorianCalendar
 
 - 
setBeginpublic void setBegin(javax.xml.datatype.XMLGregorianCalendar value) Sets the value of the begin property.- Parameters:
- value- allowed object is- XMLGregorianCalendar
 
 - 
getEndpublic javax.xml.datatype.XMLGregorianCalendar getEnd() Gets the value of the end property.- Returns:
- possible object is
     XMLGregorianCalendar
 
 - 
setEndpublic void setEnd(javax.xml.datatype.XMLGregorianCalendar value) Sets the value of the end property.- Parameters:
- value- allowed object is- XMLGregorianCalendar
 
 
- 
 
- 
 
-