|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.svcs.types.common.ResponseEnvelope
public class ResponseEnvelope
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 |
|---|
public ResponseEnvelope()
| Method Detail |
|---|
public String getTimestamp()
public void setTimestamp(String timestamp)
public AckCode getAck()
public void setAck(AckCode ack)
public String getCorrelationId()
public void setCorrelationId(String correlationId)
public String getBuild()
public void setBuild(String build)
public static ResponseEnvelope createInstance(Map<String,String> map,
String prefix,
int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||