|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.is.UpdateSemanticSignifier
public class UpdateSemanticSignifier
Java class for UpdateSemanticSignifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateSemanticSignifier"> <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 | |
---|---|
UpdateSemanticSignifier()
|
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 |
---|
protected java.lang.String semanticSignifierName
protected EisSemanticSignifierDefinition semanticSignifierDefinition
Constructor Detail |
---|
public UpdateSemanticSignifier()
Method Detail |
---|
public java.lang.String getSemanticSignifierName()
String
public void setSemanticSignifierName(java.lang.String value)
value
- allowed object is
String
public EisSemanticSignifierDefinition getSemanticSignifierDefinition()
EisSemanticSignifierDefinition
public void setSemanticSignifierDefinition(EisSemanticSignifierDefinition value)
value
- allowed object is
EisSemanticSignifierDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |