Package ietf.params.xml.ns.icalendar_2
Class IntegerParameterType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseParameterType
-
- ietf.params.xml.ns.icalendar_2.IntegerParameterType
-
- Direct Known Subclasses:
ResponseParameterType
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegerinteger
-
Constructor Summary
Constructors Constructor Description IntegerParameterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetInteger()Gets the value of the integer property.voidsetInteger(BigInteger value)Sets the value of the integer property.
-
-
-
Field Detail
-
integer
protected BigInteger integer
-
-
Method Detail
-
getInteger
public BigInteger getInteger()
Gets the value of the integer property.- Returns:
- possible object is
BigInteger
-
setInteger
public void setInteger(BigInteger value)
Sets the value of the integer property.- Parameters:
value- allowed object isBigInteger
-
-