public class FindAuditEventsRequest
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="beginDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="endDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
beginDateTime |
protected javax.xml.datatype.XMLGregorianCalendar |
endDateTime |
protected java.lang.String |
patientId |
protected java.lang.String |
userId |
| Constructor and Description |
|---|
FindAuditEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getBeginDateTime()
Gets the value of the beginDateTime property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEndDateTime()
Gets the value of the endDateTime property.
|
java.lang.String |
getPatientId()
Gets the value of the patientId property.
|
java.lang.String |
getUserId()
Gets the value of the userId property.
|
void |
setBeginDateTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the beginDateTime property.
|
void |
setEndDateTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDateTime property.
|
void |
setPatientId(java.lang.String value)
Sets the value of the patientId property.
|
void |
setUserId(java.lang.String value)
Sets the value of the userId property.
|
protected java.lang.String patientId
protected java.lang.String userId
protected javax.xml.datatype.XMLGregorianCalendar beginDateTime
protected javax.xml.datatype.XMLGregorianCalendar endDateTime
public java.lang.String getPatientId()
Stringpublic void setPatientId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserId()
Stringpublic void setUserId(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getBeginDateTime()
XMLGregorianCalendarpublic void setBeginDateTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getEndDateTime()
XMLGregorianCalendarpublic void setEndDateTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010-2021 HNIN Direct. All Rights Reserved.