Class VoucherType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpriceresponse.VoucherType
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_OfferPriceRS}DateType" minOccurs="0"/>
<element name="ExpirationDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}DateType" minOccurs="0"/>
<element name="RemainingAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}AmountType" minOccurs="0"/>
<element name="VoucherID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected AmountTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the effectiveDate property.Gets the value of the expirationDate property.Gets the value of the remainingAmount property.Gets the value of the voucherID property.voidSets the value of the effectiveDate property.voidSets the value of the expirationDate property.voidsetRemainingAmount(AmountType value) Sets the value of the remainingAmount property.voidsetVoucherID(String value) Sets the value of the voucherID property.
-
Field Details
-
effectiveDate
-
expirationDate
-
remainingAmount
-
voucherID
-
-
Constructor Details
-
VoucherType
public VoucherType()
-
-
Method Details
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getRemainingAmount
Gets the value of the remainingAmount property.- Returns:
- possible object is
AmountType
-
setRemainingAmount
Sets the value of the remainingAmount property.- Parameters:
value- allowed object isAmountType
-
getVoucherID
Gets the value of the voucherID property.- Returns:
- possible object is
String
-
setVoucherID
Sets the value of the voucherID property.- Parameters:
value- allowed object isString
-