|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.core.DtoBase
com.mirth.match.ejb.core.DtoIdentifierDomain
public class DtoIdentifierDomain
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 |
---|
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
Constructor Detail |
---|
public DtoIdentifierDomain()
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<java.lang.String> getDomainGroupIds()
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
public java.lang.String getEntityDomain()
String
public void setEntityDomain(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFacility()
String
public void setFacility(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOldIdentifier()
String
public void setOldIdentifier(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatusAlias()
String
public void setStatusAlias(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |