Package net.authorize.api.contract.v1
Class CustomerProfileInfoExType
- java.lang.Object
-
- net.authorize.api.contract.v1.CustomerProfileBaseType
-
- net.authorize.api.contract.v1.CustomerProfileExType
-
- net.authorize.api.contract.v1.CustomerProfileInfoExType
-
public class CustomerProfileInfoExType extends CustomerProfileExType
Java class for customerProfileInfoExType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerProfileInfoExType"> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileExType"> <sequence> <element name="profileType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileTypeEnum" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomerProfileTypeEnumprofileType-
Fields inherited from class net.authorize.api.contract.v1.CustomerProfileExType
customerProfileId
-
Fields inherited from class net.authorize.api.contract.v1.CustomerProfileBaseType
description, email, merchantCustomerId
-
-
Constructor Summary
Constructors Constructor Description CustomerProfileInfoExType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerProfileTypeEnumgetProfileType()Gets the value of the profileType property.voidsetProfileType(CustomerProfileTypeEnum value)Sets the value of the profileType property.-
Methods inherited from class net.authorize.api.contract.v1.CustomerProfileExType
getCustomerProfileId, setCustomerProfileId
-
Methods inherited from class net.authorize.api.contract.v1.CustomerProfileBaseType
getDescription, getEmail, getMerchantCustomerId, setDescription, setEmail, setMerchantCustomerId
-
-
-
-
Field Detail
-
profileType
protected CustomerProfileTypeEnum profileType
-
-
Method Detail
-
getProfileType
public CustomerProfileTypeEnum getProfileType()
Gets the value of the profileType property.- Returns:
- possible object is
CustomerProfileTypeEnum
-
setProfileType
public void setProfileType(CustomerProfileTypeEnum value)
Sets the value of the profileType property.- Parameters:
value- allowed object isCustomerProfileTypeEnum
-
-