public class FindAuditEventsRequest extends 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>
| Constructor and Description |
|---|
FindAuditEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getBeginDateTime()
Gets the value of the beginDateTime property.
|
XMLGregorianCalendar |
getEndDateTime()
Gets the value of the endDateTime property.
|
String |
getPatientId()
Gets the value of the patientId property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setBeginDateTime(XMLGregorianCalendar value)
Sets the value of the beginDateTime property.
|
void |
setEndDateTime(XMLGregorianCalendar value)
Sets the value of the endDateTime property.
|
void |
setPatientId(String value)
Sets the value of the patientId property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
public String getPatientId()
Stringpublic void setPatientId(String value)
value - allowed object is
Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getBeginDateTime()
XMLGregorianCalendarpublic void setBeginDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndDateTime()
XMLGregorianCalendarpublic void setEndDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010–2021 NHIN Direct. All rights reserved.