Class PrePaidCertificateType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.PrePaidCertificateType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the appText property.Gets the value of the effectiveDateTime property.Gets the value of the expiryDateTime property.Gets the value of the number property.voidsetAppText(String value) Sets the value of the appText property.voidSets the value of the effectiveDateTime property.voidSets the value of the expiryDateTime property.voidsetNumber(BigDecimal value) Sets the value of the number property.
-
Field Details
-
appText
-
effectiveDateTime
-
expiryDateTime
-
number
-
-
Constructor Details
-
PrePaidCertificateType
public PrePaidCertificateType()
-
-
Method Details
-
getAppText
Gets the value of the appText property.- Returns:
- possible object is
String
-
setAppText
Sets the value of the appText property.- Parameters:
value- allowed object isString
-
getEffectiveDateTime
Gets the value of the effectiveDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEffectiveDateTime
Sets the value of the effectiveDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getExpiryDateTime
Gets the value of the expiryDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpiryDateTime
Sets the value of the expiryDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
BigDecimal
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isBigDecimal
-