public class DateAndAccuracyType extends Object
Java class for DateAndAccuracyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateAndAccuracyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="accuracyIndicator" type="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreDatatypes/3.0}DateAccuracyIndicatorType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateAccuracyIndicatorType |
accuracyIndicator |
protected XMLGregorianCalendar |
date |
| Constructor and Description |
|---|
DateAndAccuracyType() |
| Modifier and Type | Method and Description |
|---|---|
DateAccuracyIndicatorType |
getAccuracyIndicator()
Gets the value of the accuracyIndicator property.
|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
void |
setAccuracyIndicator(DateAccuracyIndicatorType value)
Sets the value of the accuracyIndicator property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
protected XMLGregorianCalendar date
protected DateAccuracyIndicatorType accuracyIndicator
public XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic DateAccuracyIndicatorType getAccuracyIndicator()
DateAccuracyIndicatorTypepublic void setAccuracyIndicator(DateAccuracyIndicatorType value)
value - allowed object is
DateAccuracyIndicatorTypeCopyright © 2021. All rights reserved.