org.molgenis.jaxb
Class SpecimenCollectionSummary

java.lang.Object
  extended by org.molgenis.jaxb.SpecimenCollectionSummary

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>
 


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

qualifiesPatientAgeAtSpecimenCollection

protected PatientAgeGroupAtCollection qualifiesPatientAgeAtSpecimenCollection

undergoes

protected Preservation undergoes

anatomicSource

protected String anatomicSource

specimenCount

protected Integer specimenCount

specimenType

protected String specimenType

id

protected Integer id
Constructor Detail

SpecimenCollectionSummary

public SpecimenCollectionSummary()
Method Detail

getQualifiesPatientAgeAtSpecimenCollection

public PatientAgeGroupAtCollection getQualifiesPatientAgeAtSpecimenCollection()
Gets the value of the qualifiesPatientAgeAtSpecimenCollection property.

Returns:
possible object is PatientAgeGroupAtCollection

setQualifiesPatientAgeAtSpecimenCollection

public void setQualifiesPatientAgeAtSpecimenCollection(PatientAgeGroupAtCollection value)
Sets the value of the qualifiesPatientAgeAtSpecimenCollection property.

Parameters:
value - allowed object is PatientAgeGroupAtCollection

getUndergoes

public Preservation getUndergoes()
Gets the value of the undergoes property.

Returns:
possible object is Preservation

setUndergoes

public void setUndergoes(Preservation value)
Sets the value of the undergoes property.

Parameters:
value - allowed object is Preservation

getAnatomicSource

public String getAnatomicSource()
Gets the value of the anatomicSource property.

Returns:
possible object is String

setAnatomicSource

public void setAnatomicSource(String value)
Sets the value of the anatomicSource property.

Parameters:
value - allowed object is String

getSpecimenCount

public Integer getSpecimenCount()
Gets the value of the specimenCount property.

Returns:
possible object is Integer

setSpecimenCount

public void setSpecimenCount(Integer value)
Sets the value of the specimenCount property.

Parameters:
value - allowed object is Integer

getSpecimenType

public String getSpecimenType()
Gets the value of the specimenType property.

Returns:
possible object is String

setSpecimenType

public void setSpecimenType(String value)
Sets the value of the specimenType property.

Parameters:
value - allowed object is String

getId

public Integer getId()
Gets the value of the id property.

Returns:
possible object is Integer

setId

public void setId(Integer value)
Sets the value of the id property.

Parameters:
value - allowed object is Integer


Copyright © 2013. All Rights Reserved.