Package com.vidispine.generated
Class ScheduledRequestType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScheduledRequestType.PropInfo
static class
ScheduledRequestType.Request
Java class for anonymous complex type.static class
ScheduledRequestType.Response
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendar
created
protected XMLGregorianCalendar
date
protected XMLGregorianCalendar
executed
protected long
id
protected ScheduledRequestType.Request
request
protected ScheduledRequestType.Response
response
protected String
state
protected String
user
-
Constructor Summary
Constructors Constructor Description ScheduledRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
XMLGregorianCalendar
getCreated()
Gets the value of the created property.XMLGregorianCalendar
getDate()
Gets the value of the date property.XMLGregorianCalendar
getExecuted()
Gets the value of the executed property.long
getId()
Gets the value of the id property.ScheduledRequestType.Request
getRequest()
Gets the value of the request property.ScheduledRequestType.Response
getResponse()
Gets the value of the response property.String
getState()
Gets the value of the state property.String
getUser()
Gets the value of the user property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetCreated()
boolean
isSetDate()
boolean
isSetExecuted()
boolean
isSetId()
boolean
isSetRequest()
boolean
isSetResponse()
boolean
isSetState()
boolean
isSetUser()
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
setRequest(ScheduledRequestType.Request value)
Sets the value of the request property.void
setResponse(ScheduledRequestType.Response value)
Sets the value of the response property.void
setState(String value)
Sets the value of the state property.void
setUser(String value)
Sets the value of the user property.ScheduledRequestType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ScheduledRequestType
withCreated(XMLGregorianCalendar value)
ScheduledRequestType
withDate(XMLGregorianCalendar value)
ScheduledRequestType
withExecuted(XMLGregorianCalendar value)
ScheduledRequestType
withId(long value)
ScheduledRequestType
withRequest(ScheduledRequestType.Request value)
ScheduledRequestType
withResponse(ScheduledRequestType.Response value)
ScheduledRequestType
withState(String value)
ScheduledRequestType
withUser(String value)
-
-
-
Field Detail
-
id
protected long id
-
user
protected String user
-
state
protected String state
-
date
protected XMLGregorianCalendar date
-
created
protected XMLGregorianCalendar created
-
executed
protected XMLGregorianCalendar executed
-
request
protected ScheduledRequestType.Request request
-
response
protected ScheduledRequestType.Response response
-
-
Method Detail
-
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 isString
-
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 isString
-
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 isXMLGregorianCalendar
-
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 isXMLGregorianCalendar
-
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 isXMLGregorianCalendar
-
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 isScheduledRequestType.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 isScheduledRequestType.Response
-
isSetResponse
public boolean isSetResponse()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withId
public ScheduledRequestType withId(long value)
-
withUser
public ScheduledRequestType withUser(String value)
-
withState
public ScheduledRequestType withState(String value)
-
withDate
public ScheduledRequestType withDate(XMLGregorianCalendar value)
-
withCreated
public ScheduledRequestType withCreated(XMLGregorianCalendar value)
-
withExecuted
public ScheduledRequestType withExecuted(XMLGregorianCalendar value)
-
withRequest
public ScheduledRequestType withRequest(ScheduledRequestType.Request value)
-
withResponse
public ScheduledRequestType withResponse(ScheduledRequestType.Response value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ScheduledRequestType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-