public class STOREType extends Object
Java class for STOREType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STOREType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="serviceURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="storeID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
serviceURL |
protected String |
storeID |
| Constructor and Description |
|---|
STOREType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceURL()
Gets the value of the serviceURL property.
|
String |
getStoreID()
Gets the value of the storeID property.
|
void |
setServiceURL(String value)
Sets the value of the serviceURL property.
|
void |
setStoreID(String value)
Sets the value of the storeID property.
|
public String getServiceURL()
Stringpublic void setServiceURL(String value)
value - allowed object is
Stringpublic String getStoreID()
StringCopyright © 2022. All rights reserved.