Class GetCredentialStatusListRequest
- java.lang.Object
-
- org.certificateservices.messages.pkimessages.jaxb.PKIRequest
-
- org.certificateservices.messages.pkimessages.jaxb.GetCredentialStatusListRequest
-
public class GetCredentialStatusListRequest extends PKIRequest
Java class for GetCredentialStatusListRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCredentialStatusListRequest"> <complexContent> <extension base="{http://certificateservices.org/xsd/pkimessages1_0}PKIRequest"> <sequence> <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="issuerId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="credentialStatusListType" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcredentialStatusListTypeprotected java.lang.StringissuerIdprotected java.lang.LongserialNumber-
Fields inherited from class org.certificateservices.messages.pkimessages.jaxb.PKIRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description GetCredentialStatusListRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCredentialStatusListType()Gets the value of the credentialStatusListType property.java.lang.StringgetIssuerId()Gets the value of the issuerId property.java.lang.LonggetSerialNumber()Gets the value of the serialNumber property.voidsetCredentialStatusListType(java.lang.String value)Sets the value of the credentialStatusListType property.voidsetIssuerId(java.lang.String value)Sets the value of the issuerId property.voidsetSerialNumber(java.lang.Long value)Sets the value of the serialNumber property.-
Methods inherited from class org.certificateservices.messages.pkimessages.jaxb.PKIRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Method Detail
-
getSerialNumber
public java.lang.Long getSerialNumber()
Gets the value of the serialNumber property.- Returns:
- possible object is
Long
-
setSerialNumber
public void setSerialNumber(java.lang.Long value)
Sets the value of the serialNumber property.- Parameters:
value- allowed object isLong
-
getIssuerId
public java.lang.String getIssuerId()
Gets the value of the issuerId property.- Returns:
- possible object is
String
-
setIssuerId
public void setIssuerId(java.lang.String value)
Sets the value of the issuerId property.- Parameters:
value- allowed object isString
-
getCredentialStatusListType
public java.lang.String getCredentialStatusListType()
Gets the value of the credentialStatusListType property.- Returns:
- possible object is
String
-
setCredentialStatusListType
public void setCredentialStatusListType(java.lang.String value)
Sets the value of the credentialStatusListType property.- Parameters:
value- allowed object isString
-
-