public class DoVoidResponseType extends AbstractResponseType
Java class for DoVoidResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoVoidResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="AuthorizationID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MsgSubID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
authorizationID |
protected java.lang.String |
msgSubID |
ack, any, build, correlationID, errors, timestamp, version
Constructor and Description |
---|
DoVoidResponseType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthorizationID()
Gets the value of the authorizationID property.
|
java.lang.String |
getMsgSubID()
Gets the value of the msgSubID property.
|
void |
setAuthorizationID(java.lang.String value)
Sets the value of the authorizationID property.
|
void |
setMsgSubID(java.lang.String value)
Sets the value of the msgSubID property.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersion
protected java.lang.String authorizationID
protected java.lang.String msgSubID
public java.lang.String getAuthorizationID()
String
public void setAuthorizationID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getMsgSubID()
String
public void setMsgSubID(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.