Class Token
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.Token
-
public class Token extends java.lang.ObjectJava class for Token complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Token"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="tokenContainer" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="tokenType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="tokenClass" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}int"/> <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="credentials" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="issueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="expireDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="validFromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="requestDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="returnDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="departmentName" type="{http://certificateservices.org/xsd/csmessages2_0}departmentnamestring" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classToken.AttributesJava class for anonymous complex type.static classToken.CredentialsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Token.Attributesattributesprotected Token.Credentialscredentialsprotected javax.xml.datatype.XMLGregorianCalendardateCreatedprotected java.lang.StringdepartmentNameprotected java.lang.Stringdescriptionprotected javax.xml.datatype.XMLGregorianCalendarexpireDateprotected javax.xml.datatype.XMLGregorianCalendarissueDateprotected javax.xml.datatype.XMLGregorianCalendarlastUpdatedprotected javax.xml.datatype.XMLGregorianCalendarrequestDateprotected javax.xml.datatype.XMLGregorianCalendarreturnDateprotected java.lang.StringserialNumberprotected intstatusprotected java.lang.StringtokenClassprotected java.lang.StringtokenContainerprotected java.lang.StringtokenTypeprotected javax.xml.datatype.XMLGregorianCalendarvalidFromDate
-
Constructor Summary
Constructors Constructor Description Token()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Token.AttributesgetAttributes()Gets the value of the attributes property.Token.CredentialsgetCredentials()Gets the value of the credentials property.javax.xml.datatype.XMLGregorianCalendargetDateCreated()Gets the value of the dateCreated property.java.lang.StringgetDepartmentName()Gets the value of the departmentName property.java.lang.StringgetDescription()Gets the value of the description property.javax.xml.datatype.XMLGregorianCalendargetExpireDate()Gets the value of the expireDate property.javax.xml.datatype.XMLGregorianCalendargetIssueDate()Gets the value of the issueDate property.javax.xml.datatype.XMLGregorianCalendargetLastUpdated()Gets the value of the lastUpdated property.javax.xml.datatype.XMLGregorianCalendargetRequestDate()Gets the value of the requestDate property.javax.xml.datatype.XMLGregorianCalendargetReturnDate()Gets the value of the returnDate property.java.lang.StringgetSerialNumber()Gets the value of the serialNumber property.intgetStatus()Gets the value of the status property.java.lang.StringgetTokenClass()Gets the value of the tokenClass property.java.lang.StringgetTokenContainer()Gets the value of the tokenContainer property.java.lang.StringgetTokenType()Gets the value of the tokenType property.javax.xml.datatype.XMLGregorianCalendargetValidFromDate()Gets the value of the validFromDate property.voidsetAttributes(Token.Attributes value)Sets the value of the attributes property.voidsetCredentials(Token.Credentials value)Sets the value of the credentials property.voidsetDateCreated(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the dateCreated property.voidsetDepartmentName(java.lang.String value)Sets the value of the departmentName property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetExpireDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the expireDate property.voidsetIssueDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the issueDate property.voidsetLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastUpdated property.voidsetRequestDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the requestDate property.voidsetReturnDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the returnDate property.voidsetSerialNumber(java.lang.String value)Sets the value of the serialNumber property.voidsetStatus(int value)Sets the value of the status property.voidsetTokenClass(java.lang.String value)Sets the value of the tokenClass property.voidsetTokenContainer(java.lang.String value)Sets the value of the tokenContainer property.voidsetTokenType(java.lang.String value)Sets the value of the tokenType property.voidsetValidFromDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the validFromDate property.
-
-
-
Field Detail
-
serialNumber
protected java.lang.String serialNumber
-
tokenContainer
protected java.lang.String tokenContainer
-
tokenType
protected java.lang.String tokenType
-
tokenClass
protected java.lang.String tokenClass
-
status
protected int status
-
attributes
protected Token.Attributes attributes
-
credentials
protected Token.Credentials credentials
-
description
protected java.lang.String description
-
issueDate
protected javax.xml.datatype.XMLGregorianCalendar issueDate
-
expireDate
protected javax.xml.datatype.XMLGregorianCalendar expireDate
-
validFromDate
protected javax.xml.datatype.XMLGregorianCalendar validFromDate
-
requestDate
protected javax.xml.datatype.XMLGregorianCalendar requestDate
-
returnDate
protected javax.xml.datatype.XMLGregorianCalendar returnDate
-
dateCreated
protected javax.xml.datatype.XMLGregorianCalendar dateCreated
-
lastUpdated
protected javax.xml.datatype.XMLGregorianCalendar lastUpdated
-
departmentName
protected java.lang.String departmentName
-
-
Method Detail
-
getSerialNumber
public java.lang.String getSerialNumber()
Gets the value of the serialNumber property.
-
setSerialNumber
public void setSerialNumber(java.lang.String value)
Sets the value of the serialNumber property.
-
getTokenContainer
public java.lang.String getTokenContainer()
Gets the value of the tokenContainer property.- Returns:
- possible object is
String
-
setTokenContainer
public void setTokenContainer(java.lang.String value)
Sets the value of the tokenContainer property.- Parameters:
value- allowed object isString
-
getTokenType
public java.lang.String getTokenType()
Gets the value of the tokenType property.- Returns:
- possible object is
String
-
setTokenType
public void setTokenType(java.lang.String value)
Sets the value of the tokenType property.- Parameters:
value- allowed object isString
-
getTokenClass
public java.lang.String getTokenClass()
Gets the value of the tokenClass property.- Returns:
- possible object is
String
-
setTokenClass
public void setTokenClass(java.lang.String value)
Sets the value of the tokenClass property.- Parameters:
value- allowed object isString
-
getStatus
public int getStatus()
Gets the value of the status property.
-
setStatus
public void setStatus(int value)
Sets the value of the status property.
-
getAttributes
public Token.Attributes getAttributes()
Gets the value of the attributes property.- Returns:
- possible object is
Token.Attributes
-
setAttributes
public void setAttributes(Token.Attributes value)
Sets the value of the attributes property.- Parameters:
value- allowed object isToken.Attributes
-
getCredentials
public Token.Credentials getCredentials()
Gets the value of the credentials property.- Returns:
- possible object is
Token.Credentials
-
setCredentials
public void setCredentials(Token.Credentials value)
Sets the value of the credentials property.- Parameters:
value- allowed object isToken.Credentials
-
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
-
getIssueDate
public javax.xml.datatype.XMLGregorianCalendar getIssueDate()
Gets the value of the issueDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIssueDate
public void setIssueDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the issueDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getExpireDate
public javax.xml.datatype.XMLGregorianCalendar getExpireDate()
Gets the value of the expireDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpireDate
public void setExpireDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expireDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getValidFromDate
public javax.xml.datatype.XMLGregorianCalendar getValidFromDate()
Gets the value of the validFromDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValidFromDate
public void setValidFromDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the validFromDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getRequestDate
public javax.xml.datatype.XMLGregorianCalendar getRequestDate()
Gets the value of the requestDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setRequestDate
public void setRequestDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the requestDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getReturnDate
public javax.xml.datatype.XMLGregorianCalendar getReturnDate()
Gets the value of the returnDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setReturnDate
public void setReturnDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the returnDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
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
-
getDepartmentName
public java.lang.String getDepartmentName()
Gets the value of the departmentName property.- Returns:
- possible object is
String
-
setDepartmentName
public void setDepartmentName(java.lang.String value)
Sets the value of the departmentName property.- Parameters:
value- allowed object isString
-
-