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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
m |
| Constructor and Description |
|---|
CharTwoFieldParamsType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getM()
Gets the value of the m property.
|
void |
setM(BigInteger value)
Sets the value of the m property.
|
protected BigInteger m
public BigInteger getM()
BigIntegerpublic void setM(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.