public class DataPublicationDate extends EntityBaseBean
Java class for dataPublicationDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataPublicationDate">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="publication" type="{http://icatproject.org}dataPublication" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
date |
protected String |
dateType |
protected DataPublication |
publication |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
DataPublicationDate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDate()
Gets the value of the date property.
|
String |
getDateType()
Gets the value of the dateType property.
|
DataPublication |
getPublication()
Gets the value of the publication property.
|
void |
setDate(String value)
Sets the value of the date property.
|
void |
setDateType(String value)
Sets the value of the dateType property.
|
void |
setPublication(DataPublication value)
Sets the value of the publication property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected String date
protected String dateType
protected DataPublication publication
public String getDate()
Stringpublic void setDate(String value)
value - allowed object is
Stringpublic String getDateType()
Stringpublic void setDateType(String value)
value - allowed object is
Stringpublic DataPublication getPublication()
DataPublicationpublic void setPublication(DataPublication value)
value - allowed object is
DataPublicationCopyright © 2022 The ICAT Collaboration. All rights reserved.