java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.VoucherType

public class VoucherType extends Object
A document that entitles the holder to a discount or that may be exchanged for goods or services.

Java class for VoucherType complex type.

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

 <complexType name="VoucherType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="EffectiveDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}DateType" minOccurs="0"/>
         <element name="ExpirationDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}DateType" minOccurs="0"/>
         <element name="RemainingAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}AmountType" minOccurs="0"/>
         <element name="VoucherID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • VoucherType

      public VoucherType()
  • Method Details

    • getEffectiveDate

      public XMLGregorianCalendar getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEffectiveDate

      public void setEffectiveDate(XMLGregorianCalendar value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getExpirationDate

      public XMLGregorianCalendar getExpirationDate()
      Gets the value of the expirationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setExpirationDate

      public void setExpirationDate(XMLGregorianCalendar value)
      Sets the value of the expirationDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getRemainingAmount

      public AmountType getRemainingAmount()
      Gets the value of the remainingAmount property.
      Returns:
      possible object is AmountType
    • setRemainingAmount

      public void setRemainingAmount(AmountType value)
      Sets the value of the remainingAmount property.
      Parameters:
      value - allowed object is AmountType
    • getVoucherID

      public String getVoucherID()
      Gets the value of the voucherID property.
      Returns:
      possible object is String
    • setVoucherID

      public void setVoucherID(String value)
      Sets the value of the voucherID property.
      Parameters:
      value - allowed object is String