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

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

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

See Also:
Serialized Form

Constructor Summary
RiskUpdateService()
           
RiskUpdateService(java.lang.String actionCode, java.lang.String recordID, java.lang.String recordName, Address negativeAddress, java.lang.String markingReason, java.lang.String markingNotes, java.lang.String markingRequestID, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getActionCode()
          Gets the actionCode value for this RiskUpdateService.
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 getMarkingNotes()
          Gets the markingNotes value for this RiskUpdateService.
 java.lang.String getMarkingReason()
          Gets the markingReason value for this RiskUpdateService.
 java.lang.String getMarkingRequestID()
          Gets the markingRequestID value for this RiskUpdateService.
 Address getNegativeAddress()
          Gets the negativeAddress value for this RiskUpdateService.
 java.lang.String getRecordID()
          Gets the recordID value for this RiskUpdateService.
 java.lang.String getRecordName()
          Gets the recordName value for this RiskUpdateService.
 java.lang.String getRun()
          Gets the run value for this RiskUpdateService.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setActionCode(java.lang.String actionCode)
          Sets the actionCode value for this RiskUpdateService.
 void setMarkingNotes(java.lang.String markingNotes)
          Sets the markingNotes value for this RiskUpdateService.
 void setMarkingReason(java.lang.String markingReason)
          Sets the markingReason value for this RiskUpdateService.
 void setMarkingRequestID(java.lang.String markingRequestID)
          Sets the markingRequestID value for this RiskUpdateService.
 void setNegativeAddress(Address negativeAddress)
          Sets the negativeAddress value for this RiskUpdateService.
 void setRecordID(java.lang.String recordID)
          Sets the recordID value for this RiskUpdateService.
 void setRecordName(java.lang.String recordName)
          Sets the recordName value for this RiskUpdateService.
 void setRun(java.lang.String run)
          Sets the run value for this RiskUpdateService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiskUpdateService

public RiskUpdateService()

RiskUpdateService

public RiskUpdateService(java.lang.String actionCode,
                         java.lang.String recordID,
                         java.lang.String recordName,
                         Address negativeAddress,
                         java.lang.String markingReason,
                         java.lang.String markingNotes,
                         java.lang.String markingRequestID,
                         java.lang.String run)
Method Detail

getActionCode

public java.lang.String getActionCode()
Gets the actionCode value for this RiskUpdateService.

Returns:
actionCode

setActionCode

public void setActionCode(java.lang.String actionCode)
Sets the actionCode value for this RiskUpdateService.

Parameters:
actionCode -

getRecordID

public java.lang.String getRecordID()
Gets the recordID value for this RiskUpdateService.

Returns:
recordID

setRecordID

public void setRecordID(java.lang.String recordID)
Sets the recordID value for this RiskUpdateService.

Parameters:
recordID -

getRecordName

public java.lang.String getRecordName()
Gets the recordName value for this RiskUpdateService.

Returns:
recordName

setRecordName

public void setRecordName(java.lang.String recordName)
Sets the recordName value for this RiskUpdateService.

Parameters:
recordName -

getNegativeAddress

public Address getNegativeAddress()
Gets the negativeAddress value for this RiskUpdateService.

Returns:
negativeAddress

setNegativeAddress

public void setNegativeAddress(Address negativeAddress)
Sets the negativeAddress value for this RiskUpdateService.

Parameters:
negativeAddress -

getMarkingReason

public java.lang.String getMarkingReason()
Gets the markingReason value for this RiskUpdateService.

Returns:
markingReason

setMarkingReason

public void setMarkingReason(java.lang.String markingReason)
Sets the markingReason value for this RiskUpdateService.

Parameters:
markingReason -

getMarkingNotes

public java.lang.String getMarkingNotes()
Gets the markingNotes value for this RiskUpdateService.

Returns:
markingNotes

setMarkingNotes

public void setMarkingNotes(java.lang.String markingNotes)
Sets the markingNotes value for this RiskUpdateService.

Parameters:
markingNotes -

getMarkingRequestID

public java.lang.String getMarkingRequestID()
Gets the markingRequestID value for this RiskUpdateService.

Returns:
markingRequestID

setMarkingRequestID

public void setMarkingRequestID(java.lang.String markingRequestID)
Sets the markingRequestID value for this RiskUpdateService.

Parameters:
markingRequestID -

getRun

public java.lang.String getRun()
Gets the run value for this RiskUpdateService.

Returns:
run

setRun

public void setRun(java.lang.String run)
Sets the run value for this RiskUpdateService.

Parameters:
run -

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 © 2011. All Rights Reserved.