public class AuDetailsType extends Object
Java class for auDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="auDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customerProfileID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="customerPaymentProfileID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="updateTimeUTC" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="auReasonCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="reasonDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
auReasonCode |
protected long |
customerPaymentProfileID |
protected long |
customerProfileID |
protected String |
firstName |
protected String |
lastName |
protected String |
reasonDescription |
protected String |
updateTimeUTC |
| Constructor and Description |
|---|
AuDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuReasonCode()
Gets the value of the auReasonCode property.
|
long |
getCustomerPaymentProfileID()
Gets the value of the customerPaymentProfileID property.
|
long |
getCustomerProfileID()
Gets the value of the customerProfileID property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getReasonDescription()
Gets the value of the reasonDescription property.
|
String |
getUpdateTimeUTC()
Gets the value of the updateTimeUTC property.
|
void |
setAuReasonCode(String value)
Sets the value of the auReasonCode property.
|
void |
setCustomerPaymentProfileID(long value)
Sets the value of the customerPaymentProfileID property.
|
void |
setCustomerProfileID(long value)
Sets the value of the customerProfileID property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setReasonDescription(String value)
Sets the value of the reasonDescription property.
|
void |
setUpdateTimeUTC(String value)
Sets the value of the updateTimeUTC property.
|
protected long customerProfileID
protected long customerPaymentProfileID
protected String firstName
protected String lastName
protected String updateTimeUTC
protected String auReasonCode
protected String reasonDescription
public long getCustomerProfileID()
public void setCustomerProfileID(long value)
public long getCustomerPaymentProfileID()
public void setCustomerPaymentProfileID(long value)
public String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getUpdateTimeUTC()
Stringpublic void setUpdateTimeUTC(String value)
value - allowed object is
Stringpublic String getAuReasonCode()
Stringpublic void setAuReasonCode(String value)
value - allowed object is
Stringpublic String getReasonDescription()
StringCopyright © 2020. All rights reserved.