Package io.getlime.powerauth.soap.v2
Class PrepareActivationRequest
- java.lang.Object
-
- io.getlime.powerauth.soap.v2.PrepareActivationRequest
-
public class PrepareActivationRequest 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="activationIdShort" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="activationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="extras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="activationNonce" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ephemeralPublicKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="encryptedDevicePublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="applicationKey" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="applicationSignature" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringactivationIdShortprotected java.lang.StringactivationNameprotected java.lang.StringactivationNonceprotected java.lang.StringapplicationKeyprotected java.lang.StringapplicationSignatureprotected java.lang.StringencryptedDevicePublicKeyprotected java.lang.StringephemeralPublicKeyprotected java.lang.Stringextras
-
Constructor Summary
Constructors Constructor Description PrepareActivationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActivationIdShort()Gets the value of the activationIdShort property.java.lang.StringgetActivationName()Gets the value of the activationName property.java.lang.StringgetActivationNonce()Gets the value of the activationNonce property.java.lang.StringgetApplicationKey()Gets the value of the applicationKey property.java.lang.StringgetApplicationSignature()Gets the value of the applicationSignature property.java.lang.StringgetEncryptedDevicePublicKey()Gets the value of the encryptedDevicePublicKey property.java.lang.StringgetEphemeralPublicKey()Gets the value of the ephemeralPublicKey property.java.lang.StringgetExtras()Gets the value of the extras property.voidsetActivationIdShort(java.lang.String value)Sets the value of the activationIdShort property.voidsetActivationName(java.lang.String value)Sets the value of the activationName property.voidsetActivationNonce(java.lang.String value)Sets the value of the activationNonce property.voidsetApplicationKey(java.lang.String value)Sets the value of the applicationKey property.voidsetApplicationSignature(java.lang.String value)Sets the value of the applicationSignature property.voidsetEncryptedDevicePublicKey(java.lang.String value)Sets the value of the encryptedDevicePublicKey property.voidsetEphemeralPublicKey(java.lang.String value)Sets the value of the ephemeralPublicKey property.voidsetExtras(java.lang.String value)Sets the value of the extras property.
-
-
-
Field Detail
-
activationIdShort
protected java.lang.String activationIdShort
-
activationName
protected java.lang.String activationName
-
extras
protected java.lang.String extras
-
activationNonce
protected java.lang.String activationNonce
-
ephemeralPublicKey
protected java.lang.String ephemeralPublicKey
-
encryptedDevicePublicKey
protected java.lang.String encryptedDevicePublicKey
-
applicationKey
protected java.lang.String applicationKey
-
applicationSignature
protected java.lang.String applicationSignature
-
-
Method Detail
-
getActivationIdShort
public java.lang.String getActivationIdShort()
Gets the value of the activationIdShort property.- Returns:
- possible object is
String
-
setActivationIdShort
public void setActivationIdShort(java.lang.String value)
Sets the value of the activationIdShort property.- Parameters:
value- allowed object isString
-
getActivationName
public java.lang.String getActivationName()
Gets the value of the activationName property.- Returns:
- possible object is
String
-
setActivationName
public void setActivationName(java.lang.String value)
Sets the value of the activationName property.- Parameters:
value- allowed object isString
-
getExtras
public java.lang.String getExtras()
Gets the value of the extras property.- Returns:
- possible object is
String
-
setExtras
public void setExtras(java.lang.String value)
Sets the value of the extras property.- Parameters:
value- allowed object isString
-
getActivationNonce
public java.lang.String getActivationNonce()
Gets the value of the activationNonce property.- Returns:
- possible object is
String
-
setActivationNonce
public void setActivationNonce(java.lang.String value)
Sets the value of the activationNonce property.- Parameters:
value- allowed object isString
-
getEphemeralPublicKey
public java.lang.String getEphemeralPublicKey()
Gets the value of the ephemeralPublicKey property.- Returns:
- possible object is
String
-
setEphemeralPublicKey
public void setEphemeralPublicKey(java.lang.String value)
Sets the value of the ephemeralPublicKey property.- Parameters:
value- allowed object isString
-
getEncryptedDevicePublicKey
public java.lang.String getEncryptedDevicePublicKey()
Gets the value of the encryptedDevicePublicKey property.- Returns:
- possible object is
String
-
setEncryptedDevicePublicKey
public void setEncryptedDevicePublicKey(java.lang.String value)
Sets the value of the encryptedDevicePublicKey property.- Parameters:
value- allowed object isString
-
getApplicationKey
public java.lang.String getApplicationKey()
Gets the value of the applicationKey property.- Returns:
- possible object is
String
-
setApplicationKey
public void setApplicationKey(java.lang.String value)
Sets the value of the applicationKey property.- Parameters:
value- allowed object isString
-
getApplicationSignature
public java.lang.String getApplicationSignature()
Gets the value of the applicationSignature property.- Returns:
- possible object is
String
-
setApplicationSignature
public void setApplicationSignature(java.lang.String value)
Sets the value of the applicationSignature property.- Parameters:
value- allowed object isString
-
-