Class GenerateCredentialRequestRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.keystoremgmt.jaxb.GenerateCredentialRequestRequest
-
public class GenerateCredentialRequestRequest 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="keyStoreProviderName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="organisationShortName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="application" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="credentialRequestParams"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="baseRequestParams" type="{http://certificateservices.org/xsd/keystoremgmt2_0}CredentialRequestParams"/> <element name="x509CredentialRequestParams" type="{http://certificateservices.org/xsd/keystoremgmt2_0}X509CredentialRequestParams"/> </choice> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenerateCredentialRequestRequest.CredentialRequestParamsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringapplicationprotected GenerateCredentialRequestRequest.CredentialRequestParamscredentialRequestParamsprotected java.lang.StringkeyStoreProviderNameprotected java.lang.StringorganisationShortName-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description GenerateCredentialRequestRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApplication()Gets the value of the application property.GenerateCredentialRequestRequest.CredentialRequestParamsgetCredentialRequestParams()Gets the value of the credentialRequestParams property.java.lang.StringgetKeyStoreProviderName()Gets the value of the keyStoreProviderName property.java.lang.StringgetOrganisationShortName()Gets the value of the organisationShortName property.voidsetApplication(java.lang.String value)Sets the value of the application property.voidsetCredentialRequestParams(GenerateCredentialRequestRequest.CredentialRequestParams value)Sets the value of the credentialRequestParams property.voidsetKeyStoreProviderName(java.lang.String value)Sets the value of the keyStoreProviderName property.voidsetOrganisationShortName(java.lang.String value)Sets the value of the organisationShortName property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
keyStoreProviderName
protected java.lang.String keyStoreProviderName
-
organisationShortName
protected java.lang.String organisationShortName
-
application
protected java.lang.String application
-
credentialRequestParams
protected GenerateCredentialRequestRequest.CredentialRequestParams credentialRequestParams
-
-
Method Detail
-
getKeyStoreProviderName
public java.lang.String getKeyStoreProviderName()
Gets the value of the keyStoreProviderName property.- Returns:
- possible object is
String
-
setKeyStoreProviderName
public void setKeyStoreProviderName(java.lang.String value)
Sets the value of the keyStoreProviderName property.- Parameters:
value- allowed object isString
-
getOrganisationShortName
public java.lang.String getOrganisationShortName()
Gets the value of the organisationShortName property.- Returns:
- possible object is
String
-
setOrganisationShortName
public void setOrganisationShortName(java.lang.String value)
Sets the value of the organisationShortName property.- Parameters:
value- allowed object isString
-
getApplication
public java.lang.String getApplication()
Gets the value of the application property.- Returns:
- possible object is
String
-
setApplication
public void setApplication(java.lang.String value)
Sets the value of the application property.- Parameters:
value- allowed object isString
-
getCredentialRequestParams
public GenerateCredentialRequestRequest.CredentialRequestParams getCredentialRequestParams()
Gets the value of the credentialRequestParams property.- Returns:
- possible object is
GenerateCredentialRequestRequest.CredentialRequestParams
-
setCredentialRequestParams
public void setCredentialRequestParams(GenerateCredentialRequestRequest.CredentialRequestParams value)
Sets the value of the credentialRequestParams property.- Parameters:
value- allowed object isGenerateCredentialRequestRequest.CredentialRequestParams
-
-