com.mirth.match.ejb.inex
Class EventAuditType

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.EventAuditType

public class EventAuditType
extends KanaEntity

Java class for eventAuditType complex type.

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

 <complexType name="eventAuditType">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="consumerEventSubscriptions" type="{http://inex.ejb.match.mirth.com/}consumerEventSubscription" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entityFocused" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="eventAuditTypeKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<ConsumerEventSubscription> consumerEventSubscriptions
           
protected  java.lang.String description
           
protected  boolean entityFocused
           
protected  java.lang.Integer eventAuditTypeKey
           
protected  java.lang.String identifier
           
protected  java.lang.String label
           
 
Constructor Summary
EventAuditType()
           
 
Method Summary
 java.util.List<ConsumerEventSubscription> getConsumerEventSubscriptions()
          Gets the value of the consumerEventSubscriptions property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.Integer getEventAuditTypeKey()
          Gets the value of the eventAuditTypeKey property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 java.lang.String getLabel()
          Gets the value of the label property.
 boolean isEntityFocused()
          Gets the value of the entityFocused property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setEntityFocused(boolean value)
          Sets the value of the entityFocused property.
 void setEventAuditTypeKey(java.lang.Integer value)
          Sets the value of the eventAuditTypeKey property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

consumerEventSubscriptions

protected java.util.List<ConsumerEventSubscription> consumerEventSubscriptions

description

protected java.lang.String description

entityFocused

protected boolean entityFocused

eventAuditTypeKey

protected java.lang.Integer eventAuditTypeKey

identifier

protected java.lang.String identifier

label

protected java.lang.String label
Constructor Detail

EventAuditType

public EventAuditType()
Method Detail

getConsumerEventSubscriptions

public java.util.List<ConsumerEventSubscription> getConsumerEventSubscriptions()
Gets the value of the consumerEventSubscriptions property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the consumerEventSubscriptions property.

For example, to add a new item, do as follows:

    getConsumerEventSubscriptions().add(newItem);
 

Objects of the following type(s) are allowed in the list ConsumerEventSubscription


getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isEntityFocused

public boolean isEntityFocused()
Gets the value of the entityFocused property.


setEntityFocused

public void setEntityFocused(boolean value)
Sets the value of the entityFocused property.


getEventAuditTypeKey

public java.lang.Integer getEventAuditTypeKey()
Gets the value of the eventAuditTypeKey property.

Returns:
possible object is Integer

setEventAuditTypeKey

public void setEventAuditTypeKey(java.lang.Integer value)
Sets the value of the eventAuditTypeKey property.

Parameters:
value - allowed object is Integer

getIdentifier

public java.lang.String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.