|
||||||||||
| 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.DtoProperty
public class DtoProperty
Java class for dtoProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dtoProperty">
<complexContent>
<extension base="{http://core.ejb.match.mirth.com/}dtoBase">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
label
|
protected java.lang.String |
value
|
| Fields inherited from class com.mirth.match.ejb.core.DtoBase |
|---|
identifier |
| Constructor Summary | |
|---|---|
DtoProperty()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getValue()
Gets the value of the value property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setValue(java.lang.String value)
Sets the value of the value 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 label
protected java.lang.String value
| Constructor Detail |
|---|
public DtoProperty()
| Method Detail |
|---|
public java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(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 | |||||||||