java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.MerchantType

public class MerchantType extends Object
A person or company that sells goods or services.

Java class for MerchantType complex type.

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

 <complexType name="MerchantType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Carrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CarrierType" minOccurs="0"/>
         <element name="Country" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CountryType" minOccurs="0"/>
         <element name="MerchantID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type"/>
         <element name="MerchantName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NameType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MerchantType

      public MerchantType()
  • Method Details

    • getCarrier

      public CarrierType getCarrier()
      Gets the value of the carrier property.
      Returns:
      possible object is CarrierType
    • setCarrier

      public void setCarrier(CarrierType value)
      Sets the value of the carrier property.
      Parameters:
      value - allowed object is CarrierType
    • getCountry

      public CountryType getCountry()
      Gets the value of the country property.
      Returns:
      possible object is CountryType
    • setCountry

      public void setCountry(CountryType value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is CountryType
    • getMerchantID

      public String getMerchantID()
      Gets the value of the merchantID property.
      Returns:
      possible object is String
    • setMerchantID

      public void setMerchantID(String value)
      Sets the value of the merchantID property.
      Parameters:
      value - allowed object is String
    • getMerchantName

      public String getMerchantName()
      Gets the value of the merchantName property.
      Returns:
      possible object is String
    • setMerchantName

      public void setMerchantName(String value)
      Sets the value of the merchantName property.
      Parameters:
      value - allowed object is String