com.mirth.match.ejb.inex
Class ExportEntities

java.lang.Object
  extended by com.mirth.match.ejb.inex.ExportEntities

public class ExportEntities
extends java.lang.Object

Java class for ExportEntities complex type.

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

 <complexType name="ExportEntities">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="model" type="{http://inex.ejb.match.mirth.com/}entityExportModel" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EntityExportModel model
           
 
Constructor Summary
ExportEntities()
           
 
Method Summary
 EntityExportModel getModel()
          Gets the value of the model property.
 void setModel(EntityExportModel value)
          Sets the value of the model property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected EntityExportModel model
Constructor Detail

ExportEntities

public ExportEntities()
Method Detail

getModel

public EntityExportModel getModel()
Gets the value of the model property.

Returns:
possible object is EntityExportModel

setModel

public void setModel(EntityExportModel value)
Sets the value of the model property.

Parameters:
value - allowed object is EntityExportModel


Copyright © 2011 Mirth Corp. All Rights Reserved.