Class AllianceType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.AllianceType
Two or more airlines participating in a commercial relationship or joint venture, where a joint and commonly identifiable product is marketed under a single commercial name or brand.
Java class for AllianceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AllianceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AllianceCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}AllianceCodeType" minOccurs="0"/>
<element name="Carrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CarrierType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ProperNameType" minOccurs="0"/>
<element name="URL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}UniformResourceID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<CarrierType>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allianceCode property.Gets the value of the carrier property.getName()Gets the value of the name property.getURL()Gets the value of the url property.voidsetAllianceCode(String value) Sets the value of the allianceCode property.voidSets the value of the name property.voidSets the value of the url property.
-
Field Details
-
allianceCode
-
carrier
-
name
-
url
-
-
Constructor Details
-
AllianceType
public AllianceType()
-
-
Method Details
-
getAllianceCode
Gets the value of the allianceCode property.- Returns:
- possible object is
String
-
setAllianceCode
Sets the value of the allianceCode property.- Parameters:
value- allowed object isString
-
getCarrier
Gets the value of the carrier property.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
setmethod for the carrier property.For example, to add a new item, do as follows:
getCarrier().add(newItem);Objects of the following type(s) are allowed in the list
CarrierType -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getURL
Gets the value of the url property.- Returns:
- possible object is
String
-
setURL
Sets the value of the url property.- Parameters:
value- allowed object isString
-