public class Reference extends Object
Java class for reference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="reference">
<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="type" use="required" type="{http://comet.werk-ii.com/psc_notes}refType" />
<attribute name="uid" use="required" type="{http://comet.werk-ii.com/base}uidTypeN" />
<attribute name="id" use="required" type="{http://comet.werk-ii.com/base}idTypeN" />
<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" />
<attribute name="start" use="required" type="{http://comet.werk-ii.com/base}unsignedIntN" />
<attribute name="end" use="required" type="{http://comet.werk-ii.com/base}signedIntN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Area |
area |
protected Bbox |
bbox |
protected String |
end |
protected String |
id |
protected String |
start |
protected RefType |
type |
protected String |
uid |
protected String |
x |
protected String |
y |
| Constructor and Description |
|---|
Reference() |
| 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 |
getEnd()
Gets the value of the end property.
|
String |
getId()
Gets the value of the id property.
|
String |
getStart()
Gets the value of the start property.
|
RefType |
getType()
Gets the value of the type property.
|
String |
getUid()
Gets the value of the uid 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 |
setEnd(String value)
Sets the value of the end property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setStart(String value)
Sets the value of the start property.
|
void |
setType(RefType value)
Sets the value of the type property.
|
void |
setUid(String value)
Sets the value of the uid 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 RefType type
protected String uid
protected String id
protected String x
protected String y
protected String start
protected String end
public void setBbox(Bbox value)
value - allowed object is
Bboxpublic void setArea(Area value)
value - allowed object is
Areapublic RefType getType()
RefTypepublic void setType(RefType value)
value - allowed object is
RefTypepublic String getUid()
Stringpublic void setUid(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic void setX(String value)
value - allowed object is
Stringpublic void setY(String value)
value - allowed object is
Stringpublic String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic String getEnd()
StringCopyright © 2017 SAP SE. All Rights Reserved.