public class IntegerParameterType extends BaseParameterType
Java class for IntegerParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntegerParameterType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseParameterType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}integer"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
integer |
| Constructor and Description |
|---|
IntegerParameterType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getInteger()
Gets the value of the integer property.
|
void |
setInteger(BigInteger value)
Sets the value of the integer property.
|
protected BigInteger integer
public BigInteger getInteger()
BigIntegerpublic void setInteger(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017 Bedework. All rights reserved.