Package com.scene7.ipsapi
Class SearchStrings
java.lang.Object
com.scene7.ipsapi.SearchStrings
Java class for SearchStrings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchStrings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="searchString" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="keywordsArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}KeywordsArray"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="x" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="y" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="fontName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pointSize" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fontName property.int
Gets the value of the height property.Gets the value of the keywordsArray property.Gets the value of the pointSize property.Gets the value of the searchString property.int
getWidth()
Gets the value of the width property.int
getX()
Gets the value of the x property.int
getY()
Gets the value of the y property.boolean
isStatus()
Gets the value of the status property.void
setFontName
(String value) Sets the value of the fontName property.void
setHeight
(int value) Sets the value of the height property.void
setKeywordsArray
(KeywordsArray value) Sets the value of the keywordsArray property.void
setPointSize
(String value) Sets the value of the pointSize property.void
setSearchString
(String value) Sets the value of the searchString property.void
setStatus
(boolean value) Sets the value of the status property.void
setWidth
(int value) Sets the value of the width property.void
setX
(int value) Sets the value of the x property.void
setY
(int value) Sets the value of the y property.
-
Constructor Details
-
SearchStrings
public SearchStrings()
-
-
Method Details
-
getSearchString
Gets the value of the searchString property.- Returns:
- possible object is
String
-
setSearchString
Sets the value of the searchString property.- Parameters:
value
- allowed object isString
-
getKeywordsArray
Gets the value of the keywordsArray property.- Returns:
- possible object is
KeywordsArray
-
setKeywordsArray
Sets the value of the keywordsArray property.- Parameters:
value
- allowed object isKeywordsArray
-
isStatus
public boolean isStatus()Gets the value of the status property. -
setStatus
public void setStatus(boolean value) Sets the value of the status property. -
getX
public int getX()Gets the value of the x property. -
setX
public void setX(int value) Sets the value of the x property. -
getY
public int getY()Gets the value of the y property. -
setY
public void setY(int value) Sets the value of the y property. -
getWidth
public int getWidth()Gets the value of the width property. -
setWidth
public void setWidth(int value) Sets the value of the width property. -
getHeight
public int getHeight()Gets the value of the height property. -
setHeight
public void setHeight(int value) Sets the value of the height property. -
getFontName
Gets the value of the fontName property.- Returns:
- possible object is
String
-
setFontName
Sets the value of the fontName property.- Parameters:
value
- allowed object isString
-
getPointSize
Gets the value of the pointSize property.- Returns:
- possible object is
String
-
setPointSize
Sets the value of the pointSize property.- Parameters:
value
- allowed object isString
-