Class AutomaticRenewCredentialRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.credmanagement.jaxb.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 Summary
Fields Modifier and Type Field Description protected AutomationLevelautomationLevelprotected java.util.List<byte[]>renewalRequestData-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description AutomaticRenewCredentialRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutomationLevelgetAutomationLevel()Gets the value of the automationLevel property.java.util.List<byte[]>getRenewalRequestData()Gets the value of the renewalRequestData property.voidsetAutomationLevel(AutomationLevel value)Sets the value of the automationLevel property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
automationLevel
protected AutomationLevel automationLevel
-
renewalRequestData
protected java.util.List<byte[]> renewalRequestData
-
-
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 isAutomationLevel
-
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
setmethod 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[]
-
-