public class Technique extends EntityBaseBean
Java class for technique complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="technique"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="datasetTechniques" type="{http://icatproject.org}datasetTechnique" maxOccurs="unbounded" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<DatasetTechnique> |
datasetTechniques |
protected String |
description |
protected String |
name |
protected String |
pid |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
Technique() |
Modifier and Type | Method and Description |
---|---|
List<DatasetTechnique> |
getDatasetTechniques()
Gets the value of the datasetTechniques property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPid()
Gets the value of the pid property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPid(String value)
Sets the value of the pid property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected List<DatasetTechnique> datasetTechniques
protected String description
protected String name
protected String pid
public List<DatasetTechnique> getDatasetTechniques()
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 datasetTechniques property.
For example, to add a new item, do as follows:
getDatasetTechniques().add(newItem);
Objects of the following type(s) are allowed in the list
DatasetTechnique
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPid()
String
Copyright © 2022 The ICAT Collaboration. All rights reserved.