Class CharTwoFieldParamsType
java.lang.Object
org.apache.xml.security.binding.xmldsig11.CharTwoFieldParamsType
- Direct Known Subclasses:
PnBFieldParamsType, TnBFieldParamsType
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetM()Gets the value of the m property.voidsetM(BigInteger value) Sets the value of the m property.
-
Field Details
-
m
-
-
Constructor Details
-
CharTwoFieldParamsType
public CharTwoFieldParamsType()
-
-
Method Details
-
getM
-
setM
Sets the value of the m property.- Parameters:
value- allowed object isBigInteger
-