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