Class TnBFieldParamsType


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

      Fields 
      Modifier and Type Field Description
      protected java.math.BigInteger k  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getK()
      Gets the value of the k property.
      void setK​(java.math.BigInteger value)
      Sets the value of the k property.
      • Methods inherited from class java.lang.Object

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

      • k

        protected java.math.BigInteger k
    • Constructor Detail

      • TnBFieldParamsType

        public TnBFieldParamsType()
    • Method Detail

      • getK

        public java.math.BigInteger getK()
        Gets the value of the k property.
        Returns:
        possible object is BigInteger
      • setK

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