org.molgenis.jaxb
Class PatientAgeGroupAtCollection

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

public class PatientAgeGroupAtCollection
extends Object

Java class for PatientAgeGroupAtCollection complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PatientAgeGroupAtCollection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="describesPatientAge" minOccurs="0" form="qualified">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}SpecimenCollectionSummary" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="patientAgeGroupHigh" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="patientAgeGroupLow" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PatientAgeGroupAtCollection.DescribesPatientAge
          Java class for anonymous complex type.
 
Field Summary
protected  PatientAgeGroupAtCollection.DescribesPatientAge describesPatientAge
           
protected  Integer id
           
protected  Integer patientAgeGroupHigh
           
protected  Integer patientAgeGroupLow
           
 
Constructor Summary
PatientAgeGroupAtCollection()
           
 
Method Summary
 PatientAgeGroupAtCollection.DescribesPatientAge getDescribesPatientAge()
          Gets the value of the describesPatientAge property.
 Integer getId()
          Gets the value of the id property.
 Integer getPatientAgeGroupHigh()
          Gets the value of the patientAgeGroupHigh property.
 Integer getPatientAgeGroupLow()
          Gets the value of the patientAgeGroupLow property.
 void setDescribesPatientAge(PatientAgeGroupAtCollection.DescribesPatientAge value)
          Sets the value of the describesPatientAge property.
 void setId(Integer value)
          Sets the value of the id property.
 void setPatientAgeGroupHigh(Integer value)
          Sets the value of the patientAgeGroupHigh property.
 void setPatientAgeGroupLow(Integer value)
          Sets the value of the patientAgeGroupLow property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

describesPatientAge

protected PatientAgeGroupAtCollection.DescribesPatientAge describesPatientAge

id

protected Integer id

patientAgeGroupHigh

protected Integer patientAgeGroupHigh

patientAgeGroupLow

protected Integer patientAgeGroupLow
Constructor Detail

PatientAgeGroupAtCollection

public PatientAgeGroupAtCollection()
Method Detail

getDescribesPatientAge

public PatientAgeGroupAtCollection.DescribesPatientAge getDescribesPatientAge()
Gets the value of the describesPatientAge property.

Returns:
possible object is PatientAgeGroupAtCollection.DescribesPatientAge

setDescribesPatientAge

public void setDescribesPatientAge(PatientAgeGroupAtCollection.DescribesPatientAge value)
Sets the value of the describesPatientAge property.

Parameters:
value - allowed object is PatientAgeGroupAtCollection.DescribesPatientAge

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

getPatientAgeGroupHigh

public Integer getPatientAgeGroupHigh()
Gets the value of the patientAgeGroupHigh property.

Returns:
possible object is Integer

setPatientAgeGroupHigh

public void setPatientAgeGroupHigh(Integer value)
Sets the value of the patientAgeGroupHigh property.

Parameters:
value - allowed object is Integer

getPatientAgeGroupLow

public Integer getPatientAgeGroupLow()
Gets the value of the patientAgeGroupLow property.

Returns:
possible object is Integer

setPatientAgeGroupLow

public void setPatientAgeGroupLow(Integer value)
Sets the value of the patientAgeGroupLow property.

Parameters:
value - allowed object is Integer


Copyright © 2013. All Rights Reserved.