Class CharTwoFieldParamsType
- java.lang.Object
-
- org.apache.xml.security.binding.xmldsig11.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
-
Constructor Summary
Constructors Constructor Description CharTwoFieldParamsType()
-
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.
-