Class RemarkType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.RemarkType
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_SeatAvailabilityRS}IndType" minOccurs="0"/>
<element name="RemarkText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType" minOccurs="0"/>
<element name="Timestamp" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}DateTimeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the remarkText property.Gets the value of the timestamp property.Gets the value of the displayInd property.voidsetDisplayInd(Boolean value) Sets the value of the displayInd property.voidsetRemarkText(String value) Sets the value of the remarkText property.voidsetTimestamp(XMLGregorianCalendar value) Sets the value of the timestamp property.
-
Field Details
-
displayInd
-
remarkText
-
timestamp
-
-
Constructor Details
-
RemarkType
public RemarkType()
-
-
Method Details
-
isDisplayInd
Gets the value of the displayInd property.- Returns:
- possible object is
Boolean
-
setDisplayInd
Sets the value of the displayInd property.- Parameters:
value- allowed object isBoolean
-
getRemarkText
Gets the value of the remarkText property.- Returns:
- possible object is
String
-
setRemarkText
Sets the value of the remarkText property.- Parameters:
value- allowed object isString
-
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-