Class ChangeTokenStatusRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.credmanagement.jaxb.ChangeTokenStatusRequest
-
public class ChangeTokenStatusRequest extends CSRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest"> <sequence> <element name="tokenSerialNumber" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="credentialFilter" type="{http://certificateservices.org/xsd/credmanagement2_0}CredentialFilter" minOccurs="0"/> <element name="newCredentialStatus" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="reasonInformation" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CredentialFiltercredentialFilterprotected intnewCredentialStatusprotected java.lang.StringreasonInformationprotected java.lang.StringtokenSerialNumber-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description ChangeTokenStatusRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialFiltergetCredentialFilter()Gets the value of the credentialFilter property.intgetNewCredentialStatus()Gets the value of the newCredentialStatus property.java.lang.StringgetReasonInformation()Gets the value of the reasonInformation property.java.lang.StringgetTokenSerialNumber()Gets the value of the tokenSerialNumber property.voidsetCredentialFilter(CredentialFilter value)Sets the value of the credentialFilter property.voidsetNewCredentialStatus(int value)Sets the value of the newCredentialStatus property.voidsetReasonInformation(java.lang.String value)Sets the value of the reasonInformation property.voidsetTokenSerialNumber(java.lang.String value)Sets the value of the tokenSerialNumber property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
tokenSerialNumber
protected java.lang.String tokenSerialNumber
-
credentialFilter
protected CredentialFilter credentialFilter
-
newCredentialStatus
protected int newCredentialStatus
-
reasonInformation
protected java.lang.String reasonInformation
-
-
Method Detail
-
getTokenSerialNumber
public java.lang.String getTokenSerialNumber()
Gets the value of the tokenSerialNumber property.- Returns:
- possible object is
String
-
setTokenSerialNumber
public void setTokenSerialNumber(java.lang.String value)
Sets the value of the tokenSerialNumber property.- Parameters:
value- allowed object isString
-
getCredentialFilter
public CredentialFilter getCredentialFilter()
Gets the value of the credentialFilter property.- Returns:
- possible object is
CredentialFilter
-
setCredentialFilter
public void setCredentialFilter(CredentialFilter value)
Sets the value of the credentialFilter property.- Parameters:
value- allowed object isCredentialFilter
-
getNewCredentialStatus
public int getNewCredentialStatus()
Gets the value of the newCredentialStatus property.
-
setNewCredentialStatus
public void setNewCredentialStatus(int value)
Sets the value of the newCredentialStatus property.
-
getReasonInformation
public java.lang.String getReasonInformation()
Gets the value of the reasonInformation property.- Returns:
- possible object is
String
-
setReasonInformation
public void setReasonInformation(java.lang.String value)
Sets the value of the reasonInformation property.- Parameters:
value- allowed object isString
-
-