public class Subject extends Nameable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.appng.org/schema/appngizer}nameable">
<sequence>
<element name="realName" type="{http://www.appng.org/schema/appngizer}stringNotBlank"/>
<element name="email" type="{http://www.appng.org/schema/appngizer}email"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="digest" type="{http://www.appng.org/schema/appngizer}stringNotBlank" minOccurs="0"/>
<element name="timeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="language" type="{http://www.appng.org/schema/appngizer}stringNotBlank" minOccurs="0"/>
<element name="type" type="{http://www.appng.org/schema/appngizer}userType"/>
<element ref="{http://www.appng.org/schema/appngizer}groups" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
digest |
protected String |
email |
protected Groups |
groups |
protected String |
language |
protected String |
realName |
protected String |
timeZone |
protected UserType |
type |
| Constructor and Description |
|---|
Subject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getDigest()
Gets the value of the digest property.
|
String |
getEmail()
Gets the value of the email property.
|
Groups |
getGroups()
Gets the value of the groups property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getRealName()
Gets the value of the realName property.
|
String |
getTimeZone()
Gets the value of the timeZone property.
|
UserType |
getType()
Gets the value of the type property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDigest(String value)
Sets the value of the digest property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setGroups(Groups value)
Sets the value of the groups property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setRealName(String value)
Sets the value of the realName property.
|
void |
setTimeZone(String value)
Sets the value of the timeZone property.
|
void |
setType(UserType value)
Sets the value of the type property.
|
protected String realName
protected String email
protected String description
protected String digest
protected String timeZone
protected String language
protected UserType type
protected Groups groups
public String getRealName()
Stringpublic void setRealName(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDigest()
Stringpublic void setDigest(String value)
value - allowed object is
Stringpublic String getTimeZone()
Stringpublic void setTimeZone(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic UserType getType()
UserTypepublic void setType(UserType value)
value - allowed object is
UserTypepublic Groups getGroups()
GroupsCopyright © 2011–2020 aiticon GmbH. All rights reserved.