public class InvestigationGroup extends EntityBaseBean
Java class for investigationGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="investigationGroup">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="grouping" type="{http://icatproject.org}grouping" minOccurs="0"/>
<element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/>
<element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Grouping |
grouping |
protected Investigation |
investigation |
protected String |
role |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
InvestigationGroup() |
| Modifier and Type | Method and Description |
|---|---|
Grouping |
getGrouping()
Gets the value of the grouping property.
|
Investigation |
getInvestigation()
Gets the value of the investigation property.
|
String |
getRole()
Gets the value of the role property.
|
void |
setGrouping(Grouping value)
Sets the value of the grouping property.
|
void |
setInvestigation(Investigation value)
Sets the value of the investigation property.
|
void |
setRole(String value)
Sets the value of the role property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Grouping grouping
protected Investigation investigation
protected String role
public Grouping getGrouping()
Groupingpublic void setGrouping(Grouping value)
value - allowed object is
Groupingpublic Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
Investigationpublic String getRole()
StringCopyright © 2022 The ICAT Collaboration. All rights reserved.