Class PnBFieldParamsType


  • 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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.math.BigInteger k1  
      protected java.math.BigInteger k2  
      protected java.math.BigInteger k3  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getK1()
      Gets the value of the k1 property.
      java.math.BigInteger getK2()
      Gets the value of the k2 property.
      java.math.BigInteger getK3()
      Gets the value of the k3 property.
      void setK1​(java.math.BigInteger value)
      Sets the value of the k1 property.
      void setK2​(java.math.BigInteger value)
      Sets the value of the k2 property.
      void setK3​(java.math.BigInteger value)
      Sets the value of the k3 property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • k1

        protected java.math.BigInteger k1
      • k2

        protected java.math.BigInteger k2
      • k3

        protected java.math.BigInteger k3
    • Constructor Detail

      • PnBFieldParamsType

        public PnBFieldParamsType()
    • Method Detail

      • getK1

        public java.math.BigInteger getK1()
        Gets the value of the k1 property.
        Returns:
        possible object is BigInteger
      • setK1

        public void setK1​(java.math.BigInteger value)
        Sets the value of the k1 property.
        Parameters:
        value - allowed object is BigInteger
      • getK2

        public java.math.BigInteger getK2()
        Gets the value of the k2 property.
        Returns:
        possible object is BigInteger
      • setK2

        public void setK2​(java.math.BigInteger value)
        Sets the value of the k2 property.
        Parameters:
        value - allowed object is BigInteger
      • getK3

        public java.math.BigInteger getK3()
        Gets the value of the k3 property.
        Returns:
        possible object is BigInteger
      • setK3

        public void setK3​(java.math.BigInteger value)
        Sets the value of the k3 property.
        Parameters:
        value - allowed object is BigInteger