Class CharTwoFieldParamsType

  • Direct Known Subclasses:
    PnBFieldParamsType, TnBFieldParamsType

    public class CharTwoFieldParamsType
    extends java.lang.Object

    Java class for CharTwoFieldParamsType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CharTwoFieldParamsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="M" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

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

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

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

      • m

        protected java.math.BigInteger m
    • Constructor Detail

      • CharTwoFieldParamsType

        public CharTwoFieldParamsType()
    • Method Detail

      • getM

        public java.math.BigInteger getM()
        Gets the value of the m property.
        Returns:
        possible object is BigInteger
      • setM

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