Package com.vidispine.generated
Class FileSynchronizationInfoType
java.lang.Object
com.vidispine.generated.FileSynchronizationInfoType
- 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 FileSynchronizationInfoType
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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected XMLGregorianCalendar
protected long
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) getHash()
Gets the value of the hash property.getId()
Gets the value of the id property.Gets the value of the lastUpdated property.long
getSize()
Gets the value of the size 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
isSetId()
boolean
boolean
boolean
void
Sets the value of the hash property.void
Sets the value of the id property.void
Sets the value of the lastUpdated property.void
setSize
(long value) Sets the value of the size property.void
Sets the value of the state property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the hash property.Sets the value of the id property.Sets the value of the lastUpdated property.withSize
(long value) Sets the value of the size property.Sets the value of the state property.
-
Field Details
-
id
-
lastUpdated
-
size
protected long size -
state
-
hash
-
-
Constructor Details
-
FileSynchronizationInfoType
public FileSynchronizationInfoType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getLastUpdated
Gets the value of the lastUpdated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastUpdated
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
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() -
getHash
Gets the value of the hash property.- Returns:
- possible object is
String
-
setHash
Sets the value of the hash property.- Parameters:
value
- allowed object isString
-
isSetHash
public boolean isSetHash() -
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
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withLastUpdated
Sets the value of the lastUpdated property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withSize
Sets the value of the size property.- Parameters:
value
- allowed object is long- Returns:
- The class instance
-
withState
Sets the value of the state property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withHash
Sets the value of the hash 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
-