public static class ScheduledRequestType.Response extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Field and Description |
---|---|
protected String |
contentType |
protected boolean |
hasBody |
protected int |
statusCode |
Constructor and Description |
---|
ScheduledRequestType.Response() |
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() |
String |
getContentType()
Gets the value of the contentType property.
|
int |
getStatusCode()
Gets the value of the statusCode property.
|
boolean |
isHasBody()
Gets the value of the hasBody property.
|
boolean |
isSetContentType() |
boolean |
isSetHasBody() |
boolean |
isSetStatusCode() |
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setHasBody(boolean value)
Sets the value of the hasBody property.
|
void |
setStatusCode(int value)
Sets the value of the statusCode property.
|
protected int statusCode
protected boolean hasBody
protected String contentType
public int getStatusCode()
public void setStatusCode(int value)
public boolean isSetStatusCode()
public boolean isHasBody()
public void setHasBody(boolean value)
public boolean isSetHasBody()
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public boolean isSetContentType()
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.