Class PerformedFetchExistingTokensAction
- java.lang.Object
-
- org.certificateservices.messages.autoenroll.jaxb.PerformedFetchExistingTokensAction
-
public class PerformedFetchExistingTokensAction extends java.lang.ObjectJava class for PerformedFetchExistingTokensAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformedFetchExistingTokensAction"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="wrappingCredential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CredentialwrappingCredential
-
Constructor Summary
Constructors Constructor Description PerformedFetchExistingTokensAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialgetWrappingCredential()Gets the value of the wrappingCredential property.voidsetWrappingCredential(Credential value)Sets the value of the wrappingCredential property.
-
-
-
Field Detail
-
wrappingCredential
protected Credential wrappingCredential
-
-
Method Detail
-
getWrappingCredential
public Credential getWrappingCredential()
Gets the value of the wrappingCredential property.- Returns:
- possible object is
Credential
-
setWrappingCredential
public void setWrappingCredential(Credential value)
Sets the value of the wrappingCredential property.- Parameters:
value- allowed object isCredential
-
-