Class CreatePersonalizedOfflineSignaturePayloadResponse


  • public class CreatePersonalizedOfflineSignaturePayloadResponse
    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="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.String nonce  
      protected java.lang.String offlineData  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNonce()
      Gets the value of the nonce property.
      java.lang.String getOfflineData()
      Gets the value of the offlineData property.
      void setNonce​(java.lang.String value)
      Sets the value of the nonce property.
      void setOfflineData​(java.lang.String value)
      Sets the value of the offlineData property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • offlineData

        protected java.lang.String offlineData
      • nonce

        protected java.lang.String nonce
    • Constructor Detail

      • CreatePersonalizedOfflineSignaturePayloadResponse

        public CreatePersonalizedOfflineSignaturePayloadResponse()
    • 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 is String
      • 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 is String