public class KnotType extends Object
Java class for KnotType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KnotType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="multiplicity" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="weight" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
multiplicity |
protected double |
value |
protected double |
weight |
| Constructor and Description |
|---|
KnotType()
Default no-arg constructor
|
KnotType(double value,
BigInteger multiplicity,
double weight)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getMultiplicity()
Gets the value of the multiplicity property.
|
double |
getValue()
Gets the value of the value property.
|
double |
getWeight()
Gets the value of the weight property.
|
void |
setMultiplicity(BigInteger value)
Sets the value of the multiplicity property.
|
void |
setValue(double value)
Sets the value of the value property.
|
void |
setWeight(double value)
Sets the value of the weight property.
|
protected double value
protected BigInteger multiplicity
protected double weight
public KnotType()
public KnotType(double value,
BigInteger multiplicity,
double weight)
public double getValue()
public void setValue(double value)
public BigInteger getMultiplicity()
BigIntegerpublic void setMultiplicity(BigInteger value)
value - allowed object is
BigIntegerpublic double getWeight()
public void setWeight(double value)
Copyright © 2021 B3Partners B.V.. All rights reserved.