|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.KanaEntity
com.mirth.match.ejb.inex.IdentifierDomain
public class IdentifierDomain
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 |
---|
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 Detail |
---|
public IdentifierDomain()
Method Detail |
---|
public java.lang.String getCheckDigit()
String
public void setCheckDigit(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCheckDigitScheme()
String
public void setCheckDigitScheme(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.util.List<DomainGroup> getDomainGroups()
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
public EntityDomain getEntityDomain()
EntityDomain
public void setEntityDomain(EntityDomain value)
value
- allowed object is
EntityDomain
public Facility getFacility()
Facility
public void setFacility(Facility value)
value
- allowed object is
Facility
public java.lang.String getIdentifier()
String
public void setIdentifier(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getIdentifierDomainKey()
Integer
public void setIdentifierDomainKey(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public boolean isSkipTraitValidation()
public void setSkipTraitValidation(boolean value)
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isUpdateOnRegisterEntityExists()
public void setUpdateOnRegisterEntityExists(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |