public class DoVoidRequestType extends AbstractRequestType
Java class for DoVoidRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoVoidRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="AuthorizationID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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 |
protected java.lang.String |
note |
any, detailLevel, errorLanguage, version| Constructor and Description |
|---|
DoVoidRequestType() |
| 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.
|
java.lang.String |
getNote()
Gets the value of the note 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.
|
void |
setNote(java.lang.String value)
Sets the value of the note property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersionprotected java.lang.String authorizationID
protected java.lang.String note
protected java.lang.String msgSubID
public java.lang.String getAuthorizationID()
Stringpublic void setAuthorizationID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getNote()
Stringpublic void setNote(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getMsgSubID()
Stringpublic void setMsgSubID(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.