Class ScheduledRequestType

java.lang.Object
com.vidispine.generated.ScheduledRequestType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class ScheduledRequestType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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:
  • Field Details

  • Constructor Details

    • ScheduledRequestType

      public ScheduledRequestType()
  • Method Details

    • getId

      public long getId()
      Gets the value of the id property.
    • setId

      public void setId(long value)
      Sets the value of the id property.
    • isSetId

      public boolean isSetId()
    • getUser

      public String getUser()
      Gets the value of the user property.
      Returns:
      possible object is String
    • setUser

      public void setUser(String value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is String
    • isSetUser

      public boolean isSetUser()
    • getState

      public String getState()
      Gets the value of the state property.
      Returns:
      possible object is String
    • setState

      public void setState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
    • isSetState

      public boolean isSetState()
    • getDate

      public XMLGregorianCalendar getDate()
      Gets the value of the date property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDate

      public void setDate(XMLGregorianCalendar value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetDate

      public boolean isSetDate()
    • getCreated

      public XMLGregorianCalendar getCreated()
      Gets the value of the created property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreated

      public void setCreated(XMLGregorianCalendar value)
      Sets the value of the created property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetCreated

      public boolean isSetCreated()
    • getExecuted

      public XMLGregorianCalendar getExecuted()
      Gets the value of the executed property.
      Returns:
      possible object is XMLGregorianCalendar
    • setExecuted

      public void setExecuted(XMLGregorianCalendar value)
      Sets the value of the executed property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetExecuted

      public boolean isSetExecuted()
    • getRequest

      public ScheduledRequestType.Request getRequest()
      Gets the value of the request property.
      Returns:
      possible object is ScheduledRequestType.Request
    • setRequest

      public void setRequest(ScheduledRequestType.Request value)
      Sets the value of the request property.
      Parameters:
      value - allowed object is ScheduledRequestType.Request
    • isSetRequest

      public boolean isSetRequest()
    • getResponse

      public ScheduledRequestType.Response getResponse()
      Gets the value of the response property.
      Returns:
      possible object is ScheduledRequestType.Response
    • setResponse

      public void setResponse(ScheduledRequestType.Response value)
      Sets the value of the response property.
      Parameters:
      value - allowed object is ScheduledRequestType.Response
    • isSetResponse

      public boolean isSetResponse()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withId

      public ScheduledRequestType withId(long value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is long
      Returns:
      The class instance
    • withUser

      public ScheduledRequestType withUser(String value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withState

      public ScheduledRequestType withState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDate

      public ScheduledRequestType withDate(XMLGregorianCalendar value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withCreated

      public ScheduledRequestType withCreated(XMLGregorianCalendar value)
      Sets the value of the created property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withExecuted

      public ScheduledRequestType withExecuted(XMLGregorianCalendar value)
      Sets the value of the executed property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withRequest

      Sets the value of the request property.
      Parameters:
      value - allowed object is ScheduledRequestType.Request
      Returns:
      The class instance
    • withResponse

      Sets the value of the response property.
      Parameters:
      value - allowed object is ScheduledRequestType.Response
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public ScheduledRequestType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString