public class SpecimenCollectionSummary extends Object
Java class for SpecimenCollectionSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecimenCollectionSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="qualifiesPatientAgeAtSpecimenCollection" type="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}PatientAgeGroupAtCollection" minOccurs="0" form="qualified"/>
<element name="undergoes" type="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}Preservation" minOccurs="0" form="qualified"/>
</sequence>
<attribute name="anatomicSource" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="specimenCount" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="specimenType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
anatomicSource |
protected Integer |
id |
protected PatientAgeGroupAtCollection |
qualifiesPatientAgeAtSpecimenCollection |
protected Integer |
specimenCount |
protected String |
specimenType |
protected Preservation |
undergoes |
| Constructor and Description |
|---|
SpecimenCollectionSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnatomicSource()
Gets the value of the anatomicSource property.
|
Integer |
getId()
Gets the value of the id property.
|
PatientAgeGroupAtCollection |
getQualifiesPatientAgeAtSpecimenCollection()
Gets the value of the qualifiesPatientAgeAtSpecimenCollection property.
|
Integer |
getSpecimenCount()
Gets the value of the specimenCount property.
|
String |
getSpecimenType()
Gets the value of the specimenType property.
|
Preservation |
getUndergoes()
Gets the value of the undergoes property.
|
void |
setAnatomicSource(String value)
Sets the value of the anatomicSource property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setQualifiesPatientAgeAtSpecimenCollection(PatientAgeGroupAtCollection value)
Sets the value of the qualifiesPatientAgeAtSpecimenCollection property.
|
void |
setSpecimenCount(Integer value)
Sets the value of the specimenCount property.
|
void |
setSpecimenType(String value)
Sets the value of the specimenType property.
|
void |
setUndergoes(Preservation value)
Sets the value of the undergoes property.
|
protected PatientAgeGroupAtCollection qualifiesPatientAgeAtSpecimenCollection
protected Preservation undergoes
protected String anatomicSource
protected Integer specimenCount
protected String specimenType
protected Integer id
public PatientAgeGroupAtCollection getQualifiesPatientAgeAtSpecimenCollection()
PatientAgeGroupAtCollectionpublic void setQualifiesPatientAgeAtSpecimenCollection(PatientAgeGroupAtCollection value)
value - allowed object is
PatientAgeGroupAtCollectionpublic Preservation getUndergoes()
Preservationpublic void setUndergoes(Preservation value)
value - allowed object is
Preservationpublic String getAnatomicSource()
Stringpublic void setAnatomicSource(String value)
value - allowed object is
Stringpublic Integer getSpecimenCount()
Integerpublic void setSpecimenCount(Integer value)
value - allowed object is
Integerpublic String getSpecimenType()
Stringpublic void setSpecimenType(String value)
value - allowed object is
StringCopyright © 2015. All Rights Reserved.