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