public class BbmriResult extends Object implements ISamplyResult, Serializable
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="queryId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="directoryCollectionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="numberOfSamples" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="numberOfDonors" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="negotiatorQueryId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
directoryCollectionId |
protected List<Patient> |
donors |
protected int |
negotiatorQueryId |
protected int |
numberOfPatients |
protected int |
numberOfSpecimens |
protected int |
queryId |
| Constructor and Description |
|---|
BbmriResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectoryCollectionId()
Gets the value of the directoryCollectionId property.
|
List<Patient> |
getDonors() |
int |
getNegotiatorQueryId()
Gets the value of the negotiatorQueryId property.
|
int |
getNumberOfPatients()
Gets the value of the numberOfPatients property.
|
int |
getNumberOfSpecimens()
Gets the value of the numberOfSpecimens property.
|
int |
getQueryId()
Gets the value of the queryId property.
|
void |
setDirectoryCollectionId(String value)
Sets the value of the directoryCollectionId property.
|
void |
setDonors(List<Patient> donors) |
void |
setNegotiatorQueryId(int value)
Sets the value of the negotiatorQueryId property.
|
void |
setNumberOfPatients(int value)
Sets the value of the numberOfPatients property.
|
void |
setNumberOfSpecimens(int value)
Sets the value of the numberOfSpecimens property.
|
void |
setQueryId(int value)
Sets the value of the queryId property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStratificationsOfPatients, getStratificationsOfSpecimensprotected int queryId
protected String directoryCollectionId
protected int numberOfSpecimens
protected int numberOfPatients
protected int negotiatorQueryId
public int getQueryId()
public void setQueryId(int value)
public String getDirectoryCollectionId()
Stringpublic void setDirectoryCollectionId(String value)
value - allowed object is Stringpublic int getNumberOfSpecimens()
getNumberOfSpecimens in interface ISamplyResultpublic void setNumberOfSpecimens(int value)
public int getNumberOfPatients()
getNumberOfPatients in interface ISamplyResultpublic void setNumberOfPatients(int value)
public int getNegotiatorQueryId()
public void setNegotiatorQueryId(int value)
Copyright © 2021 Samply Community. All rights reserved.