Class TokenRequest
- java.lang.Object
-
- org.certificateservices.messages.pkimessages.jaxb.TokenRequest
-
public class TokenRequest extends java.lang.ObjectJava class for TokenRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TokenRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credentialRequests"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credentialRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}CredentialRequest" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="relatedTokenId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tokenContainer" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tokenType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tokenClass" type="{http://www.w3.org/2001/XMLSchema}string"/> <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/pkimessages1_0}Attribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="revokePreviousTokens" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTokenRequest.AttributesJava class for anonymous complex type.static classTokenRequest.CredentialRequestsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected TokenRequest.Attributesattributesprotected TokenRequest.CredentialRequestscredentialRequestsprotected java.lang.Stringdescriptionprotected java.lang.LongrelatedTokenIdprotected java.lang.BooleanrevokePreviousTokensprotected java.lang.StringserialNumberprotected java.lang.StringtokenClassprotected java.lang.StringtokenContainerprotected java.lang.StringtokenTypeprotected java.lang.Stringuserprotected java.lang.StringuserDisplayName
-
Constructor Summary
Constructors Constructor Description TokenRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenRequest.AttributesgetAttributes()Gets the value of the attributes property.TokenRequest.CredentialRequestsgetCredentialRequests()Gets the value of the credentialRequests property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.LonggetRelatedTokenId()Gets the value of the relatedTokenId property.java.lang.StringgetSerialNumber()Gets the value of the serialNumber 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.java.lang.StringgetUser()Gets the value of the user property.java.lang.StringgetUserDisplayName()Gets the value of the userDisplayName property.java.lang.BooleanisRevokePreviousTokens()Gets the value of the revokePreviousTokens property.voidsetAttributes(TokenRequest.Attributes value)Sets the value of the attributes property.voidsetCredentialRequests(TokenRequest.CredentialRequests value)Sets the value of the credentialRequests property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetRelatedTokenId(java.lang.Long value)Sets the value of the relatedTokenId property.voidsetRevokePreviousTokens(java.lang.Boolean value)Sets the value of the revokePreviousTokens property.voidsetSerialNumber(java.lang.String value)Sets the value of the serialNumber 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.voidsetUser(java.lang.String value)Sets the value of the user property.voidsetUserDisplayName(java.lang.String value)Sets the value of the userDisplayName property.
-
-
-
Field Detail
-
credentialRequests
protected TokenRequest.CredentialRequests credentialRequests
-
user
protected java.lang.String user
-
userDisplayName
protected java.lang.String userDisplayName
-
relatedTokenId
protected java.lang.Long relatedTokenId
-
serialNumber
protected java.lang.String serialNumber
-
tokenContainer
protected java.lang.String tokenContainer
-
tokenType
protected java.lang.String tokenType
-
tokenClass
protected java.lang.String tokenClass
-
attributes
protected TokenRequest.Attributes attributes
-
description
protected java.lang.String description
-
revokePreviousTokens
protected java.lang.Boolean revokePreviousTokens
-
-
Method Detail
-
getCredentialRequests
public TokenRequest.CredentialRequests getCredentialRequests()
Gets the value of the credentialRequests property.- Returns:
- possible object is
TokenRequest.CredentialRequests
-
setCredentialRequests
public void setCredentialRequests(TokenRequest.CredentialRequests value)
Sets the value of the credentialRequests property.- Parameters:
value- allowed object isTokenRequest.CredentialRequests
-
getUser
public java.lang.String getUser()
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
public void setUser(java.lang.String value)
Sets the value of the user property.- Parameters:
value- allowed object isString
-
getUserDisplayName
public java.lang.String getUserDisplayName()
Gets the value of the userDisplayName property.- Returns:
- possible object is
String
-
setUserDisplayName
public void setUserDisplayName(java.lang.String value)
Sets the value of the userDisplayName property.- Parameters:
value- allowed object isString
-
getRelatedTokenId
public java.lang.Long getRelatedTokenId()
Gets the value of the relatedTokenId property.- Returns:
- possible object is
Long
-
setRelatedTokenId
public void setRelatedTokenId(java.lang.Long value)
Sets the value of the relatedTokenId property.- Parameters:
value- allowed object isLong
-
getSerialNumber
public java.lang.String getSerialNumber()
Gets the value of the serialNumber property.- Returns:
- possible object is
String
-
setSerialNumber
public void setSerialNumber(java.lang.String value)
Sets the value of the serialNumber property.- Parameters:
value- allowed object isString
-
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
-
getAttributes
public TokenRequest.Attributes getAttributes()
Gets the value of the attributes property.- Returns:
- possible object is
TokenRequest.Attributes
-
setAttributes
public void setAttributes(TokenRequest.Attributes value)
Sets the value of the attributes property.- Parameters:
value- allowed object isTokenRequest.Attributes
-
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
-
isRevokePreviousTokens
public java.lang.Boolean isRevokePreviousTokens()
Gets the value of the revokePreviousTokens property.- Returns:
- possible object is
Boolean
-
setRevokePreviousTokens
public void setRevokePreviousTokens(java.lang.Boolean value)
Sets the value of the revokePreviousTokens property.- Parameters:
value- allowed object isBoolean
-
-