public class AbstractResponseType extends Object
| Constructor and Description |
|---|
AbstractResponseType()
Default Constructor
|
AbstractResponseType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
AckCodeType |
getAck()
Getter for ack
|
String |
getBuild()
Getter for build
|
String |
getCorrelationID()
Getter for correlationID
|
List<ErrorType> |
getErrors()
Getter for errors
|
String |
getTimestamp()
Getter for timestamp
|
String |
getVersion()
Getter for version
|
void |
setAck(AckCodeType ack)
Setter for ack
|
void |
setBuild(String build)
Setter for build
|
void |
setCorrelationID(String correlationID)
Setter for correlationID
|
void |
setErrors(List<ErrorType> errors)
Setter for errors
|
void |
setTimestamp(String timestamp)
Setter for timestamp
|
void |
setVersion(String version)
Setter for version
|
public AbstractResponseType()
public AbstractResponseType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getTimestamp()
public void setTimestamp(String timestamp)
public AckCodeType getAck()
public void setAck(AckCodeType ack)
public String getCorrelationID()
public void setCorrelationID(String correlationID)
public String getVersion()
public void setVersion(String version)
public String getBuild()
public void setBuild(String build)
Copyright © 2017. All Rights Reserved.