Class ClientActionRequest.Type
- java.lang.Object
-
- org.certificateservices.messages.autoenroll.jaxb.ClientActionRequest.Type
-
- Enclosing class:
- ClientActionRequest
public static class ClientActionRequest.Type 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="autoEnrollmentProfile" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="currentCredentials" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="actions"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientActionRequest.Type.ActionsJava class for anonymous complex type.static classClientActionRequest.Type.CurrentCredentialsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ClientActionRequest.Type.Actionsactionsprotected java.lang.StringautoEnrollmentProfileprotected ClientActionRequest.Type.CurrentCredentialscurrentCredentials
-
Constructor Summary
Constructors Constructor Description Type()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientActionRequest.Type.ActionsgetActions()Gets the value of the actions property.java.lang.StringgetAutoEnrollmentProfile()Gets the value of the autoEnrollmentProfile property.ClientActionRequest.Type.CurrentCredentialsgetCurrentCredentials()Gets the value of the currentCredentials property.voidsetActions(ClientActionRequest.Type.Actions value)Sets the value of the actions property.voidsetAutoEnrollmentProfile(java.lang.String value)Sets the value of the autoEnrollmentProfile property.voidsetCurrentCredentials(ClientActionRequest.Type.CurrentCredentials value)Sets the value of the currentCredentials property.
-
-
-
Field Detail
-
autoEnrollmentProfile
protected java.lang.String autoEnrollmentProfile
-
currentCredentials
protected ClientActionRequest.Type.CurrentCredentials currentCredentials
-
actions
protected ClientActionRequest.Type.Actions actions
-
-
Method Detail
-
getAutoEnrollmentProfile
public java.lang.String getAutoEnrollmentProfile()
Gets the value of the autoEnrollmentProfile property.- Returns:
- possible object is
String
-
setAutoEnrollmentProfile
public void setAutoEnrollmentProfile(java.lang.String value)
Sets the value of the autoEnrollmentProfile property.- Parameters:
value- allowed object isString
-
getCurrentCredentials
public ClientActionRequest.Type.CurrentCredentials getCurrentCredentials()
Gets the value of the currentCredentials property.- Returns:
- possible object is
ClientActionRequest.Type.CurrentCredentials
-
setCurrentCredentials
public void setCurrentCredentials(ClientActionRequest.Type.CurrentCredentials value)
Sets the value of the currentCredentials property.- Parameters:
value- allowed object isClientActionRequest.Type.CurrentCredentials
-
getActions
public ClientActionRequest.Type.Actions getActions()
Gets the value of the actions property.- Returns:
- possible object is
ClientActionRequest.Type.Actions
-
setActions
public void setActions(ClientActionRequest.Type.Actions value)
Sets the value of the actions property.- Parameters:
value- allowed object isClientActionRequest.Type.Actions
-
-