Package org.icatproject
Class Shift
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.Shift
-
public class Shift extends EntityBaseBean
Java class for shift complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="shift"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="instrument" type="{http://icatproject.org}instrument" minOccurs="0"/> <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcommentprotected XMLGregorianCalendarendDateprotected Instrumentinstrumentprotected Investigationinvestigationprotected XMLGregorianCalendarstartDate-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description Shift()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()Gets the value of the comment property.XMLGregorianCalendargetEndDate()Gets the value of the endDate property.InstrumentgetInstrument()Gets the value of the instrument property.InvestigationgetInvestigation()Gets the value of the investigation property.XMLGregorianCalendargetStartDate()Gets the value of the startDate property.voidsetComment(String value)Sets the value of the comment property.voidsetEndDate(XMLGregorianCalendar value)Sets the value of the endDate property.voidsetInstrument(Instrument value)Sets the value of the instrument property.voidsetInvestigation(Investigation value)Sets the value of the investigation property.voidsetStartDate(XMLGregorianCalendar value)Sets the value of the startDate property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
comment
protected String comment
-
endDate
protected XMLGregorianCalendar endDate
-
instrument
protected Instrument instrument
-
investigation
protected Investigation investigation
-
startDate
protected XMLGregorianCalendar startDate
-
-
Method Detail
-
getComment
public String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(String value)
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getEndDate
public XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDate
public void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getInstrument
public Instrument getInstrument()
Gets the value of the instrument property.- Returns:
- possible object is
Instrument
-
setInstrument
public void setInstrument(Instrument value)
Sets the value of the instrument property.- Parameters:
value- allowed object isInstrument
-
getInvestigation
public Investigation getInvestigation()
Gets the value of the investigation property.- Returns:
- possible object is
Investigation
-
setInvestigation
public void setInvestigation(Investigation value)
Sets the value of the investigation property.- Parameters:
value- allowed object isInvestigation
-
getStartDate
public XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDate
public void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-