java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.BilateralTimeLimitType

public class BilateralTimeLimitType extends Object
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_OrderViewRS}TextType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NameType" minOccurs="0"/>
         <element name="TimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateTimeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BilateralTimeLimitType

      public BilateralTimeLimitType()
  • Method Details

    • getDescText

      public String getDescText()
      Gets the value of the descText property.
      Returns:
      possible object is String
    • setDescText

      public void setDescText(String value)
      Sets the value of the descText property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getTimeLimitDateTime

      public XMLGregorianCalendar getTimeLimitDateTime()
      Gets the value of the timeLimitDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimeLimitDateTime

      public void setTimeLimitDateTime(XMLGregorianCalendar value)
      Sets the value of the timeLimitDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar