public class CustomerProfileType extends CustomerProfileBaseType
Java class for customerProfileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerProfileType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileBaseType">
<sequence>
<element name="paymentProfiles" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileType" maxOccurs="unbounded" minOccurs="0"/>
<element name="shipToList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType" maxOccurs="unbounded" minOccurs="0"/>
<element name="profileType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileTypeEnum" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CustomerPaymentProfileType> |
paymentProfiles |
protected CustomerProfileTypeEnum |
profileType |
protected java.util.List<CustomerAddressType> |
shipToList |
description, email, merchantCustomerId| Constructor and Description |
|---|
CustomerProfileType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomerPaymentProfileType> |
getPaymentProfiles()
Gets the value of the paymentProfiles property.
|
CustomerProfileTypeEnum |
getProfileType()
Gets the value of the profileType property.
|
java.util.List<CustomerAddressType> |
getShipToList()
Gets the value of the shipToList property.
|
void |
setProfileType(CustomerProfileTypeEnum value)
Sets the value of the profileType property.
|
getDescription, getEmail, getMerchantCustomerId, setDescription, setEmail, setMerchantCustomerIdprotected java.util.List<CustomerPaymentProfileType> paymentProfiles
protected java.util.List<CustomerAddressType> shipToList
protected CustomerProfileTypeEnum profileType
public java.util.List<CustomerPaymentProfileType> getPaymentProfiles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentProfiles property.
For example, to add a new item, do as follows:
getPaymentProfiles().add(newItem);
Objects of the following type(s) are allowed in the list
CustomerPaymentProfileType
public java.util.List<CustomerAddressType> getShipToList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the shipToList property.
For example, to add a new item, do as follows:
getShipToList().add(newItem);
Objects of the following type(s) are allowed in the list
CustomerAddressType
public CustomerProfileTypeEnum getProfileType()
CustomerProfileTypeEnumpublic void setProfileType(CustomerProfileTypeEnum value)
value - allowed object is
CustomerProfileTypeEnumCopyright © 2018. All Rights Reserved.