java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.WarningType

public class WarningType extends Object
Contains information related to potential business errors detected during processing of the preceding request.

Java class for WarningType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WarningType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Code" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CodeType" minOccurs="0"/>
         <element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType" minOccurs="0"/>
         <element name="LangCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CodeType" minOccurs="0"/>
         <element name="OwnerName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ProperNameType" minOccurs="0"/>
         <element name="StatusText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType" minOccurs="0"/>
         <element name="TagText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType" minOccurs="0"/>
         <element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CodeType" minOccurs="0"/>
         <element name="URL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}UniformResourceID_Type" minOccurs="0"/>
         <element name="WarningID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • code

      protected String code
    • descText

      protected String descText
    • langCode

      protected String langCode
    • ownerName

      protected String ownerName
    • statusText

      protected String statusText
    • tagText

      protected String tagText
    • typeCode

      protected String typeCode
    • url

      protected String url
    • warningID

      protected String warningID
  • Constructor Details

    • WarningType

      public WarningType()
  • Method Details

    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

      public void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is String
    • getDescText

      public String getDescText()
      Gets the value of the descText property.
      Returns:
      possible object is String
    • setDescText

      public void setDescText(String value)
      Sets the value of the descText property.
      Parameters:
      value - allowed object is String
    • getLangCode

      public String getLangCode()
      Gets the value of the langCode property.
      Returns:
      possible object is String
    • setLangCode

      public void setLangCode(String value)
      Sets the value of the langCode property.
      Parameters:
      value - allowed object is String
    • getOwnerName

      public String getOwnerName()
      Gets the value of the ownerName property.
      Returns:
      possible object is String
    • setOwnerName

      public void setOwnerName(String value)
      Sets the value of the ownerName property.
      Parameters:
      value - allowed object is String
    • getStatusText

      public String getStatusText()
      Gets the value of the statusText property.
      Returns:
      possible object is String
    • setStatusText

      public void setStatusText(String value)
      Sets the value of the statusText property.
      Parameters:
      value - allowed object is String
    • getTagText

      public String getTagText()
      Gets the value of the tagText property.
      Returns:
      possible object is String
    • setTagText

      public void setTagText(String value)
      Sets the value of the tagText property.
      Parameters:
      value - allowed object is String
    • getTypeCode

      public String getTypeCode()
      Gets the value of the typeCode property.
      Returns:
      possible object is String
    • setTypeCode

      public void setTypeCode(String value)
      Sets the value of the typeCode 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
    • getWarningID

      public String getWarningID()
      Gets the value of the warningID property.
      Returns:
      possible object is String
    • setWarningID

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