org.xml.xml.schema._7f0d86bd.healthcare_security_audit
Class FindAuditEventsRequest

java.lang.Object
  extended by org.xml.xml.schema._7f0d86bd.healthcare_security_audit.FindAuditEventsRequest

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>
 


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

patientId

protected String patientId

userId

protected String userId

beginDateTime

protected XMLGregorianCalendar beginDateTime

endDateTime

protected XMLGregorianCalendar endDateTime
Constructor Detail

FindAuditEventsRequest

public FindAuditEventsRequest()
Method Detail

getPatientId

public String getPatientId()
Gets the value of the patientId property.

Returns:
possible object is String

setPatientId

public void setPatientId(String value)
Sets the value of the patientId property.

Parameters:
value - allowed object is String

getUserId

public String getUserId()
Gets the value of the userId property.

Returns:
possible object is String

setUserId

public void setUserId(String value)
Sets the value of the userId property.

Parameters:
value - allowed object is String

getBeginDateTime

public XMLGregorianCalendar getBeginDateTime()
Gets the value of the beginDateTime property.

Returns:
possible object is XMLGregorianCalendar

setBeginDateTime

public void setBeginDateTime(XMLGregorianCalendar value)
Sets the value of the beginDateTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEndDateTime

public XMLGregorianCalendar getEndDateTime()
Gets the value of the endDateTime property.

Returns:
possible object is XMLGregorianCalendar

setEndDateTime

public void setEndDateTime(XMLGregorianCalendar value)
Sets the value of the endDateTime property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2010-2011 HNIN Direct. All Rights Reserved.