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>
| Modifier and Type | Class and Description |
|---|---|
static class |
PatientAgeGroupAtCollection.DescribesPatientAge
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected PatientAgeGroupAtCollection.DescribesPatientAge |
describesPatientAge |
protected Integer |
id |
protected Integer |
patientAgeGroupHigh |
protected Integer |
patientAgeGroupLow |
| Constructor and Description |
|---|
PatientAgeGroupAtCollection() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected PatientAgeGroupAtCollection.DescribesPatientAge describesPatientAge
protected Integer id
protected Integer patientAgeGroupHigh
protected Integer patientAgeGroupLow
public PatientAgeGroupAtCollection.DescribesPatientAge getDescribesPatientAge()
PatientAgeGroupAtCollection.DescribesPatientAgepublic void setDescribesPatientAge(PatientAgeGroupAtCollection.DescribesPatientAge value)
value - allowed object is
PatientAgeGroupAtCollection.DescribesPatientAgepublic void setId(Integer value)
value - allowed object is
Integerpublic Integer getPatientAgeGroupHigh()
Integerpublic void setPatientAgeGroupHigh(Integer value)
value - allowed object is
Integerpublic Integer getPatientAgeGroupLow()
IntegerCopyright © 2016. All Rights Reserved.