nl.iShopService.ideal3.generated
Class AcquirerErrorRes

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

public class AcquirerErrorRes
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}createDateTimestamp"/>
         <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}Error"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AcquirerErrorRes()
           
 
Method Summary
 java.lang.String getCreateDateTimestamp()
          Gets the value of the createDateTimestamp property.
 Error getError()
          Gets the value of the error property.
 Signature getSignature()
          Gets the value of the signature property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setCreateDateTimestamp(java.lang.String value)
          Sets the value of the createDateTimestamp property.
 void setError(Error value)
          Sets the value of the error property.
 void setSignature(Signature value)
          Sets the value of the signature property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcquirerErrorRes

public AcquirerErrorRes()
Method Detail

getCreateDateTimestamp

public java.lang.String getCreateDateTimestamp()
Gets the value of the createDateTimestamp property.

Returns:
possible object is String

setCreateDateTimestamp

public void setCreateDateTimestamp(java.lang.String value)
Sets the value of the createDateTimestamp property.

Parameters:
value - allowed object is String

getError

public Error getError()
Gets the value of the error property.

Returns:
possible object is Error

setError

public void setError(Error value)
Sets the value of the error property.

Parameters:
value - allowed object is Error

getSignature

public Signature getSignature()
Gets the value of the signature property.

Returns:
possible object is Signature

setSignature

public void setSignature(Signature value)
Sets the value of the signature property.

Parameters:
value - allowed object is Signature

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String