public class FileMappingType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FileMappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileMappingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="hash" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="size" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hash |
protected String |
id |
protected String |
path |
protected Long |
size |
protected XMLGregorianCalendar |
timestamp |
| Constructor and Description |
|---|
FileMappingType() |
| 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.
|
String |
getPath()
Gets the value of the path property.
|
long |
getSize()
Gets the value of the size property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
boolean |
isSetHash() |
boolean |
isSetId() |
boolean |
isSetPath() |
boolean |
isSetSize() |
boolean |
isSetTimestamp() |
void |
setHash(String value)
Sets the value of the hash property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setSize(long value)
Sets the value of the size property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
void |
unsetSize() |
FileMappingType |
withHash(String value) |
FileMappingType |
withId(String value) |
FileMappingType |
withPath(String value) |
FileMappingType |
withSize(long value) |
FileMappingType |
withTimestamp(XMLGregorianCalendar value) |
protected String id
protected String path
protected String hash
protected Long size
protected XMLGregorianCalendar timestamp
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic boolean isSetPath()
public String getHash()
Stringpublic void setHash(String value)
value - allowed object is
Stringpublic boolean isSetHash()
public long getSize()
Longpublic void setSize(long value)
value - allowed object is
Longpublic boolean isSetSize()
public void unsetSize()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTimestamp()
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 FileMappingType withId(String value)
public FileMappingType withPath(String value)
public FileMappingType withHash(String value)
public FileMappingType withSize(long value)
public FileMappingType withTimestamp(XMLGregorianCalendar value)
Copyright © 2015. All rights reserved.