Class CheckStatusResponse.Type
- java.lang.Object
-
- org.certificateservices.messages.autoenroll.jaxb.CheckStatusResponse.Type
-
- Enclosing class:
- CheckStatusResponse
public static class CheckStatusResponse.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="performActions" minOccurs="0"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCheckStatusResponse.Type.PerformActionsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringautoEnrollmentProfileprotected CheckStatusResponse.Type.PerformActionsperformActions
-
Constructor Summary
Constructors Constructor Description Type()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAutoEnrollmentProfile()Gets the value of the autoEnrollmentProfile property.CheckStatusResponse.Type.PerformActionsgetPerformActions()Gets the value of the performActions property.voidsetAutoEnrollmentProfile(java.lang.String value)Sets the value of the autoEnrollmentProfile property.voidsetPerformActions(CheckStatusResponse.Type.PerformActions value)Sets the value of the performActions property.
-
-
-
Field Detail
-
autoEnrollmentProfile
protected java.lang.String autoEnrollmentProfile
-
performActions
protected CheckStatusResponse.Type.PerformActions performActions
-
-
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
-
getPerformActions
public CheckStatusResponse.Type.PerformActions getPerformActions()
Gets the value of the performActions property.- Returns:
- possible object is
CheckStatusResponse.Type.PerformActions
-
setPerformActions
public void setPerformActions(CheckStatusResponse.Type.PerformActions value)
Sets the value of the performActions property.- Parameters:
value- allowed object isCheckStatusResponse.Type.PerformActions
-
-