public class BindingRegion extends Object
Java class for bindingRegion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bindingRegion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="angle" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="size" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
angle |
protected String |
id |
protected String |
name |
protected BigDecimal |
size |
| Constructor and Description |
|---|
BindingRegion() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAngle()
Gets the value of the angle property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
BigDecimal |
getSize()
Gets the value of the size property.
|
void |
setAngle(BigDecimal value)
Sets the value of the angle property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSize(BigDecimal value)
Sets the value of the size property.
|
protected BigDecimal angle
protected String id
protected String name
protected BigDecimal size
public BigDecimal getAngle()
BigDecimalpublic void setAngle(BigDecimal value)
value - allowed object is
BigDecimalpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigDecimal getSize()
BigDecimalpublic void setSize(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.