public class FileMappingType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
FileMappingType.PropInfo |
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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
String
public boolean isSetId()
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public boolean isSetPath()
public String getHash()
String
public void setHash(String value)
value
- allowed object is
String
public boolean isSetHash()
public long getSize()
Long
public void setSize(long value)
value
- allowed object is
Long
public boolean isSetSize()
public void unsetSize()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetTimestamp()
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
public FileMappingType withId(String value)
public FileMappingType withPath(String value)
public FileMappingType withHash(String value)
public FileMappingType withSize(long value)
public FileMappingType withTimestamp(XMLGregorianCalendar value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public FileMappingType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.