com.mirth.match.ejb.is
Class CreateSemanticSignifier

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

public class CreateSemanticSignifier
extends java.lang.Object

Java class for CreateSemanticSignifier complex type.

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

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


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

Field Detail

semanticSignifierDefinition

protected EisSemanticSignifierDefinition semanticSignifierDefinition
Constructor Detail

CreateSemanticSignifier

public CreateSemanticSignifier()
Method Detail

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.