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>
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected XMLGregorianCalendar |
endDate |
protected Instrument |
instrument |
protected Investigation |
investigation |
protected XMLGregorianCalendar |
startDate |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
Shift() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the value of the comment property.
|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
Instrument |
getInstrument()
Gets the value of the instrument property.
|
Investigation |
getInvestigation()
Gets the value of the investigation property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setInstrument(Instrument value)
Sets the value of the instrument property.
|
void |
setInvestigation(Investigation value)
Sets the value of the investigation property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected String comment
protected XMLGregorianCalendar endDate
protected Instrument instrument
protected Investigation investigation
protected XMLGregorianCalendar startDate
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Instrument getInstrument()
Instrument
public void setInstrument(Instrument value)
value
- allowed object is
Instrument
public Investigation getInvestigation()
Investigation
public void setInvestigation(Investigation value)
value
- allowed object is
Investigation
public XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2022 The ICAT Collaboration. All rights reserved.