public class InvestigationFacilityCycle extends EntityBaseBean
Java class for investigationFacilityCycle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="investigationFacilityCycle">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="facilityCycle" type="{http://icatproject.org}facilityCycle" minOccurs="0"/>
<element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FacilityCycle |
facilityCycle |
protected Investigation |
investigation |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
InvestigationFacilityCycle() |
| Modifier and Type | Method and Description |
|---|---|
FacilityCycle |
getFacilityCycle()
Gets the value of the facilityCycle property.
|
Investigation |
getInvestigation()
Gets the value of the investigation property.
|
void |
setFacilityCycle(FacilityCycle value)
Sets the value of the facilityCycle property.
|
void |
setInvestigation(Investigation value)
Sets the value of the investigation property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected FacilityCycle facilityCycle
protected Investigation investigation
public FacilityCycle getFacilityCycle()
FacilityCyclepublic void setFacilityCycle(FacilityCycle value)
value - allowed object is
FacilityCyclepublic Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
InvestigationCopyright © 2022 The ICAT Collaboration. All rights reserved.