com.mirth.match.ejb.inex
Class MatchingModule

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.MatchingModule

public class MatchingModule
extends KanaEntity

Java class for matchingModule complex type.

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

 <complexType name="matchingModule">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="classFactoryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="classMissing" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entityDomains" type="{http://inex.ejb.match.mirth.com/}entityDomain" maxOccurs="unbounded" minOccurs="0"/>
         <element name="entityType" type="{http://inex.ejb.match.mirth.com/}entityType" minOccurs="0"/>
         <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="matchingModuleKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="status" type="{http://inex.ejb.match.mirth.com/}status" minOccurs="0"/>
         <element name="traits" type="{http://inex.ejb.match.mirth.com/}trait" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String classFactoryName
           
protected  boolean classMissing
           
protected  java.lang.String description
           
protected  java.util.List<EntityDomain> entityDomains
           
protected  EntityType entityType
           
protected  java.lang.String identifier
           
protected  java.lang.String label
           
protected  java.lang.Integer matchingModuleKey
           
protected  Status status
           
protected  java.util.List<Trait> traits
           
 
Constructor Summary
MatchingModule()
           
 
Method Summary
 java.lang.String getClassFactoryName()
          Gets the value of the classFactoryName property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.util.List<EntityDomain> getEntityDomains()
          Gets the value of the entityDomains property.
 EntityType getEntityType()
          Gets the value of the entityType property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 java.lang.String getLabel()
          Gets the value of the label property.
 java.lang.Integer getMatchingModuleKey()
          Gets the value of the matchingModuleKey property.
 Status getStatus()
          Gets the value of the status property.
 java.util.List<Trait> getTraits()
          Gets the value of the traits property.
 boolean isClassMissing()
          Gets the value of the classMissing property.
 void setClassFactoryName(java.lang.String value)
          Sets the value of the classFactoryName property.
 void setClassMissing(boolean value)
          Sets the value of the classMissing property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setEntityType(EntityType value)
          Sets the value of the entityType property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setMatchingModuleKey(java.lang.Integer value)
          Sets the value of the matchingModuleKey property.
 void setStatus(Status value)
          Sets the value of the status property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classFactoryName

protected java.lang.String classFactoryName

classMissing

protected boolean classMissing

description

protected java.lang.String description

entityDomains

protected java.util.List<EntityDomain> entityDomains

entityType

protected EntityType entityType

identifier

protected java.lang.String identifier

label

protected java.lang.String label

matchingModuleKey

protected java.lang.Integer matchingModuleKey

status

protected Status status

traits

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

MatchingModule

public MatchingModule()
Method Detail

getClassFactoryName

public java.lang.String getClassFactoryName()
Gets the value of the classFactoryName property.

Returns:
possible object is String

setClassFactoryName

public void setClassFactoryName(java.lang.String value)
Sets the value of the classFactoryName property.

Parameters:
value - allowed object is String

isClassMissing

public boolean isClassMissing()
Gets the value of the classMissing property.


setClassMissing

public void setClassMissing(boolean value)
Sets the value of the classMissing property.


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

getEntityDomains

public java.util.List<EntityDomain> getEntityDomains()
Gets the value of the entityDomains 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 entityDomains property.

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

    getEntityDomains().add(newItem);
 

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


getEntityType

public EntityType getEntityType()
Gets the value of the entityType property.

Returns:
possible object is EntityType

setEntityType

public void setEntityType(EntityType value)
Sets the value of the entityType property.

Parameters:
value - allowed object is EntityType

getIdentifier

public java.lang.String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getMatchingModuleKey

public java.lang.Integer getMatchingModuleKey()
Gets the value of the matchingModuleKey property.

Returns:
possible object is Integer

setMatchingModuleKey

public void setMatchingModuleKey(java.lang.Integer value)
Sets the value of the matchingModuleKey property.

Parameters:
value - allowed object is Integer

getStatus

public Status getStatus()
Gets the value of the status property.

Returns:
possible object is Status

setStatus

public void setStatus(Status value)
Sets the value of the status property.

Parameters:
value - allowed object is Status

getTraits

public java.util.List<Trait> 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 Trait



Copyright © 2011 Mirth Corp. All Rights Reserved.