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