public class Target extends Object
Java class for target complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="target">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bbox" type="{http://comet.werk-ii.com/base}bbox"/>
<element name="area" type="{http://comet.werk-ii.com/base}area"/>
</sequence>
<attribute name="x" use="required" type="{http://comet.werk-ii.com/base}floatN" />
<attribute name="y" use="required" type="{http://comet.werk-ii.com/base}floatN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Area |
area |
protected Bbox |
bbox |
protected String |
x |
protected String |
y |
| Constructor and Description |
|---|
Target() |
| Modifier and Type | Method and Description |
|---|---|
Area |
getArea()
Gets the value of the area property.
|
Bbox |
getBbox()
Gets the value of the bbox property.
|
String |
getX()
Gets the value of the x property.
|
String |
getY()
Gets the value of the y property.
|
void |
setArea(Area value)
Sets the value of the area property.
|
void |
setBbox(Bbox value)
Sets the value of the bbox property.
|
void |
setX(String value)
Sets the value of the x property.
|
void |
setY(String value)
Sets the value of the y property.
|
protected Bbox bbox
protected Area area
protected String x
protected String y
public void setBbox(Bbox value)
value - allowed object is
Bboxpublic void setArea(Area value)
value - allowed object is
Areapublic void setX(String value)
value - allowed object is
StringCopyright © 2017 SAP SE. All Rights Reserved.