java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.DeliveryProviderType

public class DeliveryProviderType extends Object

Java class for DeliveryProviderType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DeliveryProviderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NameType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DeliveryProviderType

      public DeliveryProviderType()
  • Method Details

    • getID

      public String getID()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setID

      public void setID(String value)
      Sets the value of the id 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