nl.iShopService.ideal3.generated
Class Error

java.lang.Object
  extended by nl.iShopService.ideal3.generated.Error

public class Error
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}errorCode"/>
         <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}errorMessage"/>
         <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}errorDetail"/>
         <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}suggestedAction"/>
         <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}consumerMessage"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Error()
           
 
Method Summary
 java.lang.String getConsumerMessage()
          Gets the value of the consumerMessage property.
 java.lang.String getErrorCode()
          Gets the value of the errorCode property.
 java.lang.String getErrorDetail()
          Gets the value of the errorDetail property.
 java.lang.String getErrorMessage()
          Gets the value of the errorMessage property.
 java.lang.String getSuggestedAction()
          Gets the value of the suggestedAction property.
 void setConsumerMessage(java.lang.String value)
          Sets the value of the consumerMessage property.
 void setErrorCode(java.lang.String value)
          Sets the value of the errorCode property.
 void setErrorDetail(java.lang.String value)
          Sets the value of the errorDetail property.
 void setErrorMessage(java.lang.String value)
          Sets the value of the errorMessage property.
 void setSuggestedAction(java.lang.String value)
          Sets the value of the suggestedAction property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Error

public Error()
Method Detail

getErrorCode

public java.lang.String getErrorCode()
Gets the value of the errorCode property.

Returns:
possible object is String

setErrorCode

public void setErrorCode(java.lang.String value)
Sets the value of the errorCode property.

Parameters:
value - allowed object is String

getErrorMessage

public java.lang.String getErrorMessage()
Gets the value of the errorMessage property.

Returns:
possible object is String

setErrorMessage

public void setErrorMessage(java.lang.String value)
Sets the value of the errorMessage property.

Parameters:
value - allowed object is String

getErrorDetail

public java.lang.String getErrorDetail()
Gets the value of the errorDetail property.

Returns:
possible object is String

setErrorDetail

public void setErrorDetail(java.lang.String value)
Sets the value of the errorDetail property.

Parameters:
value - allowed object is String

getSuggestedAction

public java.lang.String getSuggestedAction()
Gets the value of the suggestedAction property.

Returns:
possible object is String

setSuggestedAction

public void setSuggestedAction(java.lang.String value)
Sets the value of the suggestedAction property.

Parameters:
value - allowed object is String

getConsumerMessage

public java.lang.String getConsumerMessage()
Gets the value of the consumerMessage property.

Returns:
possible object is String

setConsumerMessage

public void setConsumerMessage(java.lang.String value)
Sets the value of the consumerMessage property.

Parameters:
value - allowed object is String