Class CheckStatusResponse.Type.PerformActions
- java.lang.Object
-
- org.certificateservices.messages.autoenroll.jaxb.CheckStatusResponse.Type.PerformActions
-
- Enclosing class:
- CheckStatusResponse.Type
public static class CheckStatusResponse.Type.PerformActions 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="generateCredentialRequest" type="{http://certificateservices.org/xsd/autoenroll2_x}PerformGenerateCredentialRequestAction" maxOccurs="unbounded" minOccurs="0"/> <element name="fetchExistingTokens" type="{http://certificateservices.org/xsd/autoenroll2_x}PerformFetchExistingTokensAction" minOccurs="0"/> <element name="removeCredentials" type="{http://certificateservices.org/xsd/autoenroll2_x}PerformRemoveCredentialsAction" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PerformFetchExistingTokensActionfetchExistingTokensprotected java.util.List<PerformGenerateCredentialRequestAction>generateCredentialRequestprotected PerformRemoveCredentialsActionremoveCredentials
-
Constructor Summary
Constructors Constructor Description PerformActions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PerformFetchExistingTokensActiongetFetchExistingTokens()Gets the value of the fetchExistingTokens property.java.util.List<PerformGenerateCredentialRequestAction>getGenerateCredentialRequest()Gets the value of the generateCredentialRequest property.PerformRemoveCredentialsActiongetRemoveCredentials()Gets the value of the removeCredentials property.voidsetFetchExistingTokens(PerformFetchExistingTokensAction value)Sets the value of the fetchExistingTokens property.voidsetRemoveCredentials(PerformRemoveCredentialsAction value)Sets the value of the removeCredentials property.
-
-
-
Field Detail
-
generateCredentialRequest
protected java.util.List<PerformGenerateCredentialRequestAction> generateCredentialRequest
-
fetchExistingTokens
protected PerformFetchExistingTokensAction fetchExistingTokens
-
removeCredentials
protected PerformRemoveCredentialsAction removeCredentials
-
-
Method Detail
-
getGenerateCredentialRequest
public java.util.List<PerformGenerateCredentialRequestAction> getGenerateCredentialRequest()
Gets the value of the generateCredentialRequest 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 generateCredentialRequest property.For example, to add a new item, do as follows:
getGenerateCredentialRequest().add(newItem);Objects of the following type(s) are allowed in the list
PerformGenerateCredentialRequestAction
-
getFetchExistingTokens
public PerformFetchExistingTokensAction getFetchExistingTokens()
Gets the value of the fetchExistingTokens property.- Returns:
- possible object is
PerformFetchExistingTokensAction
-
setFetchExistingTokens
public void setFetchExistingTokens(PerformFetchExistingTokensAction value)
Sets the value of the fetchExistingTokens property.- Parameters:
value- allowed object isPerformFetchExistingTokensAction
-
getRemoveCredentials
public PerformRemoveCredentialsAction getRemoveCredentials()
Gets the value of the removeCredentials property.- Returns:
- possible object is
PerformRemoveCredentialsAction
-
setRemoveCredentials
public void setRemoveCredentials(PerformRemoveCredentialsAction value)
Sets the value of the removeCredentials property.- Parameters:
value- allowed object isPerformRemoveCredentialsAction
-
-