Class AutomaticRenewCredentialResponse.RenewedCredential

  • Enclosing class:
    AutomaticRenewCredentialResponse

    public static class AutomaticRenewCredentialResponse.RenewedCredential
    extends java.lang.Object

    Java 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 Detail

      • originalCredentialId

        protected java.lang.String originalCredentialId
    • Constructor Detail

      • RenewedCredential

        public RenewedCredential()
    • 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 is String
      • 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 is Credential