public class FileSynchronizationInfoType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Field and Description |
---|---|
protected String |
hash |
protected String |
id |
protected XMLGregorianCalendar |
lastUpdated |
protected long |
size |
protected String |
state |
Constructor and Description |
---|
FileSynchronizationInfoType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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.
|
protected String id
protected XMLGregorianCalendar lastUpdated
protected long size
protected String state
protected String hash
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public XMLGregorianCalendar getLastUpdated()
XMLGregorianCalendar
public void setLastUpdated(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastUpdated()
public long getSize()
public void setSize(long value)
public boolean isSetSize()
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public String getHash()
String
public void setHash(String value)
value
- allowed object is
String
public boolean isSetHash()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.