Class TokenRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.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" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credentialRequest" type="{http://certificateservices.org/xsd/csmessages2_0}CredentialRequest" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="user" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="userDisplayName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/> <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="previousSerialNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <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="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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="revokePreviousTokens" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="userData" type="{http://certificateservices.org/xsd/csmessages2_0}Assertions" minOccurs="0"/> <element name="departmentName" type="{http://certificateservices.org/xsd/csmessages2_0}departmentnamestring" minOccurs="0"/> <element name="renewAction" type="{http://certificateservices.org/xsd/csmessages2_0}RegenerateActionType" minOccurs="0"/> <element name="automationLevel" type="{http://certificateservices.org/xsd/csmessages2_0}AutomationLevel" 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 AutomationLevelautomationLevelprotected TokenRequest.CredentialRequestscredentialRequestsprotected java.lang.StringdepartmentNameprotected java.lang.Stringdescriptionprotected java.lang.StringpreviousSerialNumberprotected java.lang.LongrelatedTokenIdprotected RegenerateActionTyperenewActionprotected java.lang.BooleanrevokePreviousTokensprotected java.lang.StringserialNumberprotected java.lang.StringtokenClassprotected java.lang.StringtokenContainerprotected java.lang.StringtokenTypeprotected java.lang.Stringuserprotected AssertionsuserDataprotected 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.AutomationLevelgetAutomationLevel()Gets the value of the automationLevel property.TokenRequest.CredentialRequestsgetCredentialRequests()Gets the value of the credentialRequests property.java.lang.StringgetDepartmentName()Gets the value of the departmentName property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetPreviousSerialNumber()Gets the value of the previousSerialNumber property.java.lang.LonggetRelatedTokenId()Gets the value of the relatedTokenId property.RegenerateActionTypegetRenewAction()Gets the value of the renewAction 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.AssertionsgetUserData()Gets the value of the userData 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.voidsetAutomationLevel(AutomationLevel value)Sets the value of the automationLevel property.voidsetCredentialRequests(TokenRequest.CredentialRequests value)Sets the value of the credentialRequests 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.voidsetPreviousSerialNumber(java.lang.String value)Sets the value of the previousSerialNumber property.voidsetRelatedTokenId(java.lang.Long value)Sets the value of the relatedTokenId property.voidsetRenewAction(RegenerateActionType value)Sets the value of the renewAction 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.voidsetUserData(Assertions value)Sets the value of the userData 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
-
previousSerialNumber
protected java.lang.String previousSerialNumber
-
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
-
userData
protected Assertions userData
-
departmentName
protected java.lang.String departmentName
-
renewAction
protected RegenerateActionType renewAction
-
automationLevel
protected AutomationLevel automationLevel
-
-
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
-
getPreviousSerialNumber
public java.lang.String getPreviousSerialNumber()
Gets the value of the previousSerialNumber property.- Returns:
- possible object is
String
-
setPreviousSerialNumber
public void setPreviousSerialNumber(java.lang.String value)
Sets the value of the previousSerialNumber 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
-
getUserData
public Assertions getUserData()
Gets the value of the userData property.- Returns:
- possible object is
Assertions
-
setUserData
public void setUserData(Assertions value)
Sets the value of the userData property.- Parameters:
value- allowed object isAssertions
-
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
-
getRenewAction
public RegenerateActionType getRenewAction()
Gets the value of the renewAction property.- Returns:
- possible object is
RegenerateActionType
-
setRenewAction
public void setRenewAction(RegenerateActionType value)
Sets the value of the renewAction property.- Parameters:
value- allowed object isRegenerateActionType
-
getAutomationLevel
public AutomationLevel getAutomationLevel()
Gets the value of the automationLevel property.- Returns:
- possible object is
AutomationLevel
-
setAutomationLevel
public void setAutomationLevel(AutomationLevel value)
Sets the value of the automationLevel property.- Parameters:
value- allowed object isAutomationLevel
-
-