Package com.vidispine.generated
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Java class for anonymous complex typestatic class
Java class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected XMLGregorianCalendar
protected XMLGregorianCalendar
protected long
protected ScheduledRequestType.Request
protected ScheduledRequestType.Response
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the created property.getDate()
Gets the value of the date property.Gets the value of the executed property.long
getId()
Gets the value of the id property.Gets the value of the request property.Gets the value of the response property.getState()
Gets the value of the state property.getUser()
Gets the value of the user property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
void
setCreated
(XMLGregorianCalendar value) Sets the value of the created property.void
setDate
(XMLGregorianCalendar value) Sets the value of the date property.void
setExecuted
(XMLGregorianCalendar value) Sets the value of the executed property.void
setId
(long value) Sets the value of the id property.void
Sets the value of the request property.void
Sets the value of the response property.void
Sets the value of the state property.void
Sets the value of the user property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withCreated
(XMLGregorianCalendar value) Sets the value of the created property.withDate
(XMLGregorianCalendar value) Sets the value of the date property.withExecuted
(XMLGregorianCalendar value) Sets the value of the executed property.withId
(long value) Sets the value of the id property.Sets the value of the request property.Sets the value of the response property.Sets the value of the state property.Sets the value of the user property.
-
Field Details
-
id
protected long id -
user
-
state
-
date
-
created
-
executed
-
request
-
response
-
-
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
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value
- allowed object isString
-
isSetUser
public boolean isSetUser() -
getState
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState() -
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetDate
public boolean isSetDate() -
getCreated
Gets the value of the created property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreated
Sets the value of the created property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetCreated
public boolean isSetCreated() -
getExecuted
Gets the value of the executed property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExecuted
Sets the value of the executed property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetExecuted
public boolean isSetExecuted() -
getRequest
Gets the value of the request property.- Returns:
- possible object is
ScheduledRequestType.Request
-
setRequest
Sets the value of the request property.- Parameters:
value
- allowed object isScheduledRequestType.Request
-
isSetRequest
public boolean isSetRequest() -
getResponse
Gets the value of the response property.- Returns:
- possible object is
ScheduledRequestType.Response
-
setResponse
Sets the value of the response property.- Parameters:
value
- allowed object isScheduledRequestType.Response
-
isSetResponse
public boolean isSetResponse() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object is long- Returns:
- The class instance
-
withUser
Sets the value of the user property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withState
Sets the value of the state property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDate
Sets the value of the date property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withCreated
Sets the value of the created property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withExecuted
Sets the value of the executed property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withRequest
Sets the value of the request property.- Parameters:
value
- allowed object isScheduledRequestType.Request
- Returns:
- The class instance
-
withResponse
Sets the value of the response property.- Parameters:
value
- allowed object isScheduledRequestType.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 interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.ToString
-