Class ClientActionResponse.Type
- java.lang.Object
-
- org.certificateservices.messages.autoenroll.jaxb.ClientActionResponse.Type
-
- Enclosing class:
- ClientActionResponse
public static class ClientActionResponse.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="tokenDatas" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tokenData" type="{http://certificateservices.org/xsd/autoenroll2_x}TokenData" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientActionResponse.Type.TokenDatasJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringautoEnrollmentProfileprotected ClientActionResponse.Type.TokenDatastokenDatas
-
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.ClientActionResponse.Type.TokenDatasgetTokenDatas()Gets the value of the tokenDatas property.voidsetAutoEnrollmentProfile(java.lang.String value)Sets the value of the autoEnrollmentProfile property.voidsetTokenDatas(ClientActionResponse.Type.TokenDatas value)Sets the value of the tokenDatas property.
-
-
-
Field Detail
-
autoEnrollmentProfile
protected java.lang.String autoEnrollmentProfile
-
tokenDatas
protected ClientActionResponse.Type.TokenDatas tokenDatas
-
-
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
-
getTokenDatas
public ClientActionResponse.Type.TokenDatas getTokenDatas()
Gets the value of the tokenDatas property.- Returns:
- possible object is
ClientActionResponse.Type.TokenDatas
-
setTokenDatas
public void setTokenDatas(ClientActionResponse.Type.TokenDatas value)
Sets the value of the tokenDatas property.- Parameters:
value- allowed object isClientActionResponse.Type.TokenDatas
-
-