com.mirth.match.ejb.inex
Class EntityRelationshipType

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

public class EntityRelationshipType
extends KanaEntity

Java class for entityRelationshipType complex type.

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

 <complexType name="entityRelationshipType">
   <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="entityRelationshipTypeKey" type="{http://www.w3.org/2001/XMLSchema}int" 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="purgeOnRescore" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="workflows" type="{http://inex.ejb.match.mirth.com/}workflow" maxOccurs="unbounded" minOccurs="0"/>
         <element name="workitemPhrase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.Integer entityRelationshipTypeKey
           
protected  java.lang.String identifier
           
protected  java.lang.String label
           
protected  boolean purgeOnRescore
           
protected  java.util.List<Workflow> workflows
           
protected  java.lang.String workitemPhrase
           
 
Constructor Summary
EntityRelationshipType()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.Integer getEntityRelationshipTypeKey()
          Gets the value of the entityRelationshipTypeKey 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<Workflow> getWorkflows()
          Gets the value of the workflows property.
 java.lang.String getWorkitemPhrase()
          Gets the value of the workitemPhrase property.
 boolean isPurgeOnRescore()
          Gets the value of the purgeOnRescore property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setEntityRelationshipTypeKey(java.lang.Integer value)
          Sets the value of the entityRelationshipTypeKey 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 setPurgeOnRescore(boolean value)
          Sets the value of the purgeOnRescore property.
 void setWorkitemPhrase(java.lang.String value)
          Sets the value of the workitemPhrase 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

entityRelationshipTypeKey

protected java.lang.Integer entityRelationshipTypeKey

identifier

protected java.lang.String identifier

label

protected java.lang.String label

purgeOnRescore

protected boolean purgeOnRescore

workflows

protected java.util.List<Workflow> workflows

workitemPhrase

protected java.lang.String workitemPhrase
Constructor Detail

EntityRelationshipType

public EntityRelationshipType()
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

getEntityRelationshipTypeKey

public java.lang.Integer getEntityRelationshipTypeKey()
Gets the value of the entityRelationshipTypeKey property.

Returns:
possible object is Integer

setEntityRelationshipTypeKey

public void setEntityRelationshipTypeKey(java.lang.Integer value)
Sets the value of the entityRelationshipTypeKey property.

Parameters:
value - allowed object is Integer

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

isPurgeOnRescore

public boolean isPurgeOnRescore()
Gets the value of the purgeOnRescore property.


setPurgeOnRescore

public void setPurgeOnRescore(boolean value)
Sets the value of the purgeOnRescore property.


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


getWorkitemPhrase

public java.lang.String getWorkitemPhrase()
Gets the value of the workitemPhrase property.

Returns:
possible object is String

setWorkitemPhrase

public void setWorkitemPhrase(java.lang.String value)
Sets the value of the workitemPhrase property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.