|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.User.Preferences.Entry
public static class User.Preferences.Entry
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://inex.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 |
---|
protected java.lang.String key
protected UserPreference value
Constructor Detail |
---|
public User.Preferences.Entry()
Method Detail |
---|
public java.lang.String getKey()
String
public void setKey(java.lang.String value)
value
- allowed object is
String
public UserPreference getValue()
UserPreference
public void setValue(UserPreference value)
value
- allowed object is
UserPreference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |