java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.AllianceType

public class AllianceType extends Object
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_ServiceListRQ}AllianceCodeType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ProperNameType" minOccurs="0"/>
         <element name="URL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}UniformResourceID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • allianceCode

      protected String allianceCode
    • name

      protected String name
    • url

      protected String url
  • Constructor Details

    • AllianceType

      public AllianceType()
  • Method Details

    • getAllianceCode

      public String getAllianceCode()
      Gets the value of the allianceCode property.
      Returns:
      possible object is String
    • setAllianceCode

      public void setAllianceCode(String value)
      Sets the value of the allianceCode property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getURL

      public String getURL()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setURL

      public void setURL(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String