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.
|
FileSynchronizationEntryStatusType |
withBytesWritten(long value) |
FileSynchronizationEntryStatusType |
withLastChecked(XMLGregorianCalendar value) |
FileSynchronizationEntryStatusType |
withLastWritten(XMLGregorianCalendar value) |
protected long bytesWritten
protected XMLGregorianCalendar lastWritten
protected XMLGregorianCalendar lastChecked
public long getBytesWritten()
public void setBytesWritten(long value)
public boolean isSetBytesWritten()
public XMLGregorianCalendar getLastWritten()
XMLGregorianCalendarpublic void setLastWritten(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastWritten()
public XMLGregorianCalendar getLastChecked()
XMLGregorianCalendarpublic void setLastChecked(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastChecked()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic FileSynchronizationEntryStatusType withBytesWritten(long value)
public FileSynchronizationEntryStatusType withLastWritten(XMLGregorianCalendar value)
public FileSynchronizationEntryStatusType withLastChecked(XMLGregorianCalendar value)
Copyright © 2015. All rights reserved.