Class AutomaticRenewCredentialResponse.RenewedCredential
- java.lang.Object
-
- org.certificateservices.messages.credmanagement.jaxb.AutomaticRenewCredentialResponse.RenewedCredential
-
- Enclosing class:
- AutomaticRenewCredentialResponse
public static class AutomaticRenewCredentialResponse.RenewedCredential extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="originalCredentialId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="credential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Credentialcredentialprotected java.lang.StringoriginalCredentialId
-
Constructor Summary
Constructors Constructor Description RenewedCredential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialgetCredential()Gets the value of the credential property.java.lang.StringgetOriginalCredentialId()Gets the value of the originalCredentialId property.voidsetCredential(Credential value)Sets the value of the credential property.voidsetOriginalCredentialId(java.lang.String value)Sets the value of the originalCredentialId property.
-
-
-
Field Detail
-
originalCredentialId
protected java.lang.String originalCredentialId
-
credential
protected Credential credential
-
-
Method Detail
-
getOriginalCredentialId
public java.lang.String getOriginalCredentialId()
Gets the value of the originalCredentialId property.- Returns:
- possible object is
String
-
setOriginalCredentialId
public void setOriginalCredentialId(java.lang.String value)
Sets the value of the originalCredentialId property.- Parameters:
value- allowed object isString
-
getCredential
public Credential getCredential()
Gets the value of the credential property.- Returns:
- possible object is
Credential
-
setCredential
public void setCredential(Credential value)
Sets the value of the credential property.- Parameters:
value- allowed object isCredential
-
-