|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.is.EisUpdateQualifier
public class EisUpdateQualifier
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 |
---|
protected EisUpdateMode updateMode
protected java.lang.String updateSchemaDefinition
Constructor Detail |
---|
public EisUpdateQualifier()
Method Detail |
---|
public EisUpdateMode getUpdateMode()
EisUpdateMode
public void setUpdateMode(EisUpdateMode value)
value
- allowed object is
EisUpdateMode
public java.lang.String getUpdateSchemaDefinition()
String
public void setUpdateSchemaDefinition(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |