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.
|
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) |
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()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic boolean isSetUser()
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic boolean isSetState()
public XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetDate()
public XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreated()
public XMLGregorianCalendar getExecuted()
XMLGregorianCalendarpublic void setExecuted(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetExecuted()
public ScheduledRequestType.Request getRequest()
ScheduledRequestType.Requestpublic void setRequest(ScheduledRequestType.Request value)
value - allowed object is
ScheduledRequestType.Requestpublic boolean isSetRequest()
public ScheduledRequestType.Response getResponse()
ScheduledRequestType.Responsepublic void setResponse(ScheduledRequestType.Response value)
value - allowed object is
ScheduledRequestType.Responsepublic boolean isSetResponse()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ScheduledRequestType withId(long value)
public ScheduledRequestType withUser(String value)
public ScheduledRequestType withState(String value)
public ScheduledRequestType withDate(XMLGregorianCalendar value)
public ScheduledRequestType withCreated(XMLGregorianCalendar value)
public ScheduledRequestType withExecuted(XMLGregorianCalendar value)
public ScheduledRequestType withRequest(ScheduledRequestType.Request value)
public ScheduledRequestType withResponse(ScheduledRequestType.Response value)
Copyright © 2015. All rights reserved.