com.mirth.match.ejb.core
Class DtoProperty

java.lang.Object
  extended by com.mirth.match.ejb.core.DtoBase
      extended by com.mirth.match.ejb.core.DtoProperty

public class DtoProperty
extends DtoBase

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

label

protected java.lang.String label

value

protected java.lang.String value
Constructor Detail

DtoProperty

public DtoProperty()
Method Detail

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

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.