com.mirth.match.ejb.core
Class DtoEventAudit

java.lang.Object
  extended by com.mirth.match.ejb.core.DtoBase
      extended by com.mirth.match.ejb.core.DtoEventAudit

public class DtoEventAudit
extends DtoBase

Java class for dtoEventAudit complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="dtoEventAudit">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}dtoBase">
       <sequence>
         <element name="auditTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="duration" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="eventDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="eventOutcomeIndicator" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="eventReasonId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String auditTypeId
           
protected  java.lang.String details
           
protected  long duration
           
protected  javax.xml.datatype.XMLGregorianCalendar eventDate
           
protected  int eventOutcomeIndicator
           
protected  java.lang.String eventReasonId
           
protected  java.lang.String sessionId
           
protected  java.lang.String userId
           
protected  java.lang.String userName
           
 
Fields inherited from class com.mirth.match.ejb.core.DtoBase
identifier
 
Constructor Summary
DtoEventAudit()
           
 
Method Summary
 java.lang.String getAuditTypeId()
          Gets the value of the auditTypeId property.
 java.lang.String getDetails()
          Gets the value of the details property.
 long getDuration()
          Gets the value of the duration property.
 javax.xml.datatype.XMLGregorianCalendar getEventDate()
          Gets the value of the eventDate property.
 int getEventOutcomeIndicator()
          Gets the value of the eventOutcomeIndicator property.
 java.lang.String getEventReasonId()
          Gets the value of the eventReasonId property.
 java.lang.String getSessionId()
          Gets the value of the sessionId property.
 java.lang.String getUserId()
          Gets the value of the userId property.
 java.lang.String getUserName()
          Gets the value of the userName property.
 void setAuditTypeId(java.lang.String value)
          Sets the value of the auditTypeId property.
 void setDetails(java.lang.String value)
          Sets the value of the details property.
 void setDuration(long value)
          Sets the value of the duration property.
 void setEventDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the eventDate property.
 void setEventOutcomeIndicator(int value)
          Sets the value of the eventOutcomeIndicator property.
 void setEventReasonId(java.lang.String value)
          Sets the value of the eventReasonId property.
 void setSessionId(java.lang.String value)
          Sets the value of the sessionId property.
 void setUserId(java.lang.String value)
          Sets the value of the userId property.
 void setUserName(java.lang.String value)
          Sets the value of the userName property.
 
Methods inherited from class com.mirth.match.ejb.core.DtoBase
getIdentifier, setIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

auditTypeId

protected java.lang.String auditTypeId

details

protected java.lang.String details

duration

protected long duration

eventDate

protected javax.xml.datatype.XMLGregorianCalendar eventDate

eventOutcomeIndicator

protected int eventOutcomeIndicator

eventReasonId

protected java.lang.String eventReasonId

sessionId

protected java.lang.String sessionId

userId

protected java.lang.String userId

userName

protected java.lang.String userName
Constructor Detail

DtoEventAudit

public DtoEventAudit()
Method Detail

getAuditTypeId

public java.lang.String getAuditTypeId()
Gets the value of the auditTypeId property.

Returns:
possible object is String

setAuditTypeId

public void setAuditTypeId(java.lang.String value)
Sets the value of the auditTypeId property.

Parameters:
value - allowed object is String

getDetails

public java.lang.String getDetails()
Gets the value of the details property.

Returns:
possible object is String

setDetails

public void setDetails(java.lang.String value)
Sets the value of the details property.

Parameters:
value - allowed object is String

getDuration

public long getDuration()
Gets the value of the duration property.


setDuration

public void setDuration(long value)
Sets the value of the duration property.


getEventDate

public javax.xml.datatype.XMLGregorianCalendar getEventDate()
Gets the value of the eventDate property.

Returns:
possible object is XMLGregorianCalendar

setEventDate

public void setEventDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the eventDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEventOutcomeIndicator

public int getEventOutcomeIndicator()
Gets the value of the eventOutcomeIndicator property.


setEventOutcomeIndicator

public void setEventOutcomeIndicator(int value)
Sets the value of the eventOutcomeIndicator property.


getEventReasonId

public java.lang.String getEventReasonId()
Gets the value of the eventReasonId property.

Returns:
possible object is String

setEventReasonId

public void setEventReasonId(java.lang.String value)
Sets the value of the eventReasonId property.

Parameters:
value - allowed object is String

getSessionId

public java.lang.String getSessionId()
Gets the value of the sessionId property.

Returns:
possible object is String

setSessionId

public void setSessionId(java.lang.String value)
Sets the value of the sessionId property.

Parameters:
value - allowed object is String

getUserId

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

Returns:
possible object is String

setUserId

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

Parameters:
value - allowed object is String

getUserName

public java.lang.String getUserName()
Gets the value of the userName property.

Returns:
possible object is String

setUserName

public void setUserName(java.lang.String value)
Sets the value of the userName property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.