public class DoCancelRequestType extends AbstractRequestType
Java class for DoCancelRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoCancelRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="CancelMsgSubID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="APIType" type="{urn:ebay:apis:eBLBaseComponents}APIType"/>
<element name="MsgSubID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected APIType |
apiType |
protected java.lang.String |
cancelMsgSubID |
protected java.lang.String |
msgSubID |
any, detailLevel, errorLanguage, version| Constructor and Description |
|---|
DoCancelRequestType() |
| Modifier and Type | Method and Description |
|---|---|
APIType |
getAPIType()
Gets the value of the apiType property.
|
java.lang.String |
getCancelMsgSubID()
Gets the value of the cancelMsgSubID property.
|
java.lang.String |
getMsgSubID()
Gets the value of the msgSubID property.
|
void |
setAPIType(APIType value)
Sets the value of the apiType property.
|
void |
setCancelMsgSubID(java.lang.String value)
Sets the value of the cancelMsgSubID property.
|
void |
setMsgSubID(java.lang.String value)
Sets the value of the msgSubID property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersionprotected java.lang.String cancelMsgSubID
protected APIType apiType
protected java.lang.String msgSubID
public java.lang.String getCancelMsgSubID()
Stringpublic void setCancelMsgSubID(java.lang.String value)
value - the value
allowed object is
Stringpublic APIType getAPIType()
APITypepublic void setAPIType(APIType value)
value - the value
allowed object is
APITypepublic 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.