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>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected XMLGregorianCalendar |
endDate |
protected Facility |
facility |
protected List<InvestigationFacilityCycle> |
investigationFacilityCycles |
protected String |
name |
protected XMLGregorianCalendar |
startDate |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
FacilityCycle() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
Facility |
getFacility()
Gets the value of the facility property.
|
List<InvestigationFacilityCycle> |
getInvestigationFacilityCycles()
Gets the value of the investigationFacilityCycles property.
|
String |
getName()
Gets the value of the name property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setFacility(Facility value)
Sets the value of the facility property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected String description
protected XMLGregorianCalendar endDate
protected Facility facility
protected List<InvestigationFacilityCycle> investigationFacilityCycles
protected String name
protected XMLGregorianCalendar startDate
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Facility getFacility()
Facility
public void setFacility(Facility value)
value
- allowed object is
Facility
public List<InvestigationFacilityCycle> getInvestigationFacilityCycles()
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 JAXB object.
This is why there is not a set
method 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
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2022 The ICAT Collaboration. All rights reserved.