nl.iShopService.ideal3.generated
Class Transaction

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

public class Transaction
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}transactionID"/>
         <choice>
           <sequence>
             <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}transactionCreateDateTimestamp"/>
             <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}purchaseID"/>
           </sequence>
           <sequence>
             <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}status"/>
             <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}statusDateTimestamp"/>
             <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}consumerName"/>
             <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}consumerIBAN"/>
             <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}consumerBIC"/>
             <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}amount"/>
             <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}currency"/>
           </sequence>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Transaction()
           
 
Method Summary
 java.math.BigDecimal getAmount()
          Gets the value of the amount property.
 java.lang.String getConsumerBIC()
          Gets the value of the consumerBIC property.
 java.lang.String getConsumerIBAN()
          Gets the value of the consumerIBAN property.
 java.lang.String getConsumerName()
          Gets the value of the consumerName property.
 java.lang.String getCurrency()
          Gets the value of the currency property.
 java.lang.String getPurchaseID()
          Gets the value of the purchaseID property.
 java.lang.String getStatus()
          Gets the value of the status property.
 java.lang.String getStatusDateTimestamp()
          Gets the value of the statusDateTimestamp property.
 java.lang.String getTransactionCreateDateTimestamp()
          Gets the value of the transactionCreateDateTimestamp property.
 java.math.BigInteger getTransactionID()
          Gets the value of the transactionID property.
 void setAmount(java.math.BigDecimal value)
          Sets the value of the amount property.
 void setConsumerBIC(java.lang.String value)
          Sets the value of the consumerBIC property.
 void setConsumerIBAN(java.lang.String value)
          Sets the value of the consumerIBAN property.
 void setConsumerName(java.lang.String value)
          Sets the value of the consumerName property.
 void setCurrency(java.lang.String value)
          Sets the value of the currency property.
 void setPurchaseID(java.lang.String value)
          Sets the value of the purchaseID property.
 void setStatus(java.lang.String value)
          Sets the value of the status property.
 void setStatusDateTimestamp(java.lang.String value)
          Sets the value of the statusDateTimestamp property.
 void setTransactionCreateDateTimestamp(java.lang.String value)
          Sets the value of the transactionCreateDateTimestamp property.
 void setTransactionID(java.math.BigInteger value)
          Sets the value of the transactionID property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transaction

public Transaction()
Method Detail

getTransactionID

public java.math.BigInteger getTransactionID()
Gets the value of the transactionID property.

Returns:
possible object is BigInteger

setTransactionID

public void setTransactionID(java.math.BigInteger value)
Sets the value of the transactionID property.

Parameters:
value - allowed object is BigInteger

getTransactionCreateDateTimestamp

public java.lang.String getTransactionCreateDateTimestamp()
Gets the value of the transactionCreateDateTimestamp property.

Returns:
possible object is String

setTransactionCreateDateTimestamp

public void setTransactionCreateDateTimestamp(java.lang.String value)
Sets the value of the transactionCreateDateTimestamp property.

Parameters:
value - allowed object is String

getPurchaseID

public java.lang.String getPurchaseID()
Gets the value of the purchaseID property.

Returns:
possible object is String

setPurchaseID

public void setPurchaseID(java.lang.String value)
Sets the value of the purchaseID property.

Parameters:
value - allowed object is String

getStatus

public java.lang.String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(java.lang.String value)
Sets the value of the status property.

Parameters:
value - allowed object is String

getStatusDateTimestamp

public java.lang.String getStatusDateTimestamp()
Gets the value of the statusDateTimestamp property.

Returns:
possible object is String

setStatusDateTimestamp

public void setStatusDateTimestamp(java.lang.String value)
Sets the value of the statusDateTimestamp property.

Parameters:
value - allowed object is String

getConsumerName

public java.lang.String getConsumerName()
Gets the value of the consumerName property.

Returns:
possible object is String

setConsumerName

public void setConsumerName(java.lang.String value)
Sets the value of the consumerName property.

Parameters:
value - allowed object is String

getConsumerIBAN

public java.lang.String getConsumerIBAN()
Gets the value of the consumerIBAN property.

Returns:
possible object is String

setConsumerIBAN

public void setConsumerIBAN(java.lang.String value)
Sets the value of the consumerIBAN property.

Parameters:
value - allowed object is String

getConsumerBIC

public java.lang.String getConsumerBIC()
Gets the value of the consumerBIC property.

Returns:
possible object is String

setConsumerBIC

public void setConsumerBIC(java.lang.String value)
Sets the value of the consumerBIC property.

Parameters:
value - allowed object is String

getAmount

public java.math.BigDecimal getAmount()
Gets the value of the amount property.

Returns:
possible object is BigDecimal

setAmount

public void setAmount(java.math.BigDecimal value)
Sets the value of the amount property.

Parameters:
value - allowed object is BigDecimal

getCurrency

public java.lang.String getCurrency()
Gets the value of the currency property.

Returns:
possible object is String

setCurrency

public void setCurrency(java.lang.String value)
Sets the value of the currency property.

Parameters:
value - allowed object is String