com.mirth.match.ejb.eis
Class DescribeEntityTraitsResponse

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

public class DescribeEntityTraitsResponse
extends java.lang.Object

Java class for DescribeEntityTraitsResponse complex type.

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

 <complexType name="DescribeEntityTraitsResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="return" type="{http://eis.ejb.match.mirth.com/}eisStatus" minOccurs="0"/>
         <element name="entityTraitsDefinition" type="{http://eis.ejb.match.mirth.com/}eisEntityIdentifyingTraitsDefinition" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EisStatus _return
           
protected  EisEntityIdentifyingTraitsDefinition entityTraitsDefinition
           
 
Constructor Summary
DescribeEntityTraitsResponse()
           
 
Method Summary
 EisEntityIdentifyingTraitsDefinition getEntityTraitsDefinition()
          Gets the value of the entityTraitsDefinition property.
 EisStatus getReturn()
          Gets the value of the return property.
 void setEntityTraitsDefinition(EisEntityIdentifyingTraitsDefinition value)
          Sets the value of the entityTraitsDefinition property.
 void setReturn(EisStatus value)
          Sets the value of the return property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_return

protected EisStatus _return

entityTraitsDefinition

protected EisEntityIdentifyingTraitsDefinition entityTraitsDefinition
Constructor Detail

DescribeEntityTraitsResponse

public DescribeEntityTraitsResponse()
Method Detail

getReturn

public EisStatus getReturn()
Gets the value of the return property.

Returns:
possible object is EisStatus

setReturn

public void setReturn(EisStatus value)
Sets the value of the return property.

Parameters:
value - allowed object is EisStatus

getEntityTraitsDefinition

public EisEntityIdentifyingTraitsDefinition getEntityTraitsDefinition()
Gets the value of the entityTraitsDefinition property.

Returns:
possible object is EisEntityIdentifyingTraitsDefinition

setEntityTraitsDefinition

public void setEntityTraitsDefinition(EisEntityIdentifyingTraitsDefinition value)
Sets the value of the entityTraitsDefinition property.

Parameters:
value - allowed object is EisEntityIdentifyingTraitsDefinition


Copyright © 2011 Mirth Corp. All Rights Reserved.