Class CharTwoFieldParamsType

java.lang.Object
org.apache.xml.security.binding.xmldsig11.CharTwoFieldParamsType
Direct Known Subclasses:
PnBFieldParamsType, TnBFieldParamsType

public class CharTwoFieldParamsType extends 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 Details

  • Constructor Details

    • CharTwoFieldParamsType

      public CharTwoFieldParamsType()
  • Method Details

    • getM

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

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