Class MessageDocType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityrequest.MessageDocType
NDC Message Document information.
Java class for MessageDocType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageDocType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}NameType" minOccurs="0"/>
<element name="RefVersionNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}NumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the refVersionNumber property.voidSets the value of the name property.voidsetRefVersionNumber(BigDecimal value) Sets the value of the refVersionNumber property.
-
Field Details
-
name
-
refVersionNumber
-
-
Constructor Details
-
MessageDocType
public MessageDocType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getRefVersionNumber
Gets the value of the refVersionNumber property.- Returns:
- possible object is
BigDecimal
-
setRefVersionNumber
Sets the value of the refVersionNumber property.- Parameters:
value- allowed object isBigDecimal
-