com.mirth.match.ejb.core
Class FindIdentifierDomains
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filter
protected IdentifierDomainFilter filter
FindIdentifierDomains
public FindIdentifierDomains()
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.