net.authorize.api.contract.v1
Class ProfileTransactionType

java.lang.Object
  extended by net.authorize.api.contract.v1.ProfileTransactionType

public class ProfileTransactionType
extends Object

Java class for profileTransactionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="profileTransactionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="profileTransAuthCapture" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransAuthCaptureType"/>
         <element name="profileTransAuthOnly" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransAuthOnlyType"/>
         <element name="profileTransPriorAuthCapture" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransPriorAuthCaptureType"/>
         <element name="profileTransCaptureOnly" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransCaptureOnlyType"/>
         <element name="profileTransRefund" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransRefundType"/>
         <element name="profileTransVoid" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransVoidType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ProfileTransAuthCaptureType profileTransAuthCapture
           
protected  ProfileTransAuthOnlyType profileTransAuthOnly
           
protected  ProfileTransCaptureOnlyType profileTransCaptureOnly
           
protected  ProfileTransPriorAuthCaptureType profileTransPriorAuthCapture
           
protected  ProfileTransRefundType profileTransRefund
           
protected  ProfileTransVoidType profileTransVoid
           
 
Constructor Summary
ProfileTransactionType()
           
 
Method Summary
 ProfileTransAuthCaptureType getProfileTransAuthCapture()
          Gets the value of the profileTransAuthCapture property.
 ProfileTransAuthOnlyType getProfileTransAuthOnly()
          Gets the value of the profileTransAuthOnly property.
 ProfileTransCaptureOnlyType getProfileTransCaptureOnly()
          Gets the value of the profileTransCaptureOnly property.
 ProfileTransPriorAuthCaptureType getProfileTransPriorAuthCapture()
          Gets the value of the profileTransPriorAuthCapture property.
 ProfileTransRefundType getProfileTransRefund()
          Gets the value of the profileTransRefund property.
 ProfileTransVoidType getProfileTransVoid()
          Gets the value of the profileTransVoid property.
 void setProfileTransAuthCapture(ProfileTransAuthCaptureType value)
          Sets the value of the profileTransAuthCapture property.
 void setProfileTransAuthOnly(ProfileTransAuthOnlyType value)
          Sets the value of the profileTransAuthOnly property.
 void setProfileTransCaptureOnly(ProfileTransCaptureOnlyType value)
          Sets the value of the profileTransCaptureOnly property.
 void setProfileTransPriorAuthCapture(ProfileTransPriorAuthCaptureType value)
          Sets the value of the profileTransPriorAuthCapture property.
 void setProfileTransRefund(ProfileTransRefundType value)
          Sets the value of the profileTransRefund property.
 void setProfileTransVoid(ProfileTransVoidType value)
          Sets the value of the profileTransVoid property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profileTransAuthCapture

protected ProfileTransAuthCaptureType profileTransAuthCapture

profileTransAuthOnly

protected ProfileTransAuthOnlyType profileTransAuthOnly

profileTransPriorAuthCapture

protected ProfileTransPriorAuthCaptureType profileTransPriorAuthCapture

profileTransCaptureOnly

protected ProfileTransCaptureOnlyType profileTransCaptureOnly

profileTransRefund

protected ProfileTransRefundType profileTransRefund

profileTransVoid

protected ProfileTransVoidType profileTransVoid
Constructor Detail

ProfileTransactionType

public ProfileTransactionType()
Method Detail

getProfileTransAuthCapture

public ProfileTransAuthCaptureType getProfileTransAuthCapture()
Gets the value of the profileTransAuthCapture property.

Returns:
possible object is ProfileTransAuthCaptureType

setProfileTransAuthCapture

public void setProfileTransAuthCapture(ProfileTransAuthCaptureType value)
Sets the value of the profileTransAuthCapture property.

Parameters:
value - allowed object is ProfileTransAuthCaptureType

getProfileTransAuthOnly

public ProfileTransAuthOnlyType getProfileTransAuthOnly()
Gets the value of the profileTransAuthOnly property.

Returns:
possible object is ProfileTransAuthOnlyType

setProfileTransAuthOnly

public void setProfileTransAuthOnly(ProfileTransAuthOnlyType value)
Sets the value of the profileTransAuthOnly property.

Parameters:
value - allowed object is ProfileTransAuthOnlyType

getProfileTransPriorAuthCapture

public ProfileTransPriorAuthCaptureType getProfileTransPriorAuthCapture()
Gets the value of the profileTransPriorAuthCapture property.

Returns:
possible object is ProfileTransPriorAuthCaptureType

setProfileTransPriorAuthCapture

public void setProfileTransPriorAuthCapture(ProfileTransPriorAuthCaptureType value)
Sets the value of the profileTransPriorAuthCapture property.

Parameters:
value - allowed object is ProfileTransPriorAuthCaptureType

getProfileTransCaptureOnly

public ProfileTransCaptureOnlyType getProfileTransCaptureOnly()
Gets the value of the profileTransCaptureOnly property.

Returns:
possible object is ProfileTransCaptureOnlyType

setProfileTransCaptureOnly

public void setProfileTransCaptureOnly(ProfileTransCaptureOnlyType value)
Sets the value of the profileTransCaptureOnly property.

Parameters:
value - allowed object is ProfileTransCaptureOnlyType

getProfileTransRefund

public ProfileTransRefundType getProfileTransRefund()
Gets the value of the profileTransRefund property.

Returns:
possible object is ProfileTransRefundType

setProfileTransRefund

public void setProfileTransRefund(ProfileTransRefundType value)
Sets the value of the profileTransRefund property.

Parameters:
value - allowed object is ProfileTransRefundType

getProfileTransVoid

public ProfileTransVoidType getProfileTransVoid()
Gets the value of the profileTransVoid property.

Returns:
possible object is ProfileTransVoidType

setProfileTransVoid

public void setProfileTransVoid(ProfileTransVoidType value)
Sets the value of the profileTransVoid property.

Parameters:
value - allowed object is ProfileTransVoidType


Copyright © 2014. All Rights Reserved.