public class TnBFieldParamsType extends CharTwoFieldParamsType
Java class for TnBFieldParamsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TnBFieldParamsType">
<complexContent>
<extension base="{http://www.w3.org/2009/xmldsig11#}CharTwoFieldParamsType">
<sequence>
<element name="K" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
k |
m| Constructor and Description |
|---|
TnBFieldParamsType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getK()
Gets the value of the k property.
|
void |
setK(BigInteger value)
Sets the value of the k property.
|
getM, setMprotected BigInteger k
public BigInteger getK()
BigIntegerpublic void setK(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.