com.mirth.match.ejb.core
Class User.Preferences.Entry

java.lang.Object
  extended by com.mirth.match.ejb.core.User.Preferences.Entry
Enclosing class:
User.Preferences

public static class User.Preferences.Entry
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="value" type="{http://core.ejb.match.mirth.com/}userPreference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String key
           
protected  UserPreference value
           
 
Constructor Summary
User.Preferences.Entry()
           
 
Method Summary
 java.lang.String getKey()
          Gets the value of the key property.
 UserPreference getValue()
          Gets the value of the value property.
 void setKey(java.lang.String value)
          Sets the value of the key property.
 void setValue(UserPreference value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected java.lang.String key

value

protected UserPreference value
Constructor Detail

User.Preferences.Entry

public User.Preferences.Entry()
Method Detail

getKey

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

Returns:
possible object is String

setKey

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

Parameters:
value - allowed object is String

getValue

public UserPreference getValue()
Gets the value of the value property.

Returns:
possible object is UserPreference

setValue

public void setValue(UserPreference value)
Sets the value of the value property.

Parameters:
value - allowed object is UserPreference


Copyright © 2011 Mirth Corp. All Rights Reserved.