Class AllianceType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityrequest.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_SeatAvailabilityRQ}AllianceCodeType" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ProperNameType" minOccurs="0"/>
<element name="URL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}UniformResourceID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allianceCode 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
-
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
-
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
-