Package com.vidispine.generated
Class FileSynchronizationInfoType
- java.lang.Object
-
- com.vidispine.generated.FileSynchronizationInfoType
-
- 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 FileSynchronizationInfoType 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 FileSynchronizationInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSynchronizationInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="lastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="size" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="hash" 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
FileSynchronizationInfoType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
hash
protected String
id
protected XMLGregorianCalendar
lastUpdated
protected long
size
protected String
state
-
Constructor Summary
Constructors Constructor Description FileSynchronizationInfoType()
-
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
getHash()
Gets the value of the hash property.String
getId()
Gets the value of the id property.XMLGregorianCalendar
getLastUpdated()
Gets the value of the lastUpdated property.long
getSize()
Gets the value of the size 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
isSetHash()
boolean
isSetId()
boolean
isSetLastUpdated()
boolean
isSetSize()
boolean
isSetState()
void
setHash(String value)
Sets the value of the hash property.void
setId(String value)
Sets the value of the id property.void
setLastUpdated(XMLGregorianCalendar value)
Sets the value of the lastUpdated property.void
setSize(long value)
Sets the value of the size property.void
setState(String value)
Sets the value of the state property.FileSynchronizationInfoType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileSynchronizationInfoType
withHash(String value)
FileSynchronizationInfoType
withId(String value)
FileSynchronizationInfoType
withLastUpdated(XMLGregorianCalendar value)
FileSynchronizationInfoType
withSize(long value)
FileSynchronizationInfoType
withState(String value)
-
-
-
Field Detail
-
id
protected String id
-
lastUpdated
protected XMLGregorianCalendar lastUpdated
-
size
protected long size
-
state
protected String state
-
hash
protected String hash
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getLastUpdated
public XMLGregorianCalendar getLastUpdated()
Gets the value of the lastUpdated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastUpdated
public void setLastUpdated(XMLGregorianCalendar value)
Sets the value of the lastUpdated property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetLastUpdated
public boolean isSetLastUpdated()
-
getSize
public long getSize()
Gets the value of the size property.
-
setSize
public void setSize(long value)
Sets the value of the size property.
-
isSetSize
public boolean isSetSize()
-
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()
-
getHash
public String getHash()
Gets the value of the hash property.- Returns:
- possible object is
String
-
setHash
public void setHash(String value)
Sets the value of the hash property.- Parameters:
value
- allowed object isString
-
isSetHash
public boolean isSetHash()
-
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
-
withId
public FileSynchronizationInfoType withId(String value)
-
withLastUpdated
public FileSynchronizationInfoType withLastUpdated(XMLGregorianCalendar value)
-
withSize
public FileSynchronizationInfoType withSize(long value)
-
withState
public FileSynchronizationInfoType withState(String value)
-
withHash
public FileSynchronizationInfoType withHash(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 FileSynchronizationInfoType 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
-
-