Class MerchantType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.MerchantType
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_OrderSalesInformationNotifRQ}CarrierType" minOccurs="0"/>
<element name="Country" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CountryType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the carrier property.Gets the value of the country property.voidsetCarrier(CarrierType value) Sets the value of the carrier property.voidsetCountry(CountryType value) Sets the value of the country property.
-
Field Details
-
carrier
-
country
-
-
Constructor Details
-
MerchantType
public MerchantType()
-
-
Method Details
-
getCarrier
Gets the value of the carrier property.- Returns:
- possible object is
CarrierType
-
setCarrier
Sets the value of the carrier property.- Parameters:
value- allowed object isCarrierType
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
CountryType
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountryType
-