public class PaymentByMobileStructure extends Object
Java class for PaymentByMobileStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentByMobileStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PhoneNumberToPay" type="{http://www.netex.org.uk/netex}PhoneType" minOccurs="0"/>
<element name="SupportPhoneNumber" type="{http://www.netex.org.uk/netex}PhoneType" minOccurs="0"/>
<element name="PaymentUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="PaymentAppDownloadUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
paymentAppDownloadUrl |
protected String |
paymentUrl |
protected String |
phoneNumberToPay |
protected String |
supportPhoneNumber |
| Constructor and Description |
|---|
PaymentByMobileStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPaymentAppDownloadUrl()
Gets the value of the paymentAppDownloadUrl property.
|
String |
getPaymentUrl()
Gets the value of the paymentUrl property.
|
String |
getPhoneNumberToPay()
Gets the value of the phoneNumberToPay property.
|
String |
getSupportPhoneNumber()
Gets the value of the supportPhoneNumber property.
|
void |
setPaymentAppDownloadUrl(String value)
Sets the value of the paymentAppDownloadUrl property.
|
void |
setPaymentUrl(String value)
Sets the value of the paymentUrl property.
|
void |
setPhoneNumberToPay(String value)
Sets the value of the phoneNumberToPay property.
|
void |
setSupportPhoneNumber(String value)
Sets the value of the supportPhoneNumber property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
PaymentByMobileStructure |
withPaymentAppDownloadUrl(String value) |
PaymentByMobileStructure |
withPaymentUrl(String value) |
PaymentByMobileStructure |
withPhoneNumberToPay(String value) |
PaymentByMobileStructure |
withSupportPhoneNumber(String value) |
protected String phoneNumberToPay
protected String supportPhoneNumber
protected String paymentUrl
protected String paymentAppDownloadUrl
public String getPhoneNumberToPay()
Stringpublic void setPhoneNumberToPay(String value)
value - allowed object is
Stringpublic String getSupportPhoneNumber()
Stringpublic void setSupportPhoneNumber(String value)
value - allowed object is
Stringpublic String getPaymentUrl()
Stringpublic void setPaymentUrl(String value)
value - allowed object is
Stringpublic String getPaymentAppDownloadUrl()
Stringpublic void setPaymentAppDownloadUrl(String value)
value - allowed object is
Stringpublic PaymentByMobileStructure withPhoneNumberToPay(String value)
public PaymentByMobileStructure withSupportPhoneNumber(String value)
public PaymentByMobileStructure withPaymentUrl(String value)
public PaymentByMobileStructure withPaymentAppDownloadUrl(String value)
Copyright © 2018 Entur AS. All rights reserved.