Package com.vidispine.generated
Class ThumbnailServiceType
- java.lang.Object
-
- com.vidispine.generated.ThumbnailServiceType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ThumbnailServiceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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"/> <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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ThumbnailServiceType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
failureMessage
protected XMLGregorianCalendar
lastFailure
protected XMLGregorianCalendar
lastSuccess
protected String
mode
protected String
path
protected String
state
-
Constructor Summary
Constructors Constructor Description ThumbnailServiceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
String
getFailureMessage()
Gets the value of the failureMessage property.XMLGregorianCalendar
getLastFailure()
Gets the value of the lastFailure property.XMLGregorianCalendar
getLastSuccess()
Gets the value of the lastSuccess property.String
getMode()
Gets the value of the mode property.String
getPath()
Gets the value of the path property.String
getState()
Gets the value of the state property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetFailureMessage()
boolean
isSetLastFailure()
boolean
isSetLastSuccess()
boolean
isSetMode()
boolean
isSetPath()
boolean
isSetState()
void
setFailureMessage(String value)
Sets the value of the failureMessage property.void
setLastFailure(XMLGregorianCalendar value)
Sets the value of the lastFailure property.void
setLastSuccess(XMLGregorianCalendar value)
Sets the value of the lastSuccess property.void
setMode(String value)
Sets the value of the mode property.void
setPath(String value)
Sets the value of the path property.void
setState(String value)
Sets the value of the state property.ThumbnailServiceType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ThumbnailServiceType
withFailureMessage(String value)
ThumbnailServiceType
withLastFailure(XMLGregorianCalendar value)
ThumbnailServiceType
withLastSuccess(XMLGregorianCalendar value)
ThumbnailServiceType
withMode(String value)
ThumbnailServiceType
withPath(String value)
ThumbnailServiceType
withState(String value)
-
-
-
Field Detail
-
path
protected String path
-
state
protected String state
-
lastSuccess
protected XMLGregorianCalendar lastSuccess
-
lastFailure
protected XMLGregorianCalendar lastFailure
-
failureMessage
protected String failureMessage
-
mode
protected String mode
-
-
Method Detail
-
getPath
public String getPath()
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
public void setPath(String value)
Sets the value of the path property.- Parameters:
value
- allowed object isString
-
isSetPath
public boolean isSetPath()
-
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 isString
-
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 isXMLGregorianCalendar
-
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 isXMLGregorianCalendar
-
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 isString
-
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 isString
-
isSetMode
public boolean isSetMode()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withPath
public ThumbnailServiceType withPath(String value)
-
withState
public ThumbnailServiceType withState(String value)
-
withLastSuccess
public ThumbnailServiceType withLastSuccess(XMLGregorianCalendar value)
-
withLastFailure
public ThumbnailServiceType withLastFailure(XMLGregorianCalendar value)
-
withFailureMessage
public ThumbnailServiceType withFailureMessage(String value)
-
withMode
public ThumbnailServiceType withMode(String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ThumbnailServiceType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-