Package ietf.params.xml.ns.icalendar_2
Class IntegerPropertyType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BasePropertyType
ietf.params.xml.ns.icalendar_2.IntegerPropertyType
- Direct Known Subclasses:
PercentCompletePropType,PollItemIdPropType,PriorityPropType,RepeatPropType,SequencePropType,XBedeworkMaxTicketsPerUserPropType,XBedeworkMaxTicketsPropType
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>
-
Field Summary
FieldsFields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the integer property.voidsetInteger(BigInteger value) Sets the value of the integer property.Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
Field Details
-
integer
-
-
Constructor Details
-
IntegerPropertyType
public IntegerPropertyType()
-
-
Method Details
-
getInteger
Gets the value of the integer property.- Returns:
- possible object is
BigInteger
-
setInteger
Sets the value of the integer property.- Parameters:
value- allowed object isBigInteger
-