com.mirth.match.ejb.core
Class CreateIdentifierDomain

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

public class CreateIdentifierDomain
extends java.lang.Object

Java class for createIdentifierDomain complex type.

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

 <complexType name="createIdentifierDomain">
   <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>
 


Field Summary
protected  DtoIdentifierDomain domain
           
 
Constructor Summary
CreateIdentifierDomain()
           
 
Method Summary
 DtoIdentifierDomain getDomain()
          Gets the value of the domain property.
 void setDomain(DtoIdentifierDomain value)
          Sets the value of the domain property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain

protected DtoIdentifierDomain domain
Constructor Detail

CreateIdentifierDomain

public CreateIdentifierDomain()
Method Detail

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.