com.mirth.match.ejb.inex
Class IdentifierDomain

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.IdentifierDomain

public class IdentifierDomain
extends KanaEntity

Java class for identifierDomain complex type.

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

 <complexType name="identifierDomain">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <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="domainGroups" type="{http://inex.ejb.match.mirth.com/}domainGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element name="entityDomain" type="{http://inex.ejb.match.mirth.com/}entityDomain" minOccurs="0"/>
         <element name="facility" type="{http://inex.ejb.match.mirth.com/}facility" minOccurs="0"/>
         <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="identifierDomainKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="skipTraitValidation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="status" type="{http://inex.ejb.match.mirth.com/}status" minOccurs="0"/>
         <element name="updateOnRegisterEntityExists" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </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<DomainGroup> domainGroups
           
protected  EntityDomain entityDomain
           
protected  Facility facility
           
protected  java.lang.String identifier
           
protected  java.lang.Integer identifierDomainKey
           
protected  java.lang.String label
           
protected  boolean skipTraitValidation
           
protected  Status status
           
protected  boolean updateOnRegisterEntityExists
           
 
Constructor Summary
IdentifierDomain()
           
 
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<DomainGroup> getDomainGroups()
          Gets the value of the domainGroups property.
 EntityDomain getEntityDomain()
          Gets the value of the entityDomain property.
 Facility getFacility()
          Gets the value of the facility property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 java.lang.Integer getIdentifierDomainKey()
          Gets the value of the identifierDomainKey property.
 java.lang.String getLabel()
          Gets the value of the label property.
 Status getStatus()
          Gets the value of the status property.
 boolean isSkipTraitValidation()
          Gets the value of the skipTraitValidation property.
 boolean isUpdateOnRegisterEntityExists()
          Gets the value of the updateOnRegisterEntityExists 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(EntityDomain value)
          Sets the value of the entityDomain property.
 void setFacility(Facility value)
          Sets the value of the facility property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 void setIdentifierDomainKey(java.lang.Integer value)
          Sets the value of the identifierDomainKey property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setSkipTraitValidation(boolean value)
          Sets the value of the skipTraitValidation property.
 void setStatus(Status value)
          Sets the value of the status property.
 void setUpdateOnRegisterEntityExists(boolean value)
          Sets the value of the updateOnRegisterEntityExists property.
 
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

domainGroups

protected java.util.List<DomainGroup> domainGroups

entityDomain

protected EntityDomain entityDomain

facility

protected Facility facility

identifier

protected java.lang.String identifier

identifierDomainKey

protected java.lang.Integer identifierDomainKey

label

protected java.lang.String label

skipTraitValidation

protected boolean skipTraitValidation

status

protected Status status

updateOnRegisterEntityExists

protected boolean updateOnRegisterEntityExists
Constructor Detail

IdentifierDomain

public IdentifierDomain()
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

getDomainGroups

public java.util.List<DomainGroup> getDomainGroups()
Gets the value of the domainGroups 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 domainGroups property.

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

    getDomainGroups().add(newItem);
 

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


getEntityDomain

public EntityDomain getEntityDomain()
Gets the value of the entityDomain property.

Returns:
possible object is EntityDomain

setEntityDomain

public void setEntityDomain(EntityDomain value)
Sets the value of the entityDomain property.

Parameters:
value - allowed object is EntityDomain

getFacility

public Facility getFacility()
Gets the value of the facility property.

Returns:
possible object is Facility

setFacility

public void setFacility(Facility value)
Sets the value of the facility property.

Parameters:
value - allowed object is Facility

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

getIdentifierDomainKey

public java.lang.Integer getIdentifierDomainKey()
Gets the value of the identifierDomainKey property.

Returns:
possible object is Integer

setIdentifierDomainKey

public void setIdentifierDomainKey(java.lang.Integer value)
Sets the value of the identifierDomainKey property.

Parameters:
value - allowed object is Integer

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

isSkipTraitValidation

public boolean isSkipTraitValidation()
Gets the value of the skipTraitValidation property.


setSkipTraitValidation

public void setSkipTraitValidation(boolean value)
Sets the value of the skipTraitValidation property.


getStatus

public Status getStatus()
Gets the value of the status property.

Returns:
possible object is Status

setStatus

public void setStatus(Status value)
Sets the value of the status property.

Parameters:
value - allowed object is Status

isUpdateOnRegisterEntityExists

public boolean isUpdateOnRegisterEntityExists()
Gets the value of the updateOnRegisterEntityExists property.


setUpdateOnRegisterEntityExists

public void setUpdateOnRegisterEntityExists(boolean value)
Sets the value of the updateOnRegisterEntityExists property.



Copyright © 2011 Mirth Corp. All Rights Reserved.