Class ClientActionResponse.Type

  • Enclosing class:
    ClientActionResponse

    public static class ClientActionResponse.Type
    extends java.lang.Object

    Java 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>
     
    • Constructor Detail

      • Type

        public Type()
    • 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 is String