Class AvailPeriodType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.AvailPeriodType
Condition under which an agreement is reached.
Java class for AvailPeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvailPeriodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EarliestAvailablePeriodDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateTimeType" minOccurs="0"/>
<element name="LatestAvailablePeriodDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateTimeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the earliestAvailablePeriodDateTime property.Gets the value of the latestAvailablePeriodDateTime property.voidSets the value of the earliestAvailablePeriodDateTime property.voidSets the value of the latestAvailablePeriodDateTime property.
-
Field Details
-
earliestAvailablePeriodDateTime
-
latestAvailablePeriodDateTime
-
-
Constructor Details
-
AvailPeriodType
public AvailPeriodType()
-
-
Method Details
-
getEarliestAvailablePeriodDateTime
Gets the value of the earliestAvailablePeriodDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEarliestAvailablePeriodDateTime
Sets the value of the earliestAvailablePeriodDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getLatestAvailablePeriodDateTime
Gets the value of the latestAvailablePeriodDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLatestAvailablePeriodDateTime
Sets the value of the latestAvailablePeriodDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-