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="investigations" type="{http://icatproject.org}investigation" 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<Investigation> |
investigations |
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<Investigation> |
getInvestigations()
Gets the value of the investigations 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, setModTimeprotected String description
protected XMLGregorianCalendar endDate
protected Facility facility
protected List<Investigation> investigations
protected String name
protected XMLGregorianCalendar startDate
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Facility getFacility()
Facilitypublic void setFacility(Facility value)
value - allowed object is
Facilitypublic List<Investigation> getInvestigations()
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 investigations property.
For example, to add a new item, do as follows:
getInvestigations().add(newItem);
Objects of the following type(s) are allowed in the list
Investigation
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2013 The ICAT Collaboration. All Rights Reserved.