com.mirth.match.ejb.core
Class FindIdentifierDomains

java.lang.Object
  extended by com.mirth.match.ejb.core.FindIdentifierDomains

public class FindIdentifierDomains
extends java.lang.Object

Java class for findIdentifierDomains complex type.

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

 <complexType name="findIdentifierDomains">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="filter" type="{http://core.ejb.match.mirth.com/}identifierDomainFilter" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  IdentifierDomainFilter filter
           
 
Constructor Summary
FindIdentifierDomains()
           
 
Method Summary
 IdentifierDomainFilter getFilter()
          Gets the value of the filter property.
 void setFilter(IdentifierDomainFilter value)
          Sets the value of the filter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

protected IdentifierDomainFilter filter
Constructor Detail

FindIdentifierDomains

public FindIdentifierDomains()
Method Detail

getFilter

public IdentifierDomainFilter getFilter()
Gets the value of the filter property.

Returns:
possible object is IdentifierDomainFilter

setFilter

public void setFilter(IdentifierDomainFilter value)
Sets the value of the filter property.

Parameters:
value - allowed object is IdentifierDomainFilter


Copyright © 2011 Mirth Corp. All Rights Reserved.