java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.OtherItemType

public class OtherItemType extends Object
Other service information used for long sells.

Java class for OtherItemType complex type.

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

 <complexType name="OtherItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}PriceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OtherItemType

      public OtherItemType()
  • Method Details

    • 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
    • getPrice

      public PriceType getPrice()
      Gets the value of the price property.
      Returns:
      possible object is PriceType
    • setPrice

      public void setPrice(PriceType value)
      Sets the value of the price property.
      Parameters:
      value - allowed object is PriceType