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