|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.jaxb.SpecimenCollectionSummary
public class SpecimenCollectionSummary
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>
| Field Summary | |
|---|---|
protected String |
anatomicSource
|
protected Integer |
id
|
protected PatientAgeGroupAtCollection |
qualifiesPatientAgeAtSpecimenCollection
|
protected Integer |
specimenCount
|
protected String |
specimenType
|
protected Preservation |
undergoes
|
| Constructor Summary | |
|---|---|
SpecimenCollectionSummary()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PatientAgeGroupAtCollection qualifiesPatientAgeAtSpecimenCollection
protected Preservation undergoes
protected String anatomicSource
protected Integer specimenCount
protected String specimenType
protected Integer id
| Constructor Detail |
|---|
public SpecimenCollectionSummary()
| Method Detail |
|---|
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
Stringpublic Integer getId()
Integerpublic void setId(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||