Package io.getlime.powerauth.soap.v3
Class CreateNonPersonalizedOfflineSignaturePayloadResponse
- java.lang.Object
-
- io.getlime.powerauth.soap.v3.CreateNonPersonalizedOfflineSignaturePayloadResponse
-
public class CreateNonPersonalizedOfflineSignaturePayloadResponse 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="offlineData" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nonce" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringnonceprotected java.lang.StringofflineData
-
Constructor Summary
Constructors Constructor Description CreateNonPersonalizedOfflineSignaturePayloadResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNonce()Gets the value of the nonce property.java.lang.StringgetOfflineData()Gets the value of the offlineData property.voidsetNonce(java.lang.String value)Sets the value of the nonce property.voidsetOfflineData(java.lang.String value)Sets the value of the offlineData property.
-
-
-
Method Detail
-
getOfflineData
public java.lang.String getOfflineData()
Gets the value of the offlineData property.- Returns:
- possible object is
String
-
setOfflineData
public void setOfflineData(java.lang.String value)
Sets the value of the offlineData property.- Parameters:
value- allowed object isString
-
getNonce
public java.lang.String getNonce()
Gets the value of the nonce property.- Returns:
- possible object is
String
-
setNonce
public void setNonce(java.lang.String value)
Sets the value of the nonce property.- Parameters:
value- allowed object isString
-
-