|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.ImportEntities
public class ImportEntities
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 |
---|
protected EntityImportModel model
protected javax.activation.DataHandler handler
protected java.lang.String charsetName
Constructor Detail |
---|
public ImportEntities()
Method Detail |
---|
public EntityImportModel getModel()
EntityImportModel
public void setModel(EntityImportModel value)
value
- allowed object is
EntityImportModel
public javax.activation.DataHandler getHandler()
DataHandler
public void setHandler(javax.activation.DataHandler value)
value
- allowed object is
DataHandler
public java.lang.String getCharsetName()
String
public void setCharsetName(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |