Package org.icatproject
Class FacilityCycle
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.FacilityCycle
-
public class FacilityCycle extends EntityBaseBean
Java class for facilityCycle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="facilityCycle"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="description" 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="facility" type="{http://icatproject.org}facility" minOccurs="0"/> <element name="investigationFacilityCycles" type="{http://icatproject.org}investigationFacilityCycle" maxOccurs="unbounded" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" 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 Stringdescriptionprotected XMLGregorianCalendarendDateprotected Facilityfacilityprotected List<InvestigationFacilityCycle>investigationFacilityCyclesprotected Stringnameprotected XMLGregorianCalendarstartDate-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description FacilityCycle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the value of the description property.XMLGregorianCalendargetEndDate()Gets the value of the endDate property.FacilitygetFacility()Gets the value of the facility property.List<InvestigationFacilityCycle>getInvestigationFacilityCycles()Gets the value of the investigationFacilityCycles property.StringgetName()Gets the value of the name property.XMLGregorianCalendargetStartDate()Gets the value of the startDate property.voidsetDescription(String value)Sets the value of the description property.voidsetEndDate(XMLGregorianCalendar value)Sets the value of the endDate property.voidsetFacility(Facility value)Sets the value of the facility property.voidsetName(String value)Sets the value of the name 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
-
description
protected String description
-
endDate
protected XMLGregorianCalendar endDate
-
facility
protected Facility facility
-
investigationFacilityCycles
protected List<InvestigationFacilityCycle> investigationFacilityCycles
-
name
protected String name
-
startDate
protected XMLGregorianCalendar startDate
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description 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
-
getFacility
public Facility getFacility()
Gets the value of the facility property.- Returns:
- possible object is
Facility
-
setFacility
public void setFacility(Facility value)
Sets the value of the facility property.- Parameters:
value- allowed object isFacility
-
getInvestigationFacilityCycles
public List<InvestigationFacilityCycle> getInvestigationFacilityCycles()
Gets the value of the investigationFacilityCycles property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the investigationFacilityCycles property.For example, to add a new item, do as follows:
getInvestigationFacilityCycles().add(newItem);Objects of the following type(s) are allowed in the list
InvestigationFacilityCycle
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
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
-
-