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, setModTime
protected String date
protected String dateType
protected DataPublication publication
public String getDate()
String
public void setDate(String value)
value
- allowed object is
String
public String getDateType()
String
public void setDateType(String value)
value
- allowed object is
String
public DataPublication getPublication()
DataPublication
public void setPublication(DataPublication value)
value
- allowed object is
DataPublication
Copyright © 2022 The ICAT Collaboration. All rights reserved.