Class SignatureAuditResponse


  • public class SignatureAuditResponse
    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="items" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
                       <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
                       <element name="activationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="activationCounter" type="{http://www.w3.org/2001/XMLSchema}long"/>
                       <element name="activationCtrData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="activationStatus" type="{http://getlime.io/security/powerauth/v3}ActivationStatus" minOccurs="0"/>
                       <element name="additionalInfo" type="{http://getlime.io/security/powerauth/v3}KeyValueMap" minOccurs="0"/>
                       <element name="dataBase64" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="signatureType" type="{http://getlime.io/security/powerauth/v3}SignatureType"/>
                       <element name="signature" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="note" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="valid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                       <element name="version" type="{http://www.w3.org/2001/XMLSchema}long"/>
                       <element name="timestampCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SignatureAuditResponse

        public SignatureAuditResponse()
    • Method Detail

      • getItems

        public java.util.List<SignatureAuditResponse.Items> getItems()
        Gets the value of the items property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the items property.

        For example, to add a new item, do as follows:

            getItems().add(newItem);
         

        Objects of the following type(s) are allowed in the list SignatureAuditResponse.Items