Class ThumbnailServiceType

java.lang.Object
com.vidispine.generated.ThumbnailServiceType
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 ThumbnailServiceType 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 ThumbnailServiceType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ThumbnailServiceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="method" type="{http://xml.vidispine.com/schema/vidispine}ThumbnailServiceMethodType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lastSuccess" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastFailure" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="failureMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="mode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ThumbnailServiceType

      public ThumbnailServiceType()
  • Method Details

    • getPath

      public List<String> getPath()
      Gets the value of the path property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the path property.

      For example, to add a new item, do as follows:

       getPath().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the path property.
    • isSetPath

      public boolean isSetPath()
    • unsetPath

      public void unsetPath()
    • getMethod

      public List<ThumbnailServiceMethodType> getMethod()
      Gets the value of the method property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the method property.

      For example, to add a new item, do as follows:

       getMethod().add(newItem);
       

      Objects of the following type(s) are allowed in the list ThumbnailServiceMethodType

      Returns:
      The value of the method property.
    • isSetMethod

      public boolean isSetMethod()
    • unsetMethod

      public void unsetMethod()
    • getState

      public String getState()
      Gets the value of the state property.
      Returns:
      possible object is String
    • setState

      public void setState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
    • isSetState

      public boolean isSetState()
    • getLastSuccess

      public XMLGregorianCalendar getLastSuccess()
      Gets the value of the lastSuccess property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastSuccess

      public void setLastSuccess(XMLGregorianCalendar value)
      Sets the value of the lastSuccess property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetLastSuccess

      public boolean isSetLastSuccess()
    • getLastFailure

      public XMLGregorianCalendar getLastFailure()
      Gets the value of the lastFailure property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastFailure

      public void setLastFailure(XMLGregorianCalendar value)
      Sets the value of the lastFailure property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetLastFailure

      public boolean isSetLastFailure()
    • getFailureMessage

      public String getFailureMessage()
      Gets the value of the failureMessage property.
      Returns:
      possible object is String
    • setFailureMessage

      public void setFailureMessage(String value)
      Sets the value of the failureMessage property.
      Parameters:
      value - allowed object is String
    • isSetFailureMessage

      public boolean isSetFailureMessage()
    • getMode

      public String getMode()
      Gets the value of the mode property.
      Returns:
      possible object is String
    • setMode

      public void setMode(String value)
      Sets the value of the mode property.
      Parameters:
      value - allowed object is String
    • isSetMode

      public boolean isSetMode()
    • 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
    • withPath

      public ThumbnailServiceType withPath(String... values)
      Adds objects to the list of Path using add method
      Parameters:
      values - objects to add to the list Path
      Returns:
      The class instance
    • withPath

      public ThumbnailServiceType withPath(Collection<String> values)
      Adds objects to the list of Path using addAll method
      Parameters:
      values - objects to add to the list Path
      Returns:
      The class instance
    • withMethod

      public ThumbnailServiceType withMethod(ThumbnailServiceMethodType... values)
      Adds objects to the list of Method using add method
      Parameters:
      values - objects to add to the list Method
      Returns:
      The class instance
    • withMethod

      Adds objects to the list of Method using addAll method
      Parameters:
      values - objects to add to the list Method
      Returns:
      The class instance
    • withState

      public ThumbnailServiceType withState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLastSuccess

      public ThumbnailServiceType withLastSuccess(XMLGregorianCalendar value)
      Sets the value of the lastSuccess property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withLastFailure

      public ThumbnailServiceType withLastFailure(XMLGregorianCalendar value)
      Sets the value of the lastFailure property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withFailureMessage

      public ThumbnailServiceType withFailureMessage(String value)
      Sets the value of the failureMessage property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMode

      public ThumbnailServiceType withMode(String value)
      Sets the value of the mode property.
      Parameters:
      value - allowed object is String
      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 ThumbnailServiceType 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