|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.observationview._1.ObservationView
public class ObservationView
Java class for observationView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="observationView"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="versionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="fromDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="toDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="observationType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="HEADCIRCUMFERENCE"/> <enumeration value="HEIGHT"/> <enumeration value="WEIGHT"/> <enumeration value="BMI"/> </restriction> </simpleType> </element> <element name="documentSource"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PERSONAL"/> <enumeration value="PROVIDER"/> <enumeration value="ALL"/> </restriction> </simpleType> </element> <element name="referenceData"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CDC"/> <enumeration value="WHO"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
documentSource
|
protected java.util.Calendar |
fromDate
|
protected java.lang.String |
observationType
|
protected java.lang.String |
referenceData
|
protected java.util.Calendar |
toDate
|
protected java.lang.String |
versionNumber
|
Constructor Summary | |
---|---|
ObservationView()
|
Method Summary | |
---|---|
java.lang.String |
getDocumentSource()
Gets the value of the documentSource property. |
java.util.Calendar |
getFromDate()
Gets the value of the fromDate property. |
java.lang.String |
getObservationType()
Gets the value of the observationType property. |
java.lang.String |
getReferenceData()
Gets the value of the referenceData property. |
java.util.Calendar |
getToDate()
Gets the value of the toDate property. |
java.lang.String |
getVersionNumber()
Gets the value of the versionNumber property. |
void |
setDocumentSource(java.lang.String value)
Sets the value of the documentSource property. |
void |
setFromDate(java.util.Calendar value)
Sets the value of the fromDate property. |
void |
setObservationType(java.lang.String value)
Sets the value of the observationType property. |
void |
setReferenceData(java.lang.String value)
Sets the value of the referenceData property. |
void |
setToDate(java.util.Calendar value)
Sets the value of the toDate property. |
void |
setVersionNumber(java.lang.String value)
Sets the value of the versionNumber property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String versionNumber
protected java.util.Calendar fromDate
protected java.util.Calendar toDate
protected java.lang.String observationType
protected java.lang.String documentSource
protected java.lang.String referenceData
Constructor Detail |
---|
public ObservationView()
Method Detail |
---|
public java.lang.String getVersionNumber()
String
public void setVersionNumber(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getFromDate()
String
public void setFromDate(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getToDate()
String
public void setToDate(java.util.Calendar value)
value
- allowed object is
String
public java.lang.String getObservationType()
String
public void setObservationType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDocumentSource()
String
public void setDocumentSource(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReferenceData()
String
public void setReferenceData(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |