Package org.icatproject
Class DataPublicationDate
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.DataPublicationDate
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdateprotected StringdateTypeprotected DataPublicationpublication-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description DataPublicationDate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDate()Gets the value of the date property.StringgetDateType()Gets the value of the dateType property.DataPublicationgetPublication()Gets the value of the publication property.voidsetDate(String value)Sets the value of the date property.voidsetDateType(String value)Sets the value of the dateType property.voidsetPublication(DataPublication value)Sets the value of the publication property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
date
protected String date
-
dateType
protected String dateType
-
publication
protected DataPublication publication
-
-
Method Detail
-
getDate
public String getDate()
Gets the value of the date property.- Returns:
- possible object is
String
-
setDate
public void setDate(String value)
Sets the value of the date property.- Parameters:
value- allowed object isString
-
getDateType
public String getDateType()
Gets the value of the dateType property.- Returns:
- possible object is
String
-
setDateType
public void setDateType(String value)
Sets the value of the dateType property.- Parameters:
value- allowed object isString
-
getPublication
public DataPublication getPublication()
Gets the value of the publication property.- Returns:
- possible object is
DataPublication
-
setPublication
public void setPublication(DataPublication value)
Sets the value of the publication property.- Parameters:
value- allowed object isDataPublication
-
-