|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.inex.KanaEntity
com.mirth.match.ejb.inex.User
public class User
Java class for user complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="user">
<complexContent>
<extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
<sequence>
<element name="accountLockDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="accountLocked" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="changePassword" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="contactAddr1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactAddr2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactFax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactLocality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactPostCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactRegion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contactVoice" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="country" type="{http://inex.ejb.match.mirth.com/}isoCountry" minOccurs="0"/>
<element name="department" type="{http://inex.ejb.match.mirth.com/}department" minOccurs="0"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filters" type="{http://inex.ejb.match.mirth.com/}userFilter" maxOccurs="unbounded" minOccurs="0"/>
<element name="invalidLoginAttempts" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="passwords" type="{http://inex.ejb.match.mirth.com/}password" maxOccurs="unbounded" minOccurs="0"/>
<element name="preferences">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entry" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="principalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="securityRoles" type="{http://inex.ejb.match.mirth.com/}securityRole" maxOccurs="unbounded" minOccurs="0"/>
<element name="userKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
User.Preferences
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
accountLockDate
|
protected boolean |
accountLocked
|
protected boolean |
changePassword
|
protected java.lang.String |
contactAddr1
|
protected java.lang.String |
contactAddr2
|
protected java.lang.String |
contactFax
|
protected java.lang.String |
contactLocality
|
protected java.lang.String |
contactPostCode
|
protected java.lang.String |
contactRegion
|
protected java.lang.String |
contactVoice
|
protected IsoCountry |
country
|
protected Department |
department
|
protected java.lang.String |
displayName
|
protected java.lang.String |
email
|
protected java.util.List<UserFilter> |
filters
|
protected java.lang.Integer |
invalidLoginAttempts
|
protected java.util.List<Password> |
passwords
|
protected User.Preferences |
preferences
|
protected java.lang.String |
principalName
|
protected java.util.List<SecurityRole> |
securityRoles
|
protected java.lang.Integer |
userKey
|
| Constructor Summary | |
|---|---|
User()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getAccountLockDate()
Gets the value of the accountLockDate property. |
java.lang.String |
getContactAddr1()
Gets the value of the contactAddr1 property. |
java.lang.String |
getContactAddr2()
Gets the value of the contactAddr2 property. |
java.lang.String |
getContactFax()
Gets the value of the contactFax property. |
java.lang.String |
getContactLocality()
Gets the value of the contactLocality property. |
java.lang.String |
getContactPostCode()
Gets the value of the contactPostCode property. |
java.lang.String |
getContactRegion()
Gets the value of the contactRegion property. |
java.lang.String |
getContactVoice()
Gets the value of the contactVoice property. |
IsoCountry |
getCountry()
Gets the value of the country property. |
Department |
getDepartment()
Gets the value of the department property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getEmail()
Gets the value of the email property. |
java.util.List<UserFilter> |
getFilters()
Gets the value of the filters property. |
java.lang.Integer |
getInvalidLoginAttempts()
Gets the value of the invalidLoginAttempts property. |
java.util.List<Password> |
getPasswords()
Gets the value of the passwords property. |
User.Preferences |
getPreferences()
Gets the value of the preferences property. |
java.lang.String |
getPrincipalName()
Gets the value of the principalName property. |
java.util.List<SecurityRole> |
getSecurityRoles()
Gets the value of the securityRoles property. |
java.lang.Integer |
getUserKey()
Gets the value of the userKey property. |
boolean |
isAccountLocked()
Gets the value of the accountLocked property. |
boolean |
isChangePassword()
Gets the value of the changePassword property. |
void |
setAccountLockDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the accountLockDate property. |
void |
setAccountLocked(boolean value)
Sets the value of the accountLocked property. |
void |
setChangePassword(boolean value)
Sets the value of the changePassword property. |
void |
setContactAddr1(java.lang.String value)
Sets the value of the contactAddr1 property. |
void |
setContactAddr2(java.lang.String value)
Sets the value of the contactAddr2 property. |
void |
setContactFax(java.lang.String value)
Sets the value of the contactFax property. |
void |
setContactLocality(java.lang.String value)
Sets the value of the contactLocality property. |
void |
setContactPostCode(java.lang.String value)
Sets the value of the contactPostCode property. |
void |
setContactRegion(java.lang.String value)
Sets the value of the contactRegion property. |
void |
setContactVoice(java.lang.String value)
Sets the value of the contactVoice property. |
void |
setCountry(IsoCountry value)
Sets the value of the country property. |
void |
setDepartment(Department value)
Sets the value of the department property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setEmail(java.lang.String value)
Sets the value of the email property. |
void |
setInvalidLoginAttempts(java.lang.Integer value)
Sets the value of the invalidLoginAttempts property. |
void |
setPreferences(User.Preferences value)
Sets the value of the preferences property. |
void |
setPrincipalName(java.lang.String value)
Sets the value of the principalName property. |
void |
setUserKey(java.lang.Integer value)
Sets the value of the userKey property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.xml.datatype.XMLGregorianCalendar accountLockDate
protected boolean accountLocked
protected boolean changePassword
protected java.lang.String contactAddr1
protected java.lang.String contactAddr2
protected java.lang.String contactFax
protected java.lang.String contactLocality
protected java.lang.String contactPostCode
protected java.lang.String contactRegion
protected java.lang.String contactVoice
protected IsoCountry country
protected Department department
protected java.lang.String displayName
protected java.lang.String email
protected java.util.List<UserFilter> filters
protected java.lang.Integer invalidLoginAttempts
protected java.util.List<Password> passwords
protected User.Preferences preferences
protected java.lang.String principalName
protected java.util.List<SecurityRole> securityRoles
protected java.lang.Integer userKey
| Constructor Detail |
|---|
public User()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getAccountLockDate()
XMLGregorianCalendarpublic void setAccountLockDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isAccountLocked()
public void setAccountLocked(boolean value)
public boolean isChangePassword()
public void setChangePassword(boolean value)
public java.lang.String getContactAddr1()
Stringpublic void setContactAddr1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactAddr2()
Stringpublic void setContactAddr2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactFax()
Stringpublic void setContactFax(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactLocality()
Stringpublic void setContactLocality(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactPostCode()
Stringpublic void setContactPostCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactRegion()
Stringpublic void setContactRegion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactVoice()
Stringpublic void setContactVoice(java.lang.String value)
value - allowed object is
Stringpublic IsoCountry getCountry()
IsoCountrypublic void setCountry(IsoCountry value)
value - allowed object is
IsoCountrypublic Department getDepartment()
Departmentpublic void setDepartment(Department value)
value - allowed object is
Departmentpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<UserFilter> getFilters()
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 filters property.
For example, to add a new item, do as follows:
getFilters().add(newItem);
Objects of the following type(s) are allowed in the list
UserFilter
public java.lang.Integer getInvalidLoginAttempts()
Integerpublic void setInvalidLoginAttempts(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<Password> getPasswords()
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 passwords property.
For example, to add a new item, do as follows:
getPasswords().add(newItem);
Objects of the following type(s) are allowed in the list
Password
public User.Preferences getPreferences()
User.Preferencespublic void setPreferences(User.Preferences value)
value - allowed object is
User.Preferencespublic java.lang.String getPrincipalName()
Stringpublic void setPrincipalName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<SecurityRole> getSecurityRoles()
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 securityRoles property.
For example, to add a new item, do as follows:
getSecurityRoles().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityRole
public java.lang.Integer getUserKey()
Integerpublic void setUserKey(java.lang.Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||