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