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.
|
FileSynchronizationInfoType |
withHash(String value) |
FileSynchronizationInfoType |
withId(String value) |
FileSynchronizationInfoType |
withLastUpdated(XMLGregorianCalendar value) |
FileSynchronizationInfoType |
withSize(long value) |
FileSynchronizationInfoType |
withState(String value) |
protected String id
protected XMLGregorianCalendar lastUpdated
protected long size
protected String state
protected String hash
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public XMLGregorianCalendar getLastUpdated()
XMLGregorianCalendarpublic void setLastUpdated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastUpdated()
public long getSize()
public void setSize(long value)
public boolean isSetSize()
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic boolean isSetState()
public String getHash()
Stringpublic void setHash(String value)
value - allowed object is
Stringpublic boolean isSetHash()
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 FileSynchronizationInfoType withId(String value)
public FileSynchronizationInfoType withLastUpdated(XMLGregorianCalendar value)
public FileSynchronizationInfoType withSize(long value)
public FileSynchronizationInfoType withState(String value)
public FileSynchronizationInfoType withHash(String value)
Copyright © 2015. All rights reserved.