java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.RemarkType

public class RemarkType extends Object
Additional, supplementary information about the document or service.

Java class for RemarkType complex type.

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

 <complexType name="RemarkType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DisplayInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IndType" minOccurs="0"/>
         <element name="RemarkText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
         <element name="Timestamp" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateTimeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RemarkType

      public RemarkType()
  • Method Details

    • isDisplayInd

      public Boolean isDisplayInd()
      Gets the value of the displayInd property.
      Returns:
      possible object is Boolean
    • setDisplayInd

      public void setDisplayInd(Boolean value)
      Sets the value of the displayInd property.
      Parameters:
      value - allowed object is Boolean
    • getRemarkText

      public String getRemarkText()
      Gets the value of the remarkText property.
      Returns:
      possible object is String
    • setRemarkText

      public void setRemarkText(String value)
      Sets the value of the remarkText property.
      Parameters:
      value - allowed object is String
    • getTimestamp

      public XMLGregorianCalendar getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimestamp

      public void setTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar