Class ChangeUserStatusRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.credmanagement.jaxb.ChangeUserStatusRequest
-
public class ChangeUserStatusRequest 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="userUniqueId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="tokenFilter" type="{http://certificateservices.org/xsd/credmanagement2_0}TokenFilter" minOccurs="0"/> <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 TokenFiltertokenFilterprotected java.lang.StringuserUniqueId-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description ChangeUserStatusRequest()
-
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.TokenFiltergetTokenFilter()Gets the value of the tokenFilter property.java.lang.StringgetUserUniqueId()Gets the value of the userUniqueId 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.voidsetTokenFilter(TokenFilter value)Sets the value of the tokenFilter property.voidsetUserUniqueId(java.lang.String value)Sets the value of the userUniqueId property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
userUniqueId
protected java.lang.String userUniqueId
-
tokenFilter
protected TokenFilter tokenFilter
-
credentialFilter
protected CredentialFilter credentialFilter
-
newCredentialStatus
protected int newCredentialStatus
-
reasonInformation
protected java.lang.String reasonInformation
-
-
Method Detail
-
getUserUniqueId
public java.lang.String getUserUniqueId()
Gets the value of the userUniqueId property.- Returns:
- possible object is
String
-
setUserUniqueId
public void setUserUniqueId(java.lang.String value)
Sets the value of the userUniqueId property.- Parameters:
value- allowed object isString
-
getTokenFilter
public TokenFilter getTokenFilter()
Gets the value of the tokenFilter property.- Returns:
- possible object is
TokenFilter
-
setTokenFilter
public void setTokenFilter(TokenFilter value)
Sets the value of the tokenFilter property.- Parameters:
value- allowed object isTokenFilter
-
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
-
-