Package net.authorize.api.contract.v1
Class ProfileTransactionType
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected ProfileTransAuthCaptureTypeprofileTransAuthCaptureprotected ProfileTransAuthOnlyTypeprofileTransAuthOnlyprotected ProfileTransCaptureOnlyTypeprofileTransCaptureOnlyprotected ProfileTransPriorAuthCaptureTypeprofileTransPriorAuthCaptureprotected ProfileTransRefundTypeprofileTransRefundprotected ProfileTransVoidTypeprofileTransVoid
-
Constructor Summary
Constructors Constructor Description ProfileTransactionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileTransAuthCaptureTypegetProfileTransAuthCapture()Gets the value of the profileTransAuthCapture property.ProfileTransAuthOnlyTypegetProfileTransAuthOnly()Gets the value of the profileTransAuthOnly property.ProfileTransCaptureOnlyTypegetProfileTransCaptureOnly()Gets the value of the profileTransCaptureOnly property.ProfileTransPriorAuthCaptureTypegetProfileTransPriorAuthCapture()Gets the value of the profileTransPriorAuthCapture property.ProfileTransRefundTypegetProfileTransRefund()Gets the value of the profileTransRefund property.ProfileTransVoidTypegetProfileTransVoid()Gets the value of the profileTransVoid property.voidsetProfileTransAuthCapture(ProfileTransAuthCaptureType value)Sets the value of the profileTransAuthCapture property.voidsetProfileTransAuthOnly(ProfileTransAuthOnlyType value)Sets the value of the profileTransAuthOnly property.voidsetProfileTransCaptureOnly(ProfileTransCaptureOnlyType value)Sets the value of the profileTransCaptureOnly property.voidsetProfileTransPriorAuthCapture(ProfileTransPriorAuthCaptureType value)Sets the value of the profileTransPriorAuthCapture property.voidsetProfileTransRefund(ProfileTransRefundType value)Sets the value of the profileTransRefund property.voidsetProfileTransVoid(ProfileTransVoidType value)Sets the value of the profileTransVoid property.
-
-
-
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
-
-
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 isProfileTransAuthCaptureType
-
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 isProfileTransAuthOnlyType
-
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 isProfileTransPriorAuthCaptureType
-
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 isProfileTransCaptureOnlyType
-
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 isProfileTransRefundType
-
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 isProfileTransVoidType
-
-