nl.iShopService.ideal3.generated
Class AcquirerStatusRes

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

public class AcquirerStatusRes
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}Acquirer"/>
         <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}Transaction"/>
         <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
AcquirerStatusRes()
           
 
Method Summary
 Acquirer getAcquirer()
          Gets the value of the acquirer property.
 java.lang.String getCreateDateTimestamp()
          Gets the value of the createDateTimestamp property.
 Signature getSignature()
          Gets the value of the signature property.
 Transaction getTransaction()
          Gets the value of the transaction property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setAcquirer(Acquirer value)
          Sets the value of the acquirer property.
 void setCreateDateTimestamp(java.lang.String value)
          Sets the value of the createDateTimestamp property.
 void setSignature(Signature value)
          Sets the value of the signature property.
 void setTransaction(Transaction value)
          Sets the value of the transaction 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

AcquirerStatusRes

public AcquirerStatusRes()
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

getAcquirer

public Acquirer getAcquirer()
Gets the value of the acquirer property.

Returns:
possible object is Acquirer

setAcquirer

public void setAcquirer(Acquirer value)
Sets the value of the acquirer property.

Parameters:
value - allowed object is Acquirer

getTransaction

public Transaction getTransaction()
Gets the value of the transaction property.

Returns:
possible object is Transaction

setTransaction

public void setTransaction(Transaction value)
Sets the value of the transaction property.

Parameters:
value - allowed object is Transaction

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