com.mirth.match.ejb.is
Class EisSemanticSignifier
java.lang.Object
com.mirth.match.ejb.is.EisSemanticSignifier
public class EisSemanticSignifier
- extends java.lang.Object
Java class for eisSemanticSignifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eisSemanticSignifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="document" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Field Summary |
protected java.lang.String |
document
|
Method Summary |
java.lang.String |
getDocument()
Gets the value of the document property. |
void |
setDocument(java.lang.String value)
Sets the value of the document property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
document
protected java.lang.String document
EisSemanticSignifier
public EisSemanticSignifier()
getDocument
public java.lang.String getDocument()
- Gets the value of the document property.
- Returns:
- possible object is
String
setDocument
public void setDocument(java.lang.String value)
- Sets the value of the document property.
- Parameters:
value
- allowed object is
String
Copyright © 2011 Mirth Corp. All Rights Reserved.