public class UsedPaymentCard extends Object
Java class for UsedPaymentCard complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsedPaymentCard">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="paymentCard" type="{http://datex2.eu/schema/2/2_0}PaymentCardTypesEnum"/>
<element name="otherPaymentCard" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="paymentCardBrand" type="{http://datex2.eu/schema/2/2_0}PaymentCardBrandsEnum" minOccurs="0"/>
<element name="otherPaymentCardBrand" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="usedPaymentCardExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
otherPaymentCard |
protected String |
otherPaymentCardBrand |
protected PaymentCardTypesEnum |
paymentCard |
protected PaymentCardBrandsEnum |
paymentCardBrand |
protected ExtensionType |
usedPaymentCardExtension |
| Constructor and Description |
|---|
UsedPaymentCard() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOtherPaymentCard()
Gets the value of the otherPaymentCard property.
|
String |
getOtherPaymentCardBrand()
Gets the value of the otherPaymentCardBrand property.
|
PaymentCardTypesEnum |
getPaymentCard()
Gets the value of the paymentCard property.
|
PaymentCardBrandsEnum |
getPaymentCardBrand()
Gets the value of the paymentCardBrand property.
|
ExtensionType |
getUsedPaymentCardExtension()
Gets the value of the usedPaymentCardExtension property.
|
void |
setOtherPaymentCard(String value)
Sets the value of the otherPaymentCard property.
|
void |
setOtherPaymentCardBrand(String value)
Sets the value of the otherPaymentCardBrand property.
|
void |
setPaymentCard(PaymentCardTypesEnum value)
Sets the value of the paymentCard property.
|
void |
setPaymentCardBrand(PaymentCardBrandsEnum value)
Sets the value of the paymentCardBrand property.
|
void |
setUsedPaymentCardExtension(ExtensionType value)
Sets the value of the usedPaymentCardExtension property.
|
protected PaymentCardTypesEnum paymentCard
protected String otherPaymentCard
protected PaymentCardBrandsEnum paymentCardBrand
protected String otherPaymentCardBrand
protected ExtensionType usedPaymentCardExtension
public PaymentCardTypesEnum getPaymentCard()
PaymentCardTypesEnumpublic void setPaymentCard(PaymentCardTypesEnum value)
value - allowed object is
PaymentCardTypesEnumpublic String getOtherPaymentCard()
Stringpublic void setOtherPaymentCard(String value)
value - allowed object is
Stringpublic PaymentCardBrandsEnum getPaymentCardBrand()
PaymentCardBrandsEnumpublic void setPaymentCardBrand(PaymentCardBrandsEnum value)
value - allowed object is
PaymentCardBrandsEnumpublic String getOtherPaymentCardBrand()
Stringpublic void setOtherPaymentCardBrand(String value)
value - allowed object is
Stringpublic ExtensionType getUsedPaymentCardExtension()
ExtensionTypepublic void setUsedPaymentCardExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.