|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.CustomerProfileBaseType
net.authorize.api.contract.v1.CustomerProfileExType
net.authorize.api.contract.v1.CustomerProfileMaskedType
public class CustomerProfileMaskedType
Java class for customerProfileMaskedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerProfileMaskedType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileExType">
<sequence>
<element name="paymentProfiles" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileMaskedType" maxOccurs="unbounded" minOccurs="0"/>
<element name="shipToList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressExType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<CustomerPaymentProfileMaskedType> |
paymentProfiles
|
protected List<CustomerAddressExType> |
shipToList
|
| 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 | |
|---|---|
CustomerProfileMaskedType()
|
|
| Method Summary | |
|---|---|
List<CustomerPaymentProfileMaskedType> |
getPaymentProfiles()
Gets the value of the paymentProfiles property. |
List<CustomerAddressExType> |
getShipToList()
Gets the value of the shipToList 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<CustomerPaymentProfileMaskedType> paymentProfiles
protected List<CustomerAddressExType> shipToList
| Constructor Detail |
|---|
public CustomerProfileMaskedType()
| Method Detail |
|---|
public List<CustomerPaymentProfileMaskedType> 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
CustomerPaymentProfileMaskedType
public List<CustomerAddressExType> 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
CustomerAddressExType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||