Class UpdateKeyDescriptionRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.keystoremgmt.jaxb.UpdateKeyDescriptionRequest
-
public class UpdateKeyDescriptionRequest 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="alias" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="description" type="{http://certificateservices.org/xsd/csmessages2_0}descriptionstring"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringaliasprotected java.lang.Stringdescriptionprotected java.lang.StringkeyStoreProviderNameprotected java.lang.StringorganisationShortName-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description UpdateKeyDescriptionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlias()Gets the value of the alias property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetKeyStoreProviderName()Gets the value of the keyStoreProviderName property.java.lang.StringgetOrganisationShortName()Gets the value of the organisationShortName property.voidsetAlias(java.lang.String value)Sets the value of the alias property.voidsetDescription(java.lang.String value)Sets the value of the description 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
-
-
-
-
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
-
getAlias
public java.lang.String getAlias()
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
public void setAlias(java.lang.String value)
Sets the value of the alias property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
-