Class User
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.User
-
public class User extends java.lang.ObjectJava 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="uniqueId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="displayName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="status" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="lastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="attributes" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attribute" type="{http://certificateservices.org/xsd/csmessages2_0}Attribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="tokens" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="token" type="{http://certificateservices.org/xsd/csmessages2_0}Token" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUser.AttributesJava class for anonymous complex type.static classUser.TokensJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected User.Attributesattributesprotected javax.xml.datatype.XMLGregorianCalendardateCreatedprotected java.lang.Stringdescriptionprotected java.lang.StringdisplayNameprotected javax.xml.datatype.XMLGregorianCalendarlastUpdatedprotected java.lang.Stringstatusprotected User.Tokenstokensprotected java.lang.StringuniqueId
-
Constructor Summary
Constructors Constructor Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description User.AttributesgetAttributes()Gets the value of the attributes property.javax.xml.datatype.XMLGregorianCalendargetDateCreated()Gets the value of the dateCreated property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDisplayName()Gets the value of the displayName property.javax.xml.datatype.XMLGregorianCalendargetLastUpdated()Gets the value of the lastUpdated property.java.lang.StringgetStatus()Gets the value of the status property.User.TokensgetTokens()Gets the value of the tokens property.java.lang.StringgetUniqueId()Gets the value of the uniqueId property.voidsetAttributes(User.Attributes value)Sets the value of the attributes property.voidsetDateCreated(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the dateCreated property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDisplayName(java.lang.String value)Sets the value of the displayName property.voidsetLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastUpdated property.voidsetStatus(java.lang.String value)Sets the value of the status property.voidsetTokens(User.Tokens value)Sets the value of the tokens property.voidsetUniqueId(java.lang.String value)Sets the value of the uniqueId property.
-
-
-
Field Detail
-
uniqueId
protected java.lang.String uniqueId
-
displayName
protected java.lang.String displayName
-
status
protected java.lang.String status
-
description
protected java.lang.String description
-
dateCreated
protected javax.xml.datatype.XMLGregorianCalendar dateCreated
-
lastUpdated
protected javax.xml.datatype.XMLGregorianCalendar lastUpdated
-
attributes
protected User.Attributes attributes
-
tokens
protected User.Tokens tokens
-
-
Method Detail
-
getUniqueId
public java.lang.String getUniqueId()
Gets the value of the uniqueId property.- Returns:
- possible object is
String
-
setUniqueId
public void setUniqueId(java.lang.String value)
Sets the value of the uniqueId property.- Parameters:
value- allowed object isString
-
getDisplayName
public java.lang.String getDisplayName()
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.- Parameters:
value- allowed object isString
-
getStatus
public java.lang.String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(java.lang.String value)
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getDateCreated
public javax.xml.datatype.XMLGregorianCalendar getDateCreated()
Gets the value of the dateCreated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateCreated
public void setDateCreated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateCreated property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getLastUpdated
public javax.xml.datatype.XMLGregorianCalendar getLastUpdated()
Gets the value of the lastUpdated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastUpdated
public void setLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastUpdated property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getAttributes
public User.Attributes getAttributes()
Gets the value of the attributes property.- Returns:
- possible object is
User.Attributes
-
setAttributes
public void setAttributes(User.Attributes value)
Sets the value of the attributes property.- Parameters:
value- allowed object isUser.Attributes
-
getTokens
public User.Tokens getTokens()
Gets the value of the tokens property.- Returns:
- possible object is
User.Tokens
-
setTokens
public void setTokens(User.Tokens value)
Sets the value of the tokens property.- Parameters:
value- allowed object isUser.Tokens
-
-