Package com.scene7.ipsapi
Class GetSearchStringsReturn
- java.lang.Object
-
- com.scene7.ipsapi.GetSearchStringsReturn
-
public class GetSearchStringsReturn extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="searchStringsArray" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}SearchStringsArray"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GetSearchStringsReturn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchStringsArraygetSearchStringsArray()Gets the value of the searchStringsArray property.voidsetSearchStringsArray(SearchStringsArray value)Sets the value of the searchStringsArray property.
-
-
-
Method Detail
-
getSearchStringsArray
public SearchStringsArray getSearchStringsArray()
Gets the value of the searchStringsArray property.- Returns:
- possible object is
SearchStringsArray
-
setSearchStringsArray
public void setSearchStringsArray(SearchStringsArray value)
Sets the value of the searchStringsArray property.- Parameters:
value- allowed object isSearchStringsArray
-
-