Class 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
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected XMLGregorianCalendar
protected XMLGregorianCalendar
protected List<ThumbnailServiceMethodType>
protected String
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) Gets the value of the failureMessage property.Gets the value of the lastFailure property.Gets the value of the lastSuccess property.Gets the value of the method property.getMode()
Gets the value of the mode property.getPath()
Gets the value of the path property.getState()
Gets the value of the state property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setFailureMessage
(String value) Sets the value of the failureMessage property.void
Sets the value of the lastFailure property.void
Sets the value of the lastSuccess property.void
Sets the value of the mode property.void
Sets the value of the state property.toString()
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withFailureMessage
(String value) Sets the value of the failureMessage property.Sets the value of the lastFailure property.Sets the value of the lastSuccess property.withMethod
(ThumbnailServiceMethodType... values) Adds objects to the list of Method using add methodAdds objects to the list of Method using addAll methodSets the value of the mode property.Adds objects to the list of Path using add methodwithPath
(Collection<String> values) Adds objects to the list of Path using addAll methodSets the value of the state property.
-
Field Details
-
path
-
method
-
state
-
lastSuccess
-
lastFailure
-
failureMessage
-
mode
-
-
Constructor Details
-
ThumbnailServiceType
public ThumbnailServiceType()
-
-
Method Details
-
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
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
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState() -
getLastSuccess
Gets the value of the lastSuccess property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastSuccess
Sets the value of the lastSuccess property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetLastSuccess
public boolean isSetLastSuccess() -
getLastFailure
Gets the value of the lastFailure property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastFailure
Sets the value of the lastFailure property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetLastFailure
public boolean isSetLastFailure() -
getFailureMessage
Gets the value of the failureMessage property.- Returns:
- possible object is
String
-
setFailureMessage
Sets the value of the failureMessage property.- Parameters:
value
- allowed object isString
-
isSetFailureMessage
public boolean isSetFailureMessage() -
getMode
Gets the value of the mode property.- Returns:
- possible object is
String
-
setMode
Sets the value of the mode property.- Parameters:
value
- allowed object isString
-
isSetMode
public boolean isSetMode() -
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
-
withPath
Adds objects to the list of Path using add method- Parameters:
values
- objects to add to the list Path- Returns:
- The class instance
-
withPath
Adds objects to the list of Path using addAll method- Parameters:
values
- objects to add to the list Path- Returns:
- The class instance
-
withMethod
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
Sets the value of the state property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withLastSuccess
Sets the value of the lastSuccess property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withLastFailure
Sets the value of the lastFailure property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withFailureMessage
Sets the value of the failureMessage property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMode
Sets the value of the mode property.- Parameters:
value
- allowed object isString
- 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
-