Class MerchantType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.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_OrderChangeRQ}CarrierType" minOccurs="0"/>
<element name="Country" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CountryType" minOccurs="0"/>
<element name="MerchantID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type"/>
<element name="MerchantName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}NameType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CarrierTypeprotected CountryTypeprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the carrier property.Gets the value of the country property.Gets the value of the merchantID property.Gets the value of the merchantName property.voidsetCarrier(CarrierType value) Sets the value of the carrier property.voidsetCountry(CountryType value) Sets the value of the country property.voidsetMerchantID(String value) Sets the value of the merchantID property.voidsetMerchantName(String value) Sets the value of the merchantName property.
-
Field Details
-
carrier
-
country
-
merchantID
-
merchantName
-
-
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
-
getMerchantID
Gets the value of the merchantID property.- Returns:
- possible object is
String
-
setMerchantID
Sets the value of the merchantID property.- Parameters:
value- allowed object isString
-
getMerchantName
Gets the value of the merchantName property.- Returns:
- possible object is
String
-
setMerchantName
Sets the value of the merchantName property.- Parameters:
value- allowed object isString
-