public class DataExtensionError extends Object
Java class for DataExtensionError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataExtensionError">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
errorCode |
protected String |
errorMessage |
protected String |
name |
| Constructor and Description |
|---|
DataExtensionError() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
String |
getName()
Gets the value of the name property.
|
void |
setErrorCode(BigInteger value)
Sets the value of the errorCode property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setName(String value)
Sets the value of the name property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String name
protected BigInteger errorCode
protected String errorMessage
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigInteger getErrorCode()
BigIntegerpublic void setErrorCode(BigInteger value)
value - allowed object is
BigIntegerpublic String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.