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()
BigDecimal
public void setAngle(BigDecimal value)
value
- allowed object is
BigDecimal
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public BigDecimal getSize()
BigDecimal
public void setSize(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2018. All rights reserved.