public class CustomerProfileIdType
extends java.lang.Object
Java class for customerProfileIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerProfileIdType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
<element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
<element name="customerAddressId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
customerAddressId |
protected java.lang.String |
customerPaymentProfileId |
protected java.lang.String |
customerProfileId |
| Constructor and Description |
|---|
CustomerProfileIdType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustomerAddressId()
Gets the value of the customerAddressId property.
|
java.lang.String |
getCustomerPaymentProfileId()
Gets the value of the customerPaymentProfileId property.
|
java.lang.String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
void |
setCustomerAddressId(java.lang.String value)
Sets the value of the customerAddressId property.
|
void |
setCustomerPaymentProfileId(java.lang.String value)
Sets the value of the customerPaymentProfileId property.
|
void |
setCustomerProfileId(java.lang.String value)
Sets the value of the customerProfileId property.
|
protected java.lang.String customerProfileId
protected java.lang.String customerPaymentProfileId
protected java.lang.String customerAddressId
public java.lang.String getCustomerProfileId()
Stringpublic void setCustomerProfileId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomerPaymentProfileId()
Stringpublic void setCustomerPaymentProfileId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomerAddressId()
Stringpublic void setCustomerAddressId(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.