com.mirth.match.ejb.inex
Class ImportEntities

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

public class ImportEntities
extends java.lang.Object

Java class for importEntities complex type.

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

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


Field Summary
protected  java.lang.String charsetName
           
protected  javax.activation.DataHandler handler
           
protected  EntityImportModel model
           
 
Constructor Summary
ImportEntities()
           
 
Method Summary
 java.lang.String getCharsetName()
          Gets the value of the charsetName property.
 javax.activation.DataHandler getHandler()
          Gets the value of the handler property.
 EntityImportModel getModel()
          Gets the value of the model property.
 void setCharsetName(java.lang.String value)
          Sets the value of the charsetName property.
 void setHandler(javax.activation.DataHandler value)
          Sets the value of the handler property.
 void setModel(EntityImportModel 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 EntityImportModel model

handler

protected javax.activation.DataHandler handler

charsetName

protected java.lang.String charsetName
Constructor Detail

ImportEntities

public ImportEntities()
Method Detail

getModel

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

Returns:
possible object is EntityImportModel

setModel

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

Parameters:
value - allowed object is EntityImportModel

getHandler

public javax.activation.DataHandler getHandler()
Gets the value of the handler property.

Returns:
possible object is DataHandler

setHandler

public void setHandler(javax.activation.DataHandler value)
Sets the value of the handler property.

Parameters:
value - allowed object is DataHandler

getCharsetName

public java.lang.String getCharsetName()
Gets the value of the charsetName property.

Returns:
possible object is String

setCharsetName

public void setCharsetName(java.lang.String value)
Sets the value of the charsetName property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.