Class MessageDocType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.MessageDocType

public class MessageDocType extends Object
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_OrderSalesInformationNotifRQ}NameType" minOccurs="0"/>
         <element name="RefVersionNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}NumberType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • refVersionNumber

      protected BigDecimal refVersionNumber
  • Constructor Details

    • MessageDocType

      public MessageDocType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getRefVersionNumber

      public BigDecimal getRefVersionNumber()
      Gets the value of the refVersionNumber property.
      Returns:
      possible object is BigDecimal
    • setRefVersionNumber

      public void setRefVersionNumber(BigDecimal value)
      Sets the value of the refVersionNumber property.
      Parameters:
      value - allowed object is BigDecimal