Package io.getlime.powerauth.soap.v3
Class SignatureAuditResponse.Items
- java.lang.Object
-
- io.getlime.powerauth.soap.v3.SignatureAuditResponse.Items
-
- Enclosing class:
- SignatureAuditResponse
public static class SignatureAuditResponse.Items 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="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>
-
-
Field Summary
Fields Modifier and Type Field Description protected longactivationCounterprotected java.lang.StringactivationCtrDataprotected java.lang.StringactivationIdprotected ActivationStatusactivationStatusprotected KeyValueMapadditionalInfoprotected longapplicationIdprotected java.lang.StringdataBase64protected longidprotected java.lang.Stringnoteprotected java.lang.Stringsignatureprotected SignatureTypesignatureTypeprotected javax.xml.datatype.XMLGregorianCalendartimestampCreatedprotected java.lang.StringuserIdprotected booleanvalidprotected longversion
-
Constructor Summary
Constructors Constructor Description Items()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetActivationCounter()Gets the value of the activationCounter property.java.lang.StringgetActivationCtrData()Gets the value of the activationCtrData property.java.lang.StringgetActivationId()Gets the value of the activationId property.ActivationStatusgetActivationStatus()Gets the value of the activationStatus property.KeyValueMapgetAdditionalInfo()Gets the value of the additionalInfo property.longgetApplicationId()Gets the value of the applicationId property.java.lang.StringgetDataBase64()Gets the value of the dataBase64 property.longgetId()Gets the value of the id property.java.lang.StringgetNote()Gets the value of the note property.java.lang.StringgetSignature()Gets the value of the signature property.SignatureTypegetSignatureType()Gets the value of the signatureType property.javax.xml.datatype.XMLGregorianCalendargetTimestampCreated()Gets the value of the timestampCreated property.java.lang.StringgetUserId()Gets the value of the userId property.longgetVersion()Gets the value of the version property.booleanisValid()Gets the value of the valid property.voidsetActivationCounter(long value)Sets the value of the activationCounter property.voidsetActivationCtrData(java.lang.String value)Sets the value of the activationCtrData property.voidsetActivationId(java.lang.String value)Sets the value of the activationId property.voidsetActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.voidsetAdditionalInfo(KeyValueMap value)Sets the value of the additionalInfo property.voidsetApplicationId(long value)Sets the value of the applicationId property.voidsetDataBase64(java.lang.String value)Sets the value of the dataBase64 property.voidsetId(long value)Sets the value of the id property.voidsetNote(java.lang.String value)Sets the value of the note property.voidsetSignature(java.lang.String value)Sets the value of the signature property.voidsetSignatureType(SignatureType value)Sets the value of the signatureType property.voidsetTimestampCreated(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the timestampCreated property.voidsetUserId(java.lang.String value)Sets the value of the userId property.voidsetValid(boolean value)Sets the value of the valid property.voidsetVersion(long value)Sets the value of the version property.
-
-
-
Field Detail
-
id
protected long id
-
userId
protected java.lang.String userId
-
applicationId
protected long applicationId
-
activationId
protected java.lang.String activationId
-
activationCounter
protected long activationCounter
-
activationCtrData
protected java.lang.String activationCtrData
-
activationStatus
protected ActivationStatus activationStatus
-
additionalInfo
protected KeyValueMap additionalInfo
-
dataBase64
protected java.lang.String dataBase64
-
signatureType
protected SignatureType signatureType
-
signature
protected java.lang.String signature
-
note
protected java.lang.String note
-
valid
protected boolean valid
-
version
protected long version
-
timestampCreated
protected javax.xml.datatype.XMLGregorianCalendar timestampCreated
-
-
Method Detail
-
getId
public long getId()
Gets the value of the id property.
-
setId
public void setId(long value)
Sets the value of the id property.
-
getUserId
public java.lang.String getUserId()
Gets the value of the userId property.- Returns:
- possible object is
String
-
setUserId
public void setUserId(java.lang.String value)
Sets the value of the userId property.- Parameters:
value- allowed object isString
-
getApplicationId
public long getApplicationId()
Gets the value of the applicationId property.
-
setApplicationId
public void setApplicationId(long value)
Sets the value of the applicationId property.
-
getActivationId
public java.lang.String getActivationId()
Gets the value of the activationId property.- Returns:
- possible object is
String
-
setActivationId
public void setActivationId(java.lang.String value)
Sets the value of the activationId property.- Parameters:
value- allowed object isString
-
getActivationCounter
public long getActivationCounter()
Gets the value of the activationCounter property.
-
setActivationCounter
public void setActivationCounter(long value)
Sets the value of the activationCounter property.
-
getActivationCtrData
public java.lang.String getActivationCtrData()
Gets the value of the activationCtrData property.- Returns:
- possible object is
String
-
setActivationCtrData
public void setActivationCtrData(java.lang.String value)
Sets the value of the activationCtrData property.- Parameters:
value- allowed object isString
-
getActivationStatus
public ActivationStatus getActivationStatus()
Gets the value of the activationStatus property.- Returns:
- possible object is
ActivationStatus
-
setActivationStatus
public void setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.- Parameters:
value- allowed object isActivationStatus
-
getAdditionalInfo
public KeyValueMap getAdditionalInfo()
Gets the value of the additionalInfo property.- Returns:
- possible object is
KeyValueMap
-
setAdditionalInfo
public void setAdditionalInfo(KeyValueMap value)
Sets the value of the additionalInfo property.- Parameters:
value- allowed object isKeyValueMap
-
getDataBase64
public java.lang.String getDataBase64()
Gets the value of the dataBase64 property.- Returns:
- possible object is
String
-
setDataBase64
public void setDataBase64(java.lang.String value)
Sets the value of the dataBase64 property.- Parameters:
value- allowed object isString
-
getSignatureType
public SignatureType getSignatureType()
Gets the value of the signatureType property.- Returns:
- possible object is
SignatureType
-
setSignatureType
public void setSignatureType(SignatureType value)
Sets the value of the signatureType property.- Parameters:
value- allowed object isSignatureType
-
getSignature
public java.lang.String getSignature()
Gets the value of the signature property.- Returns:
- possible object is
String
-
setSignature
public void setSignature(java.lang.String value)
Sets the value of the signature property.- Parameters:
value- allowed object isString
-
getNote
public java.lang.String getNote()
Gets the value of the note property.- Returns:
- possible object is
String
-
setNote
public void setNote(java.lang.String value)
Sets the value of the note property.- Parameters:
value- allowed object isString
-
isValid
public boolean isValid()
Gets the value of the valid property.
-
setValid
public void setValid(boolean value)
Sets the value of the valid property.
-
getVersion
public long getVersion()
Gets the value of the version property.
-
setVersion
public void setVersion(long value)
Sets the value of the version property.
-
getTimestampCreated
public javax.xml.datatype.XMLGregorianCalendar getTimestampCreated()
Gets the value of the timestampCreated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestampCreated
public void setTimestampCreated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestampCreated property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-