Class BilateralTimeLimitType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.BilateralTimeLimitType
A bilaterally agreed limitation or restriction of time.
Java class for BilateralTimeLimitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BilateralTimeLimitType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}NameType" minOccurs="0"/>
<element name="TimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}DateTimeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the descText property.getName()Gets the value of the name property.Gets the value of the timeLimitDateTime property.voidsetDescText(String value) Sets the value of the descText property.voidSets the value of the name property.voidSets the value of the timeLimitDateTime property.
-
Field Details
-
descText
-
name
-
timeLimitDateTime
-
-
Constructor Details
-
BilateralTimeLimitType
public BilateralTimeLimitType()
-
-
Method Details
-
getDescText
Gets the value of the descText property.- Returns:
- possible object is
String
-
setDescText
Sets the value of the descText property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getTimeLimitDateTime
Gets the value of the timeLimitDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimeLimitDateTime
Sets the value of the timeLimitDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-