com.mirth.match.ejb.is
Class CreateSemanticSignifier
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
semanticSignifierDefinition
protected EisSemanticSignifierDefinition semanticSignifierDefinition
CreateSemanticSignifier
public CreateSemanticSignifier()
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.