org.broadleafcommerce.vendor.cybersource.service.api
Class Pos

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.api.Pos
All Implemented Interfaces:
java.io.Serializable

public class Pos
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Pos()
           
Pos(java.lang.String entryMode, java.lang.String cardPresent, java.lang.String terminalCapability, java.lang.String trackData, java.lang.String terminalID, java.lang.String terminalType, java.lang.String terminalLocation, java.lang.String transactionSecurity, java.lang.String catLevel, java.lang.String conditionCode)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCardPresent()
          Gets the cardPresent value for this Pos.
 java.lang.String getCatLevel()
          Gets the catLevel value for this Pos.
 java.lang.String getConditionCode()
          Gets the conditionCode value for this Pos.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getEntryMode()
          Gets the entryMode value for this Pos.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTerminalCapability()
          Gets the terminalCapability value for this Pos.
 java.lang.String getTerminalID()
          Gets the terminalID value for this Pos.
 java.lang.String getTerminalLocation()
          Gets the terminalLocation value for this Pos.
 java.lang.String getTerminalType()
          Gets the terminalType value for this Pos.
 java.lang.String getTrackData()
          Gets the trackData value for this Pos.
 java.lang.String getTransactionSecurity()
          Gets the transactionSecurity value for this Pos.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCardPresent(java.lang.String cardPresent)
          Sets the cardPresent value for this Pos.
 void setCatLevel(java.lang.String catLevel)
          Sets the catLevel value for this Pos.
 void setConditionCode(java.lang.String conditionCode)
          Sets the conditionCode value for this Pos.
 void setEntryMode(java.lang.String entryMode)
          Sets the entryMode value for this Pos.
 void setTerminalCapability(java.lang.String terminalCapability)
          Sets the terminalCapability value for this Pos.
 void setTerminalID(java.lang.String terminalID)
          Sets the terminalID value for this Pos.
 void setTerminalLocation(java.lang.String terminalLocation)
          Sets the terminalLocation value for this Pos.
 void setTerminalType(java.lang.String terminalType)
          Sets the terminalType value for this Pos.
 void setTrackData(java.lang.String trackData)
          Sets the trackData value for this Pos.
 void setTransactionSecurity(java.lang.String transactionSecurity)
          Sets the transactionSecurity value for this Pos.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pos

public Pos()

Pos

public Pos(java.lang.String entryMode,
           java.lang.String cardPresent,
           java.lang.String terminalCapability,
           java.lang.String trackData,
           java.lang.String terminalID,
           java.lang.String terminalType,
           java.lang.String terminalLocation,
           java.lang.String transactionSecurity,
           java.lang.String catLevel,
           java.lang.String conditionCode)
Method Detail

getEntryMode

public java.lang.String getEntryMode()
Gets the entryMode value for this Pos.

Returns:
entryMode

setEntryMode

public void setEntryMode(java.lang.String entryMode)
Sets the entryMode value for this Pos.

Parameters:
entryMode -

getCardPresent

public java.lang.String getCardPresent()
Gets the cardPresent value for this Pos.

Returns:
cardPresent

setCardPresent

public void setCardPresent(java.lang.String cardPresent)
Sets the cardPresent value for this Pos.

Parameters:
cardPresent -

getTerminalCapability

public java.lang.String getTerminalCapability()
Gets the terminalCapability value for this Pos.

Returns:
terminalCapability

setTerminalCapability

public void setTerminalCapability(java.lang.String terminalCapability)
Sets the terminalCapability value for this Pos.

Parameters:
terminalCapability -

getTrackData

public java.lang.String getTrackData()
Gets the trackData value for this Pos.

Returns:
trackData

setTrackData

public void setTrackData(java.lang.String trackData)
Sets the trackData value for this Pos.

Parameters:
trackData -

getTerminalID

public java.lang.String getTerminalID()
Gets the terminalID value for this Pos.

Returns:
terminalID

setTerminalID

public void setTerminalID(java.lang.String terminalID)
Sets the terminalID value for this Pos.

Parameters:
terminalID -

getTerminalType

public java.lang.String getTerminalType()
Gets the terminalType value for this Pos.

Returns:
terminalType

setTerminalType

public void setTerminalType(java.lang.String terminalType)
Sets the terminalType value for this Pos.

Parameters:
terminalType -

getTerminalLocation

public java.lang.String getTerminalLocation()
Gets the terminalLocation value for this Pos.

Returns:
terminalLocation

setTerminalLocation

public void setTerminalLocation(java.lang.String terminalLocation)
Sets the terminalLocation value for this Pos.

Parameters:
terminalLocation -

getTransactionSecurity

public java.lang.String getTransactionSecurity()
Gets the transactionSecurity value for this Pos.

Returns:
transactionSecurity

setTransactionSecurity

public void setTransactionSecurity(java.lang.String transactionSecurity)
Sets the transactionSecurity value for this Pos.

Parameters:
transactionSecurity -

getCatLevel

public java.lang.String getCatLevel()
Gets the catLevel value for this Pos.

Returns:
catLevel

setCatLevel

public void setCatLevel(java.lang.String catLevel)
Sets the catLevel value for this Pos.

Parameters:
catLevel -

getConditionCode

public java.lang.String getConditionCode()
Gets the conditionCode value for this Pos.

Returns:
conditionCode

setConditionCode

public void setConditionCode(java.lang.String conditionCode)
Sets the conditionCode value for this Pos.

Parameters:
conditionCode -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2010. All Rights Reserved.