public class IntegerPropertyType extends BasePropertyType
Java class for IntegerPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntegerPropertyType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<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 |
parameters| Constructor and Description |
|---|
IntegerPropertyType() |
| 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.
|
getParameters, setParametersprotected BigInteger integer
public BigInteger getInteger()
BigIntegerpublic void setInteger(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017 Bedework. All rights reserved.