com.mirth.match.ejb.eis
Class EisEntityIdentifyingTraitsDefinition

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

public class EisEntityIdentifyingTraitsDefinition
extends java.lang.Object

Java class for eisEntityIdentifyingTraitsDefinition complex type.

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

 <complexType name="eisEntityIdentifyingTraitsDefinition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="classifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="extractScript" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="matchingModuleSelections" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="supportedDomains" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="traits" type="{http://eis.ejb.match.mirth.com/}eisTrait" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String classifier
           
protected  java.lang.String description
           
protected  java.lang.String extractScript
           
protected  java.util.List<java.lang.String> matchingModuleSelections
           
protected  java.lang.String name
           
protected  java.util.List<java.lang.String> supportedDomains
           
protected  java.util.List<EisTrait> traits
           
 
Constructor Summary
EisEntityIdentifyingTraitsDefinition()
           
 
Method Summary
 java.lang.String getClassifier()
          Gets the value of the classifier property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getExtractScript()
          Gets the value of the extractScript property.
 java.util.List<java.lang.String> getMatchingModuleSelections()
          Gets the value of the matchingModuleSelections property.
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<java.lang.String> getSupportedDomains()
          Gets the value of the supportedDomains property.
 java.util.List<EisTrait> getTraits()
          Gets the value of the traits property.
 void setClassifier(java.lang.String value)
          Sets the value of the classifier property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setExtractScript(java.lang.String value)
          Sets the value of the extractScript property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classifier

protected java.lang.String classifier

description

protected java.lang.String description

extractScript

protected java.lang.String extractScript

matchingModuleSelections

protected java.util.List<java.lang.String> matchingModuleSelections

name

protected java.lang.String name

supportedDomains

protected java.util.List<java.lang.String> supportedDomains

traits

protected java.util.List<EisTrait> traits
Constructor Detail

EisEntityIdentifyingTraitsDefinition

public EisEntityIdentifyingTraitsDefinition()
Method Detail

getClassifier

public java.lang.String getClassifier()
Gets the value of the classifier property.

Returns:
possible object is String

setClassifier

public void setClassifier(java.lang.String value)
Sets the value of the classifier property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getExtractScript

public java.lang.String getExtractScript()
Gets the value of the extractScript property.

Returns:
possible object is String

setExtractScript

public void setExtractScript(java.lang.String value)
Sets the value of the extractScript property.

Parameters:
value - allowed object is String

getMatchingModuleSelections

public java.util.List<java.lang.String> getMatchingModuleSelections()
Gets the value of the matchingModuleSelections property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the matchingModuleSelections property.

For example, to add a new item, do as follows:

    getMatchingModuleSelections().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getSupportedDomains

public java.util.List<java.lang.String> getSupportedDomains()
Gets the value of the supportedDomains property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the supportedDomains property.

For example, to add a new item, do as follows:

    getSupportedDomains().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getTraits

public java.util.List<EisTrait> getTraits()
Gets the value of the traits property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the traits property.

For example, to add a new item, do as follows:

    getTraits().add(newItem);
 

Objects of the following type(s) are allowed in the list EisTrait



Copyright © 2011 Mirth Corp. All Rights Reserved.