|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensorbase.resource.users.jaxb.User
public class User
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 ref="{}Email"/> <element ref="{}Password"/> <element ref="{}Role" minOccurs="0"/> <element ref="{}Properties" minOccurs="0"/> </sequence> <attribute ref="{}LastMod"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
email
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastMod
|
protected java.lang.String |
password
|
protected Properties |
properties
|
protected java.lang.String |
role
|
Constructor Summary | |
---|---|
User()
|
Method Summary | |
---|---|
void |
addProperty(java.lang.String key,
java.lang.String value)
Adds a new property to this instance with the specified key and value. |
Property |
findProperty(java.lang.String key)
Returns the first Property instance with the specified key, or null if not found. |
java.lang.String |
getEmail()
Gets the value of the email property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastMod()
Gets the value of the lastMod property. |
java.lang.String |
getPassword()
Gets the value of the password property. |
Properties |
getProperties()
Gets the value of the properties property. |
java.lang.String |
getRole()
Gets the value of the role property. |
boolean |
isSetEmail()
|
boolean |
isSetLastMod()
|
boolean |
isSetPassword()
|
boolean |
isSetProperties()
|
boolean |
isSetRole()
|
void |
setEmail(java.lang.String value)
Sets the value of the email property. |
void |
setLastMod(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastMod property. |
void |
setPassword(java.lang.String value)
Sets the value of the password property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setRole(java.lang.String value)
Sets the value of the role 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 email
protected java.lang.String password
protected java.lang.String role
protected Properties properties
protected javax.xml.datatype.XMLGregorianCalendar lastMod
Constructor Detail |
---|
public User()
Method Detail |
---|
public java.lang.String getEmail()
String
public void setEmail(java.lang.String value)
value
- allowed object is
String
public boolean isSetEmail()
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String
public boolean isSetPassword()
public java.lang.String getRole()
String
public void setRole(java.lang.String value)
value
- allowed object is
String
public boolean isSetRole()
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public boolean isSetProperties()
public javax.xml.datatype.XMLGregorianCalendar getLastMod()
XMLGregorianCalendar
public void setLastMod(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastMod()
public Property findProperty(java.lang.String key)
key
- The key for the property of interest.
public void addProperty(java.lang.String key, java.lang.String value)
key
- The key for the new property.value
- The value for the new property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |