com.mirth.match.ejb.eis
Class FindEntityDefinition

java.lang.Object
  extended by com.mirth.match.ejb.eis.FindEntityDefinition

public class FindEntityDefinition
extends java.lang.Object

Java class for FindEntityDefinition complex type.

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

 <complexType name="FindEntityDefinition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entityTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String entityTypeName
           
 
Constructor Summary
FindEntityDefinition()
           
 
Method Summary
 java.lang.String getEntityTypeName()
          Gets the value of the entityTypeName property.
 void setEntityTypeName(java.lang.String value)
          Sets the value of the entityTypeName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityTypeName

protected java.lang.String entityTypeName
Constructor Detail

FindEntityDefinition

public FindEntityDefinition()
Method Detail

getEntityTypeName

public java.lang.String getEntityTypeName()
Gets the value of the entityTypeName property.

Returns:
possible object is String

setEntityTypeName

public void setEntityTypeName(java.lang.String value)
Sets the value of the entityTypeName property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.