|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.jaxb.PatientAgeGroupAtCollection
public class PatientAgeGroupAtCollection
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 |
|---|
protected PatientAgeGroupAtCollection.DescribesPatientAge describesPatientAge
protected Integer id
protected Integer patientAgeGroupHigh
protected Integer patientAgeGroupLow
| Constructor Detail |
|---|
public PatientAgeGroupAtCollection()
| Method Detail |
|---|
public PatientAgeGroupAtCollection.DescribesPatientAge getDescribesPatientAge()
PatientAgeGroupAtCollection.DescribesPatientAgepublic void setDescribesPatientAge(PatientAgeGroupAtCollection.DescribesPatientAge value)
value - allowed object is
PatientAgeGroupAtCollection.DescribesPatientAgepublic Integer getId()
Integerpublic void setId(Integer value)
value - allowed object is
Integerpublic Integer getPatientAgeGroupHigh()
Integerpublic void setPatientAgeGroupHigh(Integer value)
value - allowed object is
Integerpublic Integer getPatientAgeGroupLow()
Integerpublic void setPatientAgeGroupLow(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||