public class Keywords
extends java.lang.Object
Java class for Keywords complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Keywords"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="keyword" type="{http://www.w3.org/2001/XMLSchema}string"/> <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"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Keywords() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the value of the height property.
|
java.lang.String |
getKeyword()
Gets the value of the keyword 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 |
setHeight(int value)
Sets the value of the height property.
|
void |
setKeyword(java.lang.String value)
Sets the value of the keyword 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 getKeyword()
String
public void setKeyword(java.lang.String value)
value
- allowed object is
String
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)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"