java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.PrePaidCertificateType

public class PrePaidCertificateType extends Object

Java class for PrePaidCertificateType complex type.

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

 <complexType name="PrePaidCertificateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AppText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
         <element name="EffectiveDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}DateTimeType" minOccurs="0"/>
         <element name="ExpiryDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}DateTimeType" minOccurs="0"/>
         <element name="Number" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NumberType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PrePaidCertificateType

      public PrePaidCertificateType()
  • Method Details

    • getAppText

      public String getAppText()
      Gets the value of the appText property.
      Returns:
      possible object is String
    • setAppText

      public void setAppText(String value)
      Sets the value of the appText property.
      Parameters:
      value - allowed object is String
    • getEffectiveDateTime

      public XMLGregorianCalendar getEffectiveDateTime()
      Gets the value of the effectiveDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEffectiveDateTime

      public void setEffectiveDateTime(XMLGregorianCalendar value)
      Sets the value of the effectiveDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getExpiryDateTime

      public XMLGregorianCalendar getExpiryDateTime()
      Gets the value of the expiryDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setExpiryDateTime

      public void setExpiryDateTime(XMLGregorianCalendar value)
      Sets the value of the expiryDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getNumber

      public BigDecimal getNumber()
      Gets the value of the number property.
      Returns:
      possible object is BigDecimal
    • setNumber

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