public class Point extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="pos_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="neg_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
negDens |
protected Float |
posDens |
protected Float |
value |
| Constructor and Description |
|---|
Point() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getNegDens()
Gets the value of the negDens property.
|
Float |
getPosDens()
Gets the value of the posDens property.
|
Float |
getValue()
Gets the value of the value property.
|
void |
setNegDens(Float value)
Sets the value of the negDens property.
|
void |
setPosDens(Float value)
Sets the value of the posDens property.
|
void |
setValue(Float value)
Sets the value of the value property.
|
protected Float value
protected Float posDens
protected Float negDens
public Float getValue()
Floatpublic void setValue(Float value)
value - allowed object is
Floatpublic Float getPosDens()
Floatpublic void setPosDens(Float value)
value - allowed object is
Floatpublic Float getNegDens()
FloatCopyright © 2017. All rights reserved.