com.paypal.svcs.types.common
Class ResponseEnvelope

java.lang.Object
  extended by com.paypal.svcs.types.common.ResponseEnvelope

public class ResponseEnvelope
extends Object

This is the sample message


Constructor Summary
ResponseEnvelope()
          Default Constructor
 
Method Summary
static ResponseEnvelope createInstance(Map<String,String> map, String prefix, int index)
           
 AckCode getAck()
          Getter for ack
 String getBuild()
          Getter for build
 String getCorrelationId()
          Getter for correlationId
 String getTimestamp()
          Getter for timestamp
 void setAck(AckCode ack)
          Setter for ack
 void setBuild(String build)
          Setter for build
 void setCorrelationId(String correlationId)
          Setter for correlationId
 void setTimestamp(String timestamp)
          Setter for timestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseEnvelope

public ResponseEnvelope()
Default Constructor

Method Detail

getTimestamp

public String getTimestamp()
Getter for timestamp


setTimestamp

public void setTimestamp(String timestamp)
Setter for timestamp


getAck

public AckCode getAck()
Getter for ack


setAck

public void setAck(AckCode ack)
Setter for ack


getCorrelationId

public String getCorrelationId()
Getter for correlationId


setCorrelationId

public void setCorrelationId(String correlationId)
Setter for correlationId


getBuild

public String getBuild()
Getter for build


setBuild

public void setBuild(String build)
Setter for build


createInstance

public static ResponseEnvelope createInstance(Map<String,String> map,
                                              String prefix,
                                              int index)


Copyright © 2013. All Rights Reserved.