Class ClientActionRequest.Type.Actions
- java.lang.Object
-
- org.certificateservices.messages.autoenroll.jaxb.ClientActionRequest.Type.Actions
-
- Enclosing class:
- ClientActionRequest.Type
public static class ClientActionRequest.Type.Actions 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}PerformedGenerateCredentialRequestAction" maxOccurs="unbounded" minOccurs="0"/> <element name="fetchExistingTokens" type="{http://certificateservices.org/xsd/autoenroll2_x}PerformedFetchExistingTokensAction" minOccurs="0"/> <element name="removeCredentials" type="{http://certificateservices.org/xsd/autoenroll2_x}PerformedRemoveCredentialsAction" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PerformedFetchExistingTokensActionfetchExistingTokensprotected java.util.List<PerformedGenerateCredentialRequestAction>generateCredentialRequestprotected PerformedRemoveCredentialsActionremoveCredentials
-
Constructor Summary
Constructors Constructor Description Actions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PerformedFetchExistingTokensActiongetFetchExistingTokens()Gets the value of the fetchExistingTokens property.java.util.List<PerformedGenerateCredentialRequestAction>getGenerateCredentialRequest()Gets the value of the generateCredentialRequest property.PerformedRemoveCredentialsActiongetRemoveCredentials()Gets the value of the removeCredentials property.voidsetFetchExistingTokens(PerformedFetchExistingTokensAction value)Sets the value of the fetchExistingTokens property.voidsetRemoveCredentials(PerformedRemoveCredentialsAction value)Sets the value of the removeCredentials property.
-
-
-
Field Detail
-
generateCredentialRequest
protected java.util.List<PerformedGenerateCredentialRequestAction> generateCredentialRequest
-
fetchExistingTokens
protected PerformedFetchExistingTokensAction fetchExistingTokens
-
removeCredentials
protected PerformedRemoveCredentialsAction removeCredentials
-
-
Method Detail
-
getGenerateCredentialRequest
public java.util.List<PerformedGenerateCredentialRequestAction> 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
PerformedGenerateCredentialRequestAction
-
getFetchExistingTokens
public PerformedFetchExistingTokensAction getFetchExistingTokens()
Gets the value of the fetchExistingTokens property.- Returns:
- possible object is
PerformedFetchExistingTokensAction
-
setFetchExistingTokens
public void setFetchExistingTokens(PerformedFetchExistingTokensAction value)
Sets the value of the fetchExistingTokens property.- Parameters:
value- allowed object isPerformedFetchExistingTokensAction
-
getRemoveCredentials
public PerformedRemoveCredentialsAction getRemoveCredentials()
Gets the value of the removeCredentials property.- Returns:
- possible object is
PerformedRemoveCredentialsAction
-
setRemoveCredentials
public void setRemoveCredentials(PerformedRemoveCredentialsAction value)
Sets the value of the removeCredentials property.- Parameters:
value- allowed object isPerformedRemoveCredentialsAction
-
-