|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.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>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="userGroups" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link" minOccurs="0"/>
<element name="imageURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
<attGroup ref="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}resourceAttrs"/>
<attribute name="anonymous" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="registered" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
anonymous
|
protected java.lang.String |
base
|
protected java.lang.String |
email
|
protected java.lang.String |
etag
|
protected java.lang.String |
href
|
protected java.lang.String |
identifier
|
protected java.lang.String |
imageURL
|
protected java.lang.String |
lang
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastModified
|
protected ResourceRef |
lcProfile
|
protected java.lang.String |
name
|
protected java.lang.String |
phone
|
protected java.lang.Boolean |
registered
|
protected java.lang.String |
space
|
protected java.util.List<Link<UserGroup>> |
userGroups
|
| Constructor Summary | |
|---|---|
User()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBase()
Gets the value of the base property. |
java.lang.String |
getEmail()
Gets the value of the email property. |
java.lang.String |
getEtag()
Gets the value of the etag property. |
java.lang.String |
getHref()
Gets the value of the href property. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
java.lang.String |
getImageURL()
Gets the value of the imageURL property. |
java.lang.String |
getLang()
Gets the value of the lang property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property. |
ResourceRef |
getLCProfile()
|
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPhone()
Gets the value of the phone property. |
java.lang.String |
getSpace()
Gets the value of the space property. |
java.util.List<Link<UserGroup>> |
getUserGroups()
Gets the value of the attributeValues property. |
boolean |
isAnonymous()
Gets the value of the anonymous property. |
boolean |
isRegistered()
Gets the value of the registered property. |
boolean |
isSetAnonymous()
|
boolean |
isSetRegistered()
|
void |
setAnonymous(boolean value)
Sets the value of the anonymous property. |
void |
setBase(java.lang.String value)
Sets the value of the base property. |
void |
setEmail(java.lang.String value)
Sets the value of the email property. |
void |
setEtag(java.lang.String value)
Sets the value of the etag property. |
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property. |
void |
setImageURL(java.lang.String value)
Sets the value of the imageURL property. |
void |
setLang(java.lang.String value)
Sets the value of the lang property. |
void |
setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property. |
void |
setLCProfile(ResourceRef lcProfile)
|
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPhone(java.lang.String value)
Sets the value of the phone property. |
void |
setRegistered(boolean value)
Sets the value of the registered property. |
void |
setSpace(java.lang.String value)
Sets the value of the space property. |
java.lang.String |
toString()
|
void |
unsetAnonymous()
|
void |
unsetRegistered()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String email
protected java.lang.String phone
protected java.util.List<Link<UserGroup>> userGroups
protected javax.xml.datatype.XMLGregorianCalendar lastModified
protected java.lang.String imageURL
protected java.lang.Boolean anonymous
protected java.lang.String identifier
protected java.lang.Boolean registered
protected java.lang.String etag
protected java.lang.String href
protected java.lang.String base
protected java.lang.String lang
protected java.lang.String space
protected ResourceRef lcProfile
| Constructor Detail |
|---|
public User()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(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.lang.String getPhone()
Stringpublic void setPhone(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getImageURL()
Stringpublic void setImageURL(java.lang.String value)
value - allowed object is
Stringpublic boolean isAnonymous()
Booleanpublic void setAnonymous(boolean value)
value - allowed object is
Booleanpublic boolean isSetAnonymous()
public void unsetAnonymous()
public java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic boolean isRegistered()
Booleanpublic void setRegistered(boolean value)
value - allowed object is
Booleanpublic boolean isSetRegistered()
public void unsetRegistered()
public java.lang.String getEtag()
Stringpublic void setEtag(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBase()
Stringpublic void setBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpace()
Stringpublic void setSpace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<Link<UserGroup>> getUserGroups()
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 attributeValues property.
For example, to add a new item, do as follows:
getAttributeValues().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeValue
public ResourceRef getLCProfile()
public void setLCProfile(ResourceRef lcProfile)
lcProfile - The lcProfile to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||