public class AcceptedPaymentCards extends Object
Java class for AcceptedPaymentCards complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AcceptedPaymentCards">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="paymentCards" type="{http://datex2.eu/schema/2/2_0}PaymentCardTypesEnum" maxOccurs="unbounded"/>
<element name="otherPaymentCards" type="{http://datex2.eu/schema/2/2_0}String" maxOccurs="unbounded" minOccurs="0"/>
<element name="paymentCardBrands" type="{http://datex2.eu/schema/2/2_0}PaymentCardBrandsEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="otherPaymentCardBrands" type="{http://datex2.eu/schema/2/2_0}String" maxOccurs="unbounded" minOccurs="0"/>
<element name="acceptedPaymentCardsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
acceptedPaymentCardsExtension |
protected List<String> |
otherPaymentCardBrands |
protected List<String> |
otherPaymentCards |
protected List<PaymentCardBrandsEnum> |
paymentCardBrands |
protected List<PaymentCardTypesEnum> |
paymentCards |
| Constructor and Description |
|---|
AcceptedPaymentCards() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getAcceptedPaymentCardsExtension()
Gets the value of the acceptedPaymentCardsExtension property.
|
List<String> |
getOtherPaymentCardBrands()
Gets the value of the otherPaymentCardBrands property.
|
List<String> |
getOtherPaymentCards()
Gets the value of the otherPaymentCards property.
|
List<PaymentCardBrandsEnum> |
getPaymentCardBrands()
Gets the value of the paymentCardBrands property.
|
List<PaymentCardTypesEnum> |
getPaymentCards()
Gets the value of the paymentCards property.
|
void |
setAcceptedPaymentCardsExtension(ExtensionType value)
Sets the value of the acceptedPaymentCardsExtension property.
|
protected List<PaymentCardTypesEnum> paymentCards
protected List<PaymentCardBrandsEnum> paymentCardBrands
protected ExtensionType acceptedPaymentCardsExtension
public List<PaymentCardTypesEnum> getPaymentCards()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentCards property.
For example, to add a new item, do as follows:
getPaymentCards().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentCardTypesEnum
public List<String> getOtherPaymentCards()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the otherPaymentCards property.
For example, to add a new item, do as follows:
getOtherPaymentCards().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<PaymentCardBrandsEnum> getPaymentCardBrands()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentCardBrands property.
For example, to add a new item, do as follows:
getPaymentCardBrands().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentCardBrandsEnum
public List<String> getOtherPaymentCardBrands()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the otherPaymentCardBrands property.
For example, to add a new item, do as follows:
getOtherPaymentCardBrands().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ExtensionType getAcceptedPaymentCardsExtension()
ExtensionTypepublic void setAcceptedPaymentCardsExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.