Class ScheduledRequestType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class ScheduledRequestType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for ScheduledRequestType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ScheduledRequestType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="executed" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="request">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="method" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="response" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="statusCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
                       <element name="hasBody" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form