public class SearchStrings
extends java.lang.Object
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/2017-10-29-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 and Description |
---|
SearchStrings() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFontName()
Gets the value of the fontName property.
|
int |
getHeight()
Gets the value of the height property.
|
KeywordsArray |
getKeywordsArray()
Gets the value of the keywordsArray property.
|
java.lang.String |
getPointSize()
Gets the value of the pointSize property.
|
java.lang.String |
getSearchString()
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(java.lang.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(java.lang.String value)
Sets the value of the pointSize property.
|
void |
setSearchString(java.lang.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.
|
public java.lang.String getSearchString()
String
public void setSearchString(java.lang.String value)
value
- allowed object is
String
public KeywordsArray getKeywordsArray()
KeywordsArray
public void setKeywordsArray(KeywordsArray value)
value
- allowed object is
KeywordsArray
public boolean isStatus()
public void setStatus(boolean value)
public int getX()
public void setX(int value)
public int getY()
public void setY(int value)
public int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int value)
public java.lang.String getFontName()
String
public void setFontName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPointSize()
String
public void setPointSize(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"