com.mirth.match.ejb.eis
Class ListEntityDefinitions

java.lang.Object
  extended by com.mirth.match.ejb.eis.ListEntityDefinitions

public class ListEntityDefinitions
extends java.lang.Object

Java class for ListEntityDefinitions complex type.

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

 <complexType name="ListEntityDefinitions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="domainFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="typeClassifierFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String domainFilter
           
protected  java.lang.String typeClassifierFilter
           
 
Constructor Summary
ListEntityDefinitions()
           
 
Method Summary
 java.lang.String getDomainFilter()
          Gets the value of the domainFilter property.
 java.lang.String getTypeClassifierFilter()
          Gets the value of the typeClassifierFilter property.
 void setDomainFilter(java.lang.String value)
          Sets the value of the domainFilter property.
 void setTypeClassifierFilter(java.lang.String value)
          Sets the value of the typeClassifierFilter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domainFilter

protected java.lang.String domainFilter

typeClassifierFilter

protected java.lang.String typeClassifierFilter
Constructor Detail

ListEntityDefinitions

public ListEntityDefinitions()
Method Detail

getDomainFilter

public java.lang.String getDomainFilter()
Gets the value of the domainFilter property.

Returns:
possible object is String

setDomainFilter

public void setDomainFilter(java.lang.String value)
Sets the value of the domainFilter property.

Parameters:
value - allowed object is String

getTypeClassifierFilter

public java.lang.String getTypeClassifierFilter()
Gets the value of the typeClassifierFilter property.

Returns:
possible object is String

setTypeClassifierFilter

public void setTypeClassifierFilter(java.lang.String value)
Sets the value of the typeClassifierFilter property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.