Package io.getlime.powerauth.soap.v3
Class SignatureAuditResponse
- java.lang.Object
-
- io.getlime.powerauth.soap.v3.SignatureAuditResponse
-
public class SignatureAuditResponse 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="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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignatureAuditResponse.ItemsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<SignatureAuditResponse.Items>items
-
Constructor Summary
Constructors Constructor Description SignatureAuditResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SignatureAuditResponse.Items>getItems()Gets the value of the items property.
-
-
-
Field Detail
-
items
protected java.util.List<SignatureAuditResponse.Items> items
-
-
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
setmethod 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
-
-