java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.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_ServiceDeliveryNotifRQ}AllianceCodeType" minOccurs="0"/>
         <element name="Carrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}CarrierType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}ProperNameType" minOccurs="0"/>
         <element name="URL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}UniformResourceID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • 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
    • getCarrier

      public List<CarrierType> 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 set method 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

      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