public class FileSynchronizationEntryStatusType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FileSynchronizationEntryStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSynchronizationEntryStatusType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="bytesWritten" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="lastWritten" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="lastChecked" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
bytesWritten |
protected XMLGregorianCalendar |
lastChecked |
protected XMLGregorianCalendar |
lastWritten |
Constructor and Description |
---|
FileSynchronizationEntryStatusType() |
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() |
long |
getBytesWritten()
Gets the value of the bytesWritten property.
|
XMLGregorianCalendar |
getLastChecked()
Gets the value of the lastChecked property.
|
XMLGregorianCalendar |
getLastWritten()
Gets the value of the lastWritten property.
|
boolean |
isSetBytesWritten() |
boolean |
isSetLastChecked() |
boolean |
isSetLastWritten() |
void |
setBytesWritten(long value)
Sets the value of the bytesWritten property.
|
void |
setLastChecked(XMLGregorianCalendar value)
Sets the value of the lastChecked property.
|
void |
setLastWritten(XMLGregorianCalendar value)
Sets the value of the lastWritten property.
|
protected long bytesWritten
protected XMLGregorianCalendar lastWritten
protected XMLGregorianCalendar lastChecked
public long getBytesWritten()
public void setBytesWritten(long value)
public boolean isSetBytesWritten()
public XMLGregorianCalendar getLastWritten()
XMLGregorianCalendar
public void setLastWritten(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastWritten()
public XMLGregorianCalendar getLastChecked()
XMLGregorianCalendar
public void setLastChecked(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastChecked()
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.