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="{client.icat3.uk}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="investigation" type="{client.icat3.uk}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 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. | 
| 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 | 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, setModTimeprotected String comment
protected XMLGregorianCalendar endDate
protected Investigation investigation
protected XMLGregorianCalendar startDate
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
     Stringpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarpublic Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
     Investigationpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarCopyright © 2012 The ICAT Collaboration. All Rights Reserved.