com.mirth.match.ejb.is
Class EisUpdateQualifier

java.lang.Object
  extended by com.mirth.match.ejb.is.EisUpdateQualifier

public class EisUpdateQualifier
extends java.lang.Object

Java class for eisUpdateQualifier complex type.

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

 <complexType name="eisUpdateQualifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="updateMode" type="{http://is.ejb.match.mirth.com/}eisUpdateMode" minOccurs="0"/>
         <element name="updateSchemaDefinition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EisUpdateMode updateMode
           
protected  java.lang.String updateSchemaDefinition
           
 
Constructor Summary
EisUpdateQualifier()
           
 
Method Summary
 EisUpdateMode getUpdateMode()
          Gets the value of the updateMode property.
 java.lang.String getUpdateSchemaDefinition()
          Gets the value of the updateSchemaDefinition property.
 void setUpdateMode(EisUpdateMode value)
          Sets the value of the updateMode property.
 void setUpdateSchemaDefinition(java.lang.String value)
          Sets the value of the updateSchemaDefinition property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

updateMode

protected EisUpdateMode updateMode

updateSchemaDefinition

protected java.lang.String updateSchemaDefinition
Constructor Detail

EisUpdateQualifier

public EisUpdateQualifier()
Method Detail

getUpdateMode

public EisUpdateMode getUpdateMode()
Gets the value of the updateMode property.

Returns:
possible object is EisUpdateMode

setUpdateMode

public void setUpdateMode(EisUpdateMode value)
Sets the value of the updateMode property.

Parameters:
value - allowed object is EisUpdateMode

getUpdateSchemaDefinition

public java.lang.String getUpdateSchemaDefinition()
Gets the value of the updateSchemaDefinition property.

Returns:
possible object is String

setUpdateSchemaDefinition

public void setUpdateSchemaDefinition(java.lang.String value)
Sets the value of the updateSchemaDefinition property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.