Class Request


  • public class Request
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.xml.datatype.XMLGregorianCalendar begin  
      protected javax.xml.datatype.XMLGregorianCalendar end  
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • begin

        protected javax.xml.datatype.XMLGregorianCalendar begin
      • end

        protected javax.xml.datatype.XMLGregorianCalendar end
    • Constructor Detail

      • Request

        public Request()
    • 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 is XMLGregorianCalendar
      • 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 is XMLGregorianCalendar