Class GetCredentialRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.credmanagement.jaxb.GetCredentialRequest
-
public class GetCredentialRequest 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="credentialSubType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="serialNumber" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="issuerId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcredentialSubTypeprotected java.lang.StringissuerIdprotected java.lang.StringserialNumber-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description GetCredentialRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCredentialSubType()Gets the value of the credentialSubType property.java.lang.StringgetIssuerId()Gets the value of the issuerId property.java.lang.StringgetSerialNumber()Gets the value of the serialNumber property.voidsetCredentialSubType(java.lang.String value)Sets the value of the credentialSubType property.voidsetIssuerId(java.lang.String value)Sets the value of the issuerId property.voidsetSerialNumber(java.lang.String value)Sets the value of the serialNumber property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Method Detail
-
getCredentialSubType
public java.lang.String getCredentialSubType()
Gets the value of the credentialSubType property.- Returns:
- possible object is
String
-
setCredentialSubType
public void setCredentialSubType(java.lang.String value)
Sets the value of the credentialSubType property.- Parameters:
value- allowed object isString
-
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
-
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
-
-