Package com.vidispine.generated
Class Reply
java.lang.Object
com.vidispine.generated.Reply
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class Reply
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected CarbonJobInfoType
protected Integer
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getError()
Gets the value of the error property.getGUID()
Gets the value of the guid property.Gets the value of the jobInfo property.int
Gets the value of the nrOfJobsDWD property.Gets the value of the success property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
void
Sets the value of the error property.void
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.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the error property.Sets the value of the guid property.withJobInfo
(CarbonJobInfoType value) Sets the value of the jobInfo property.withNrOfJobsDWD
(int value) Sets the value of the nrOfJobsDWD property.withSuccess
(String value) Sets the value of the success property.
-
Field Details
-
jobInfo
-
guid
-
success
-
error
-
nrOfJobsDWD
-
-
Constructor Details
-
Reply
public Reply()
-
-
Method Details
-
getJobInfo
Gets the value of the jobInfo property.- Returns:
- possible object is
CarbonJobInfoType
-
setJobInfo
Sets the value of the jobInfo property.- Parameters:
value
- allowed object isCarbonJobInfoType
-
isSetJobInfo
public boolean isSetJobInfo() -
getGUID
Gets the value of the guid property.- Returns:
- possible object is
String
-
setGUID
Sets the value of the guid property.- Parameters:
value
- allowed object isString
-
isSetGUID
public boolean isSetGUID() -
getSuccess
Gets the value of the success property.- Returns:
- possible object is
String
-
setSuccess
Sets the value of the success property.- Parameters:
value
- allowed object isString
-
isSetSuccess
public boolean isSetSuccess() -
getError
Gets the value of the error property.- Returns:
- possible object is
String
-
setError
Sets the value of the error property.- Parameters:
value
- allowed object isString
-
isSetError
public boolean isSetError() -
getNrOfJobsDWD
public int getNrOfJobsDWD()Gets the value of the nrOfJobsDWD property.- Returns:
- possible object is
Integer
-
setNrOfJobsDWD
public void setNrOfJobsDWD(int value) Sets the value of the nrOfJobsDWD property.- Parameters:
value
- allowed object isInteger
-
isSetNrOfJobsDWD
public boolean isSetNrOfJobsDWD() -
unsetNrOfJobsDWD
public void unsetNrOfJobsDWD() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withJobInfo
Sets the value of the jobInfo property.- Parameters:
value
- allowed object isCarbonJobInfoType
- Returns:
- The class instance
-
withGUID
Sets the value of the guid property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSuccess
Sets the value of the success property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withError
Sets the value of the error property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withNrOfJobsDWD
Sets the value of the nrOfJobsDWD property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-