com.mirth.match.ejb.inex
Class EntityType

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

public class EntityType
extends KanaEntity

Java class for entityType complex type.

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

 <complexType name="entityType">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <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="entityTypeKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="entityTypeTraits" type="{http://inex.ejb.match.mirth.com/}entityTypeTrait" maxOccurs="unbounded" 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="matchingModules" type="{http://inex.ejb.match.mirth.com/}matchingModule" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{http://inex.ejb.match.mirth.com/}status" minOccurs="0"/>
         <element name="workflows" type="{http://inex.ejb.match.mirth.com/}workflow" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.util.List<EntityDomain> entityDomains
           
protected  java.lang.Integer entityTypeKey
           
protected  java.util.List<EntityTypeTrait> entityTypeTraits
           
protected  java.lang.String identifier
           
protected  java.lang.String label
           
protected  java.util.List<MatchingModule> matchingModules
           
protected  Status status
           
protected  java.util.List<Workflow> workflows
           
 
Constructor Summary
EntityType()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.util.List<EntityDomain> getEntityDomains()
          Gets the value of the entityDomains property.
 java.lang.Integer getEntityTypeKey()
          Gets the value of the entityTypeKey property.
 java.util.List<EntityTypeTrait> getEntityTypeTraits()
          Gets the value of the entityTypeTraits property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 java.lang.String getLabel()
          Gets the value of the label property.
 java.util.List<MatchingModule> getMatchingModules()
          Gets the value of the matchingModules property.
 Status getStatus()
          Gets the value of the status property.
 java.util.List<Workflow> getWorkflows()
          Gets the value of the workflows property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setEntityTypeKey(java.lang.Integer value)
          Sets the value of the entityTypeKey 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 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

description

protected java.lang.String description

entityDomains

protected java.util.List<EntityDomain> entityDomains

entityTypeKey

protected java.lang.Integer entityTypeKey

entityTypeTraits

protected java.util.List<EntityTypeTrait> entityTypeTraits

identifier

protected java.lang.String identifier

label

protected java.lang.String label

matchingModules

protected java.util.List<MatchingModule> matchingModules

status

protected Status status

workflows

protected java.util.List<Workflow> workflows
Constructor Detail

EntityType

public EntityType()
Method Detail

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


getEntityTypeKey

public java.lang.Integer getEntityTypeKey()
Gets the value of the entityTypeKey property.

Returns:
possible object is Integer

setEntityTypeKey

public void setEntityTypeKey(java.lang.Integer value)
Sets the value of the entityTypeKey property.

Parameters:
value - allowed object is Integer

getEntityTypeTraits

public java.util.List<EntityTypeTrait> getEntityTypeTraits()
Gets the value of the entityTypeTraits 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 entityTypeTraits property.

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

    getEntityTypeTraits().add(newItem);
 

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


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

getMatchingModules

public java.util.List<MatchingModule> getMatchingModules()
Gets the value of the matchingModules 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 matchingModules property.

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

    getMatchingModules().add(newItem);
 

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


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

getWorkflows

public java.util.List<Workflow> getWorkflows()
Gets the value of the workflows 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 workflows property.

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

    getWorkflows().add(newItem);
 

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



Copyright © 2011 Mirth Corp. All Rights Reserved.