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:
  • Field Details

  • Constructor Details

    • Reply

      public Reply()
  • Method Details

    • getJobInfo

      public CarbonJobInfoType getJobInfo()
      Gets the value of the jobInfo property.
      Returns:
      possible object is CarbonJobInfoType
    • setJobInfo

      public void setJobInfo(CarbonJobInfoType value)
      Sets the value of the jobInfo property.
      Parameters:
      value - allowed object is CarbonJobInfoType
    • isSetJobInfo

      public boolean isSetJobInfo()
    • getGUID

      public String getGUID()
      Gets the value of the guid property.
      Returns:
      possible object is String
    • setGUID

      public void setGUID(String value)
      Sets the value of the guid property.
      Parameters:
      value - allowed object is String
    • isSetGUID

      public boolean isSetGUID()
    • getSuccess

      public String getSuccess()
      Gets the value of the success property.
      Returns:
      possible object is String
    • setSuccess

      public void setSuccess(String value)
      Sets the value of the success property.
      Parameters:
      value - allowed object is String
    • isSetSuccess

      public boolean isSetSuccess()
    • getError

      public String getError()
      Gets the value of the error property.
      Returns:
      possible object is String
    • setError

      public void setError(String value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is String
    • 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 is Integer
    • isSetNrOfJobsDWD

      public boolean isSetNrOfJobsDWD()
    • unsetNrOfJobsDWD

      public void unsetNrOfJobsDWD()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withJobInfo

      public Reply withJobInfo(CarbonJobInfoType value)
      Sets the value of the jobInfo property.
      Parameters:
      value - allowed object is CarbonJobInfoType
      Returns:
      The class instance
    • withGUID

      public Reply withGUID(String value)
      Sets the value of the guid property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSuccess

      public Reply withSuccess(String value)
      Sets the value of the success property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withError

      public Reply withError(String value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withNrOfJobsDWD

      public Reply withNrOfJobsDWD(int value)
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public Reply visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString