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

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

Java class for ErrorType complex type.

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

 <complexType name="ErrorType">
   <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="ErrorID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • code

      protected String code
    • descText

      protected String descText
    • errorID

      protected String errorID
    • langCode

      protected String langCode
    • ownerName

      protected String ownerName
    • statusText

      protected String statusText
    • tagText

      protected String tagText
    • typeCode

      protected String typeCode
    • url

      protected String url
  • Constructor Details

    • ErrorType

      public ErrorType()
  • 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
    • getErrorID

      public String getErrorID()
      Gets the value of the errorID property.
      Returns:
      possible object is String
    • setErrorID

      public void setErrorID(String value)
      Sets the value of the errorID 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