com.mirth.match.ejb.is
Class EisSemanticSignifierDefinition

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

public class EisSemanticSignifierDefinition
extends java.lang.Object

Java class for eisSemanticSignifierDefinition complex type.

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

 <complexType name="eisSemanticSignifierDefinition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entityTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="integrityRulesetDefinition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="renderingDefinition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="schemaDefinition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="semanticSignifierName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="versionIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String entityTypeName
           
protected  java.lang.String identifier
           
protected  java.lang.String integrityRulesetDefinition
           
protected  java.lang.String renderingDefinition
           
protected  java.lang.String schemaDefinition
           
protected  java.lang.String semanticSignifierName
           
protected  java.lang.String versionIdentifier
           
 
Constructor Summary
EisSemanticSignifierDefinition()
           
 
Method Summary
 java.lang.String getEntityTypeName()
          Gets the value of the entityTypeName property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 java.lang.String getIntegrityRulesetDefinition()
          Gets the value of the integrityRulesetDefinition property.
 java.lang.String getRenderingDefinition()
          Gets the value of the renderingDefinition property.
 java.lang.String getSchemaDefinition()
          Gets the value of the schemaDefinition property.
 java.lang.String getSemanticSignifierName()
          Gets the value of the semanticSignifierName property.
 java.lang.String getVersionIdentifier()
          Gets the value of the versionIdentifier property.
 void setEntityTypeName(java.lang.String value)
          Sets the value of the entityTypeName property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 void setIntegrityRulesetDefinition(java.lang.String value)
          Sets the value of the integrityRulesetDefinition property.
 void setRenderingDefinition(java.lang.String value)
          Sets the value of the renderingDefinition property.
 void setSchemaDefinition(java.lang.String value)
          Sets the value of the schemaDefinition property.
 void setSemanticSignifierName(java.lang.String value)
          Sets the value of the semanticSignifierName property.
 void setVersionIdentifier(java.lang.String value)
          Sets the value of the versionIdentifier property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityTypeName

protected java.lang.String entityTypeName

identifier

protected java.lang.String identifier

integrityRulesetDefinition

protected java.lang.String integrityRulesetDefinition

renderingDefinition

protected java.lang.String renderingDefinition

schemaDefinition

protected java.lang.String schemaDefinition

semanticSignifierName

protected java.lang.String semanticSignifierName

versionIdentifier

protected java.lang.String versionIdentifier
Constructor Detail

EisSemanticSignifierDefinition

public EisSemanticSignifierDefinition()
Method Detail

getEntityTypeName

public java.lang.String getEntityTypeName()
Gets the value of the entityTypeName property.

Returns:
possible object is String

setEntityTypeName

public void setEntityTypeName(java.lang.String value)
Sets the value of the entityTypeName property.

Parameters:
value - allowed object is String

getIdentifier

public java.lang.String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getIntegrityRulesetDefinition

public java.lang.String getIntegrityRulesetDefinition()
Gets the value of the integrityRulesetDefinition property.

Returns:
possible object is String

setIntegrityRulesetDefinition

public void setIntegrityRulesetDefinition(java.lang.String value)
Sets the value of the integrityRulesetDefinition property.

Parameters:
value - allowed object is String

getRenderingDefinition

public java.lang.String getRenderingDefinition()
Gets the value of the renderingDefinition property.

Returns:
possible object is String

setRenderingDefinition

public void setRenderingDefinition(java.lang.String value)
Sets the value of the renderingDefinition property.

Parameters:
value - allowed object is String

getSchemaDefinition

public java.lang.String getSchemaDefinition()
Gets the value of the schemaDefinition property.

Returns:
possible object is String

setSchemaDefinition

public void setSchemaDefinition(java.lang.String value)
Sets the value of the schemaDefinition property.

Parameters:
value - allowed object is String

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

getVersionIdentifier

public java.lang.String getVersionIdentifier()
Gets the value of the versionIdentifier property.

Returns:
possible object is String

setVersionIdentifier

public void setVersionIdentifier(java.lang.String value)
Sets the value of the versionIdentifier property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.