|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.schemas.icat.DataSet
public class DataSet
Java class for DataSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="investigationID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="sample" type="{http://archer.edu.au/schemas/icat}Sample" minOccurs="0"/>
<element name="sampleID" 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" minOccurs="0"/>
<element name="handleID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="datasetType" type="{http://archer.edu.au/schemas/icat}DataSetType" minOccurs="0"/>
<element name="datasetStatus" type="{http://archer.edu.au/schemas/icat}DataSetStatus" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameter" type="{http://archer.edu.au/schemas/icat}DataSetParameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="dataFile" type="{http://archer.edu.au/schemas/icat}DataFile" maxOccurs="unbounded" 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.Integer |
createId
|
protected java.util.Calendar |
createTime
|
protected java.util.List<DataFile> |
dataFile
|
protected DataSetStatus |
datasetStatus
|
protected DataSetType |
datasetType
|
protected boolean |
deleted
|
protected java.lang.String |
description
|
protected java.lang.String |
handleID
|
protected java.lang.Integer |
id
|
protected java.lang.Integer |
investigationID
|
protected java.lang.String |
location
|
protected java.lang.Integer |
modifyId
|
protected java.util.Calendar |
modifyTime
|
protected java.lang.String |
name
|
protected java.util.List<DataSetParameter> |
parameter
|
protected Sample |
sample
|
protected java.lang.Integer |
sampleID
|
| Constructor Summary | |
|---|---|
DataSet()
|
|
| Method Summary | |
|---|---|
void |
addDataFile(DataFile child)
|
void |
addParameter(DataSetParameter 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.Integer |
getCreateId()
Gets the value of the createId property. |
java.util.Calendar |
getCreateTime()
Gets the value of the createTime property. |
java.util.List<DataFile> |
getDataFile()
Gets the value of the dataFile property. |
DataSetStatus |
getDatasetStatus()
Gets the value of the datasetStatus property. |
DataSetType |
getDatasetType()
Gets the value of the datasetType property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getHandleID()
Gets the value of the handleID property. |
java.lang.Integer |
getId()
Gets the value of the id property. |
Investigation |
getInvestigation()
|
java.lang.Integer |
getInvestigationID()
Gets the value of the investigationID 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<DataSetParameter> |
getParameter()
Gets the value of the parameter property. |
Sample |
getSample()
Gets the value of the sample property. |
java.lang.Integer |
getSampleID()
Gets the value of the sampleID property. |
boolean |
isDeleted()
Gets the value of the deleted property. |
boolean |
isSetCreateId()
|
boolean |
isSetCreateTime()
|
boolean |
isSetDataFile()
|
boolean |
isSetDatasetStatus()
|
boolean |
isSetDatasetType()
|
boolean |
isSetDeleted()
|
boolean |
isSetDescription()
|
boolean |
isSetHandleID()
|
boolean |
isSetId()
|
boolean |
isSetInvestigationID()
|
boolean |
isSetLocation()
|
boolean |
isSetModifyId()
|
boolean |
isSetModifyTime()
|
boolean |
isSetName()
|
boolean |
isSetParameter()
|
boolean |
isSetSample()
|
boolean |
isSetSampleID()
|
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 |
setDataFile(java.util.List<DataFile> dataFile)
|
void |
setDatasetStatus(DataSetStatus value)
Sets the value of the datasetStatus property. |
void |
setDatasetType(DataSetType value)
Sets the value of the datasetType 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 |
setHandleID(java.lang.String value)
Sets the value of the handleID property. |
void |
setId(java.lang.Integer value)
Sets the value of the id property. |
void |
setInvestigation(Investigation investigation)
|
void |
setInvestigationID(java.lang.Integer value)
Sets the value of the investigationID 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<DataSetParameter> parameter)
|
void |
setSample(Sample value)
Sets the value of the sample property. |
void |
setSampleID(java.lang.Integer value)
Sets the value of the sampleID property. |
void |
unsetDataFile()
|
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 investigationID
protected Sample sample
protected java.lang.Integer sampleID
protected java.lang.String name
protected java.lang.String location
protected java.lang.String handleID
protected DataSetType datasetType
protected DataSetStatus datasetStatus
protected java.lang.String description
protected java.util.List<DataSetParameter> parameter
protected java.util.List<DataFile> dataFile
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 DataSet()
| 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 getInvestigationID()
Stringpublic void setInvestigationID(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isSetInvestigationID()
public Sample getSample()
Samplepublic void setSample(Sample value)
value - allowed object is
Samplepublic boolean isSetSample()
public java.lang.Integer getSampleID()
Stringpublic void setSampleID(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isSetSampleID()
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 java.lang.String getHandleID()
Stringpublic void setHandleID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetHandleID()
public DataSetType getDatasetType()
DataSetTypepublic void setDatasetType(DataSetType value)
value - allowed object is
DataSetTypepublic boolean isSetDatasetType()
public DataSetStatus getDatasetStatus()
DataSetStatuspublic void setDatasetStatus(DataSetStatus value)
value - allowed object is
DataSetStatuspublic boolean isSetDatasetStatus()
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public java.util.List<DataSetParameter> 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
DataSetParameter
public void setParameter(java.util.List<DataSetParameter> parameter)
public boolean isSetParameter()
public void unsetParameter()
public java.util.List<DataFile> getDataFile()
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 dataFile property.
For example, to add a new item, do as follows:
getDataFile().add(newItem);
Objects of the following type(s) are allowed in the list
DataFile
public void setDataFile(java.util.List<DataFile> dataFile)
public boolean isSetDataFile()
public void unsetDataFile()
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 Investigation getInvestigation()
public void setInvestigation(Investigation investigation)
public void addParameter(DataSetParameter child)
public void addDataFile(DataFile 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 | |||||||||