public class Reply 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="JobInfo" type="{http://xml.vidispine.com/schema/vidispine}CarbonJobInfoType" minOccurs="0"/> </sequence> <attribute name="GUID" type="{http://xml.vidispine.com/schema/vidispine}GUIDType" /> <attribute name="Success" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Error" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="NrOfJobs.DWD" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Reply.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
error |
protected String |
guid |
protected CarbonJobInfoType |
jobInfo |
protected Integer |
nrOfJobsDWD |
protected String |
success |
Constructor and Description |
---|
Reply() |
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 |
getError()
Gets the value of the error property.
|
String |
getGUID()
Gets the value of the guid property.
|
CarbonJobInfoType |
getJobInfo()
Gets the value of the jobInfo property.
|
int |
getNrOfJobsDWD()
Gets the value of the nrOfJobsDWD property.
|
String |
getSuccess()
Gets the value of the success property.
|
boolean |
isSetError() |
boolean |
isSetGUID() |
boolean |
isSetJobInfo() |
boolean |
isSetNrOfJobsDWD() |
boolean |
isSetSuccess() |
void |
setError(String value)
Sets the value of the error property.
|
void |
setGUID(String value)
Sets the value of the guid property.
|
void |
setJobInfo(CarbonJobInfoType value)
Sets the value of the jobInfo property.
|
void |
setNrOfJobsDWD(int value)
Sets the value of the nrOfJobsDWD property.
|
void |
setSuccess(String value)
Sets the value of the success property.
|
void |
unsetNrOfJobsDWD() |
Reply |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
Reply |
withError(String value) |
Reply |
withGUID(String value) |
Reply |
withJobInfo(CarbonJobInfoType value) |
Reply |
withNrOfJobsDWD(int value) |
Reply |
withSuccess(String value) |
protected CarbonJobInfoType jobInfo
protected String guid
protected String success
protected String error
protected Integer nrOfJobsDWD
public CarbonJobInfoType getJobInfo()
CarbonJobInfoType
public void setJobInfo(CarbonJobInfoType value)
value
- allowed object is
CarbonJobInfoType
public boolean isSetJobInfo()
public String getGUID()
String
public void setGUID(String value)
value
- allowed object is
String
public boolean isSetGUID()
public String getSuccess()
String
public void setSuccess(String value)
value
- allowed object is
String
public boolean isSetSuccess()
public String getError()
String
public void setError(String value)
value
- allowed object is
String
public boolean isSetError()
public int getNrOfJobsDWD()
Integer
public void setNrOfJobsDWD(int value)
value
- allowed object is
Integer
public boolean isSetNrOfJobsDWD()
public void unsetNrOfJobsDWD()
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
public Reply withJobInfo(CarbonJobInfoType value)
public Reply withNrOfJobsDWD(int value)
public Reply visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.