Package org.icatproject
Class Technique
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.Technique
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DatasetTechnique>datasetTechniquesprotected Stringdescriptionprotected Stringnameprotected Stringpid-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description Technique()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DatasetTechnique>getDatasetTechniques()Gets the value of the datasetTechniques property.StringgetDescription()Gets the value of the description property.StringgetName()Gets the value of the name property.StringgetPid()Gets the value of the pid property.voidsetDescription(String value)Sets the value of the description property.voidsetName(String value)Sets the value of the name property.voidsetPid(String value)Sets the value of the pid property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
datasetTechniques
protected List<DatasetTechnique> datasetTechniques
-
description
protected String description
-
name
protected String name
-
pid
protected String pid
-
-
Method Detail
-
getDatasetTechniques
public List<DatasetTechnique> getDatasetTechniques()
Gets the value of the datasetTechniques property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPid
public String getPid()
Gets the value of the pid property.- Returns:
- possible object is
String
-
-