com.mirth.match.ejb.core
Class UpsertIdentifierDomain
java.lang.Object
com.mirth.match.ejb.core.UpsertIdentifierDomain
public class UpsertIdentifierDomain
- extends java.lang.Object
Java class for upsertIdentifierDomain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="upsertIdentifierDomain">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="domain" type="{http://core.ejb.match.mirth.com/}dtoIdentifierDomain" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
domain
protected DtoIdentifierDomain domain
UpsertIdentifierDomain
public UpsertIdentifierDomain()
getDomain
public DtoIdentifierDomain getDomain()
- Gets the value of the domain property.
- Returns:
- possible object is
DtoIdentifierDomain
setDomain
public void setDomain(DtoIdentifierDomain value)
- Sets the value of the domain property.
- Parameters:
value
- allowed object is
DtoIdentifierDomain
Copyright © 2011 Mirth Corp. All Rights Reserved.