public class Info extends Object
Java class for info complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="info"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="state" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="angle" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
angle |
protected String |
label |
protected String |
prefix |
protected String |
state |
Constructor and Description |
---|
Info() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAngle()
Gets the value of the angle property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
String |
getState()
Gets the value of the state property.
|
void |
setAngle(BigDecimal value)
Sets the value of the angle property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setState(String value)
Sets the value of the state property.
|
protected String state
protected String prefix
protected String label
protected BigDecimal angle
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public BigDecimal getAngle()
BigDecimal
public void setAngle(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2018. All rights reserved.