public class ScheduledRequestType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Class and Description |
---|---|
static class |
ScheduledRequestType.Request
Java class for anonymous complex type.
|
static class |
ScheduledRequestType.Response
Java class for anonymous complex type.
|
Modifier and Type | Field and 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 and Description |
---|
ScheduledRequestType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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.
|
protected long id
protected String user
protected String state
protected XMLGregorianCalendar date
protected XMLGregorianCalendar created
protected XMLGregorianCalendar executed
protected ScheduledRequestType.Request request
protected ScheduledRequestType.Response response
public long getId()
public void setId(long value)
public boolean isSetId()
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public boolean isSetUser()
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public XMLGregorianCalendar getDate()
XMLGregorianCalendar
public void setDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetDate()
public XMLGregorianCalendar getCreated()
XMLGregorianCalendar
public void setCreated(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetCreated()
public XMLGregorianCalendar getExecuted()
XMLGregorianCalendar
public void setExecuted(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetExecuted()
public ScheduledRequestType.Request getRequest()
ScheduledRequestType.Request
public void setRequest(ScheduledRequestType.Request value)
value
- allowed object is
ScheduledRequestType.Request
public boolean isSetRequest()
public ScheduledRequestType.Response getResponse()
ScheduledRequestType.Response
public void setResponse(ScheduledRequestType.Response value)
value
- allowed object is
ScheduledRequestType.Response
public boolean isSetResponse()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.