|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.xml.schema._7f0d86bd.healthcare_security_audit.FindAuditEventsRequest
public class FindAuditEventsRequest
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>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
beginDateTime
|
protected XMLGregorianCalendar |
endDateTime
|
protected String |
patientId
|
protected String |
userId
|
| Constructor Summary | |
|---|---|
FindAuditEventsRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String patientId
protected String userId
protected XMLGregorianCalendar beginDateTime
protected XMLGregorianCalendar endDateTime
| Constructor Detail |
|---|
public FindAuditEventsRequest()
| Method Detail |
|---|
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
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||