com.mirth.match.ejb.is
Class FindSemanticSignifier

java.lang.Object
  extended by com.mirth.match.ejb.is.FindSemanticSignifier

public class FindSemanticSignifier
extends java.lang.Object

Java class for FindSemanticSignifier complex type.

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

 <complexType name="FindSemanticSignifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="semanticSignifierName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="semanticSignifierDefinition" type="{http://is.ejb.match.mirth.com/}eisSemanticSignifierDefinition" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EisSemanticSignifierDefinition semanticSignifierDefinition
           
protected  java.lang.String semanticSignifierName
           
 
Constructor Summary
FindSemanticSignifier()
           
 
Method Summary
 EisSemanticSignifierDefinition getSemanticSignifierDefinition()
          Gets the value of the semanticSignifierDefinition property.
 java.lang.String getSemanticSignifierName()
          Gets the value of the semanticSignifierName property.
 void setSemanticSignifierDefinition(EisSemanticSignifierDefinition value)
          Sets the value of the semanticSignifierDefinition property.
 void setSemanticSignifierName(java.lang.String value)
          Sets the value of the semanticSignifierName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

semanticSignifierName

protected java.lang.String semanticSignifierName

semanticSignifierDefinition

protected EisSemanticSignifierDefinition semanticSignifierDefinition
Constructor Detail

FindSemanticSignifier

public FindSemanticSignifier()
Method Detail

getSemanticSignifierName

public java.lang.String getSemanticSignifierName()
Gets the value of the semanticSignifierName property.

Returns:
possible object is String

setSemanticSignifierName

public void setSemanticSignifierName(java.lang.String value)
Sets the value of the semanticSignifierName property.

Parameters:
value - allowed object is String

getSemanticSignifierDefinition

public EisSemanticSignifierDefinition getSemanticSignifierDefinition()
Gets the value of the semanticSignifierDefinition property.

Returns:
possible object is EisSemanticSignifierDefinition

setSemanticSignifierDefinition

public void setSemanticSignifierDefinition(EisSemanticSignifierDefinition value)
Sets the value of the semanticSignifierDefinition property.

Parameters:
value - allowed object is EisSemanticSignifierDefinition


Copyright © 2011 Mirth Corp. All Rights Reserved.