Class AutomaticRenewCredentialRequest


  • public class AutomaticRenewCredentialRequest
    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="automationLevel" type="{http://certificateservices.org/xsd/csmessages2_0}AutomationLevel" minOccurs="0"/>
             <element name="renewalRequestData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" maxOccurs="100"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • renewalRequestData

        protected java.util.List<byte[]> renewalRequestData
    • Constructor Detail

      • AutomaticRenewCredentialRequest

        public AutomaticRenewCredentialRequest()
    • Method Detail

      • getAutomationLevel

        public AutomationLevel getAutomationLevel()
        Gets the value of the automationLevel property.
        Returns:
        possible object is AutomationLevel
      • setAutomationLevel

        public void setAutomationLevel​(AutomationLevel value)
        Sets the value of the automationLevel property.
        Parameters:
        value - allowed object is AutomationLevel
      • getRenewalRequestData

        public java.util.List<byte[]> getRenewalRequestData()
        Gets the value of the renewalRequestData property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the renewalRequestData property.

        For example, to add a new item, do as follows:

            getRenewalRequestData().add(newItem);
         

        Objects of the following type(s) are allowed in the list byte[]