|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.schemas.icat.DataFile
public class DataFile
Java class for DataFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataFile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="dataSetID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="format" type="{http://archer.edu.au/schemas/icat}DataFileFormat" minOccurs="0"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="parameter" type="{http://archer.edu.au/schemas/icat}DataFileParameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="versionComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="command" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="checksum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="signature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="createId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="createTime" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="modifyId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
checksum
|
protected java.lang.String |
command
|
protected java.lang.Integer |
createId
|
protected java.util.Calendar |
createTime
|
protected java.lang.Integer |
dataSetID
|
protected boolean |
deleted
|
protected java.lang.String |
description
|
protected DataFileFormat |
format
|
protected java.lang.Integer |
id
|
protected java.lang.String |
location
|
protected java.lang.Integer |
modifyId
|
protected java.util.Calendar |
modifyTime
|
protected java.lang.String |
name
|
protected java.util.List<DataFileParameter> |
parameter
|
protected java.lang.String |
signature
|
protected java.lang.Integer |
size
|
protected java.lang.String |
version
|
protected java.lang.String |
versionComment
|
| Constructor Summary | |
|---|---|
DataFile()
|
|
| Method Summary | |
|---|---|
void |
addParameter(DataFileParameter child)
|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes. |
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.String |
getChecksum()
Gets the value of the checksum property. |
java.lang.String |
getCommand()
Gets the value of the command property. |
java.lang.Integer |
getCreateId()
Gets the value of the createId property. |
java.util.Calendar |
getCreateTime()
Gets the value of the createTime property. |
DataSet |
getDataSet()
|
java.lang.Integer |
getDataSetID()
Gets the value of the dataSetID property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
DataFileFormat |
getFormat()
Gets the value of the format property. |
java.lang.Integer |
getId()
Gets the value of the id property. |
java.lang.String |
getLocation()
Gets the value of the location property. |
java.lang.Integer |
getModifyId()
Gets the value of the modifyId property. |
java.util.Calendar |
getModifyTime()
Gets the value of the modifyTime property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<DataFileParameter> |
getParameter()
Gets the value of the parameter property. |
java.lang.String |
getSignature()
Gets the value of the signature property. |
java.lang.Integer |
getSize()
Gets the value of the size property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
java.lang.String |
getVersionComment()
Gets the value of the versionComment property. |
boolean |
isDeleted()
Gets the value of the deleted property. |
boolean |
isSetChecksum()
|
boolean |
isSetCommand()
|
boolean |
isSetCreateId()
|
boolean |
isSetCreateTime()
|
boolean |
isSetDataSetID()
|
boolean |
isSetDeleted()
|
boolean |
isSetDescription()
|
boolean |
isSetFormat()
|
boolean |
isSetId()
|
boolean |
isSetLocation()
|
boolean |
isSetModifyId()
|
boolean |
isSetModifyTime()
|
boolean |
isSetName()
|
boolean |
isSetParameter()
|
boolean |
isSetSignature()
|
boolean |
isSetSize()
|
boolean |
isSetVersion()
|
boolean |
isSetVersionComment()
|
void |
setChecksum(java.lang.String value)
Sets the value of the checksum property. |
void |
setCommand(java.lang.String value)
Sets the value of the command property. |
void |
setCreateId(java.lang.Integer value)
Sets the value of the createId property. |
void |
setCreateTime(java.util.Calendar value)
Sets the value of the createTime property. |
void |
setDataSet(DataSet dataSet)
|
void |
setDataSetID(java.lang.Integer value)
Sets the value of the dataSetID property. |
void |
setDeleted(boolean value)
Sets the value of the deleted property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setFormat(DataFileFormat value)
Sets the value of the format property. |
void |
setId(java.lang.Integer value)
Sets the value of the id property. |
void |
setLocation(java.lang.String value)
Sets the value of the location property. |
void |
setModifyId(java.lang.Integer value)
Sets the value of the modifyId property. |
void |
setModifyTime(java.util.Calendar value)
Sets the value of the modifyTime property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParameter(java.util.List<DataFileParameter> parameter)
|
void |
setSignature(java.lang.String value)
Sets the value of the signature property. |
void |
setSize(java.lang.Integer value)
Sets the value of the size property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
void |
setVersionComment(java.lang.String value)
Sets the value of the versionComment property. |
void |
unsetParameter()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer id
protected java.lang.Integer dataSetID
protected java.lang.String name
protected java.lang.String location
protected DataFileFormat format
protected java.lang.Integer size
protected java.util.List<DataFileParameter> parameter
protected java.lang.String description
protected java.lang.String version
protected java.lang.String versionComment
protected java.lang.String command
protected java.lang.String checksum
protected java.lang.String signature
protected boolean deleted
protected java.lang.Integer createId
protected java.util.Calendar createTime
protected java.lang.Integer modifyId
protected java.util.Calendar modifyTime
| Constructor Detail |
|---|
public DataFile()
| Method Detail |
|---|
public java.lang.Integer getId()
Stringpublic void setId(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.Integer getDataSetID()
Stringpublic void setDataSetID(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isSetDataSetID()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLocation()
public DataFileFormat getFormat()
DataFileFormatpublic void setFormat(DataFileFormat value)
value - allowed object is
DataFileFormatpublic boolean isSetFormat()
public java.lang.Integer getSize()
Stringpublic void setSize(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isSetSize()
public java.util.List<DataFileParameter> getParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
DataFileParameter
public void setParameter(java.util.List<DataFileParameter> parameter)
public boolean isSetParameter()
public void unsetParameter()
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public java.lang.String getVersionComment()
Stringpublic void setVersionComment(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetVersionComment()
public java.lang.String getCommand()
Stringpublic void setCommand(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCommand()
public java.lang.String getChecksum()
Stringpublic void setChecksum(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetChecksum()
public java.lang.String getSignature()
Stringpublic void setSignature(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSignature()
public boolean isDeleted()
public void setDeleted(boolean value)
public boolean isSetDeleted()
public java.lang.Integer getCreateId()
getCreateId in interface BaseDomainStringpublic void setCreateId(java.lang.Integer value)
setCreateId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateId()
public java.util.Calendar getCreateTime()
getCreateTime in interface BaseDomainStringpublic void setCreateTime(java.util.Calendar value)
setCreateTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateTime()
public java.lang.Integer getModifyId()
getModifyId in interface BaseDomainStringpublic void setModifyId(java.lang.Integer value)
setModifyId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyId()
public java.util.Calendar getModifyTime()
getModifyTime in interface BaseDomainStringpublic void setModifyTime(java.util.Calendar value)
setModifyTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyTime()
public DataSet getDataSet()
public void setDataSet(DataSet dataSet)
public void addParameter(DataFileParameter child)
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
unmarshaller - The unmarshaller that generated the instance.parent - The parent object in the object tree.
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||