|
||||||||||
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.DtoTrait
public class DtoTrait
Java class for dtoTrait complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dtoTrait"> <complexContent> <extension base="{http://core.ejb.match.mirth.com/}dtoBase"> <sequence> <element name="baseDatatypeAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codeSetIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="derived" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="inputMask" 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="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="maxLength" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="minLength" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="parentIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="properties" type="{http://core.ejb.match.mirth.com/}dtoProperty" maxOccurs="unbounded" minOccurs="0"/> <element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="statusAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
baseDatatypeAlias
|
protected java.lang.String |
codeSetIdentifier
|
protected boolean |
derived
|
protected java.lang.String |
description
|
protected java.lang.String |
inputMask
|
protected java.lang.String |
label
|
protected boolean |
mandatory
|
protected int |
maxLength
|
protected int |
minLength
|
protected java.lang.String |
parentIdentifier
|
protected java.util.List<DtoProperty> |
properties
|
protected int |
sortOrder
|
protected java.lang.String |
statusAlias
|
Fields inherited from class com.mirth.match.ejb.core.DtoBase |
---|
identifier |
Constructor Summary | |
---|---|
DtoTrait()
|
Method Summary | |
---|---|
java.lang.String |
getBaseDatatypeAlias()
Gets the value of the baseDatatypeAlias property. |
java.lang.String |
getCodeSetIdentifier()
Gets the value of the codeSetIdentifier property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getInputMask()
Gets the value of the inputMask property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
int |
getMaxLength()
Gets the value of the maxLength property. |
int |
getMinLength()
Gets the value of the minLength property. |
java.lang.String |
getParentIdentifier()
Gets the value of the parentIdentifier property. |
java.util.List<DtoProperty> |
getProperties()
Gets the value of the properties property. |
int |
getSortOrder()
Gets the value of the sortOrder property. |
java.lang.String |
getStatusAlias()
Gets the value of the statusAlias property. |
boolean |
isDerived()
Gets the value of the derived property. |
boolean |
isMandatory()
Gets the value of the mandatory property. |
void |
setBaseDatatypeAlias(java.lang.String value)
Sets the value of the baseDatatypeAlias property. |
void |
setCodeSetIdentifier(java.lang.String value)
Sets the value of the codeSetIdentifier property. |
void |
setDerived(boolean value)
Sets the value of the derived property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setInputMask(java.lang.String value)
Sets the value of the inputMask property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setMandatory(boolean value)
Sets the value of the mandatory property. |
void |
setMaxLength(int value)
Sets the value of the maxLength property. |
void |
setMinLength(int value)
Sets the value of the minLength property. |
void |
setParentIdentifier(java.lang.String value)
Sets the value of the parentIdentifier property. |
void |
setSortOrder(int value)
Sets the value of the sortOrder 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 baseDatatypeAlias
protected java.lang.String codeSetIdentifier
protected boolean derived
protected java.lang.String description
protected java.lang.String inputMask
protected java.lang.String label
protected boolean mandatory
protected int maxLength
protected int minLength
protected java.lang.String parentIdentifier
protected java.util.List<DtoProperty> properties
protected int sortOrder
protected java.lang.String statusAlias
Constructor Detail |
---|
public DtoTrait()
Method Detail |
---|
public java.lang.String getBaseDatatypeAlias()
String
public void setBaseDatatypeAlias(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCodeSetIdentifier()
String
public void setCodeSetIdentifier(java.lang.String value)
value
- allowed object is
String
public boolean isDerived()
public void setDerived(boolean value)
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInputMask()
String
public void setInputMask(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 boolean isMandatory()
public void setMandatory(boolean value)
public int getMaxLength()
public void setMaxLength(int value)
public int getMinLength()
public void setMinLength(int value)
public java.lang.String getParentIdentifier()
String
public void setParentIdentifier(java.lang.String value)
value
- allowed object is
String
public java.util.List<DtoProperty> getProperties()
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 properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
DtoProperty
public int getSortOrder()
public void setSortOrder(int value)
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 |