com.mirth.match.ejb.core
Class DtoIdentifierDomain

java.lang.Object
  extended by com.mirth.match.ejb.core.DtoBase
      extended by com.mirth.match.ejb.core.DtoIdentifierDomain

public class DtoIdentifierDomain
extends DtoBase

Java class for dtoIdentifierDomain complex type.

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

 <complexType name="dtoIdentifierDomain">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}dtoBase">
       <sequence>
         <element name="checkDigit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="checkDigitScheme" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="domainGroupIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="entityDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="facility" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="oldIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="statusAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String checkDigit
           
protected  java.lang.String checkDigitScheme
           
protected  java.lang.String description
           
protected  java.util.List<java.lang.String> domainGroupIds
           
protected  java.lang.String entityDomain
           
protected  java.lang.String facility
           
protected  java.lang.String label
           
protected  java.lang.String oldIdentifier
           
protected  java.lang.String statusAlias
           
 
Fields inherited from class com.mirth.match.ejb.core.DtoBase
identifier
 
Constructor Summary
DtoIdentifierDomain()
           
 
Method Summary
 java.lang.String getCheckDigit()
          Gets the value of the checkDigit property.
 java.lang.String getCheckDigitScheme()
          Gets the value of the checkDigitScheme property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.util.List<java.lang.String> getDomainGroupIds()
          Gets the value of the domainGroupIds property.
 java.lang.String getEntityDomain()
          Gets the value of the entityDomain property.
 java.lang.String getFacility()
          Gets the value of the facility property.
 java.lang.String getLabel()
          Gets the value of the label property.
 java.lang.String getOldIdentifier()
          Gets the value of the oldIdentifier property.
 java.lang.String getStatusAlias()
          Gets the value of the statusAlias property.
 void setCheckDigit(java.lang.String value)
          Sets the value of the checkDigit property.
 void setCheckDigitScheme(java.lang.String value)
          Sets the value of the checkDigitScheme property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setEntityDomain(java.lang.String value)
          Sets the value of the entityDomain property.
 void setFacility(java.lang.String value)
          Sets the value of the facility property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setOldIdentifier(java.lang.String value)
          Sets the value of the oldIdentifier property.
 void setStatusAlias(java.lang.String value)
          Sets the value of the statusAlias property.
 
Methods inherited from class com.mirth.match.ejb.core.DtoBase
getIdentifier, setIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkDigit

protected java.lang.String checkDigit

checkDigitScheme

protected java.lang.String checkDigitScheme

description

protected java.lang.String description

domainGroupIds

protected java.util.List<java.lang.String> domainGroupIds

entityDomain

protected java.lang.String entityDomain

facility

protected java.lang.String facility

label

protected java.lang.String label

oldIdentifier

protected java.lang.String oldIdentifier

statusAlias

protected java.lang.String statusAlias
Constructor Detail

DtoIdentifierDomain

public DtoIdentifierDomain()
Method Detail

getCheckDigit

public java.lang.String getCheckDigit()
Gets the value of the checkDigit property.

Returns:
possible object is String

setCheckDigit

public void setCheckDigit(java.lang.String value)
Sets the value of the checkDigit property.

Parameters:
value - allowed object is String

getCheckDigitScheme

public java.lang.String getCheckDigitScheme()
Gets the value of the checkDigitScheme property.

Returns:
possible object is String

setCheckDigitScheme

public void setCheckDigitScheme(java.lang.String value)
Sets the value of the checkDigitScheme property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getDomainGroupIds

public java.util.List<java.lang.String> getDomainGroupIds()
Gets the value of the domainGroupIds property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the domainGroupIds property.

For example, to add a new item, do as follows:

    getDomainGroupIds().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getEntityDomain

public java.lang.String getEntityDomain()
Gets the value of the entityDomain property.

Returns:
possible object is String

setEntityDomain

public void setEntityDomain(java.lang.String value)
Sets the value of the entityDomain property.

Parameters:
value - allowed object is String

getFacility

public java.lang.String getFacility()
Gets the value of the facility property.

Returns:
possible object is String

setFacility

public void setFacility(java.lang.String value)
Sets the value of the facility property.

Parameters:
value - allowed object is String

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getOldIdentifier

public java.lang.String getOldIdentifier()
Gets the value of the oldIdentifier property.

Returns:
possible object is String

setOldIdentifier

public void setOldIdentifier(java.lang.String value)
Sets the value of the oldIdentifier property.

Parameters:
value - allowed object is String

getStatusAlias

public java.lang.String getStatusAlias()
Gets the value of the statusAlias property.

Returns:
possible object is String

setStatusAlias

public void setStatusAlias(java.lang.String value)
Sets the value of the statusAlias property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.