Package com.pensio.api.generated
Class MerchantShop
java.lang.Object
com.pensio.api.generated.MerchantShop
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2026-06-04T12:18:59Z")
public class MerchantShop
extends Object
Java class for MerchantShop complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MerchantShop">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Currency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ApiVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SearchIndex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the apiVersion property.Gets the value of the currency property.getId()Gets the value of the id property.Gets the value of the searchIndex property.getTitle()Gets the value of the title property.voidsetApiVersion(String value) Sets the value of the apiVersion property.voidsetCurrency(String value) Sets the value of the currency property.voidSets the value of the id property.voidsetSearchIndex(String value) Sets the value of the searchIndex property.voidSets the value of the title property.
-
Field Details
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String id -
title
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String title -
currency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String currency -
apiVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String apiVersion -
searchIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String searchIndex
-
-
Constructor Details
-
MerchantShop
public MerchantShop()
-
-
Method Details
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setId(String value) Sets the value of the id property.- Parameters:
value- allowed object isString
-
getTitle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getTitle()Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setTitle(String value) Sets the value of the title property.- Parameters:
value- allowed object isString
-
getCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getCurrency()Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setCurrency(String value) Sets the value of the currency property.- Parameters:
value- allowed object isString
-
getApiVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getApiVersion()Gets the value of the apiVersion property.- Returns:
- possible object is
String
-
setApiVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setApiVersion(String value) Sets the value of the apiVersion property.- Parameters:
value- allowed object isString
-
getSearchIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getSearchIndex()Gets the value of the searchIndex property.- Returns:
- possible object is
String
-
setSearchIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setSearchIndex(String value) Sets the value of the searchIndex property.- Parameters:
value- allowed object isString
-