Class GetCredentialAvailableActionsRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.credmanagement.jaxb.GetCredentialAvailableActionsRequest
-
public class GetCredentialAvailableActionsRequest 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="issuerId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="serialNumber" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="locale" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringissuerIdprotected java.lang.Stringlocaleprotected java.lang.StringserialNumber-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description GetCredentialAvailableActionsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIssuerId()Gets the value of the issuerId property.java.lang.StringgetLocale()Gets the value of the locale property.java.lang.StringgetSerialNumber()Gets the value of the serialNumber property.voidsetIssuerId(java.lang.String value)Sets the value of the issuerId property.voidsetLocale(java.lang.String value)Sets the value of the locale 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
-
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
-
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
-
getLocale
public java.lang.String getLocale()
Gets the value of the locale property.- Returns:
- possible object is
String
-
setLocale
public void setLocale(java.lang.String value)
Sets the value of the locale property.- Parameters:
value- allowed object isString
-
-