Class IntegerPropertyType

  • Direct Known Subclasses:
    PercentCompletePropType, PriorityPropType, RepeatPropType, SequencePropType

    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>
     
    • Constructor Detail

      • IntegerPropertyType

        public IntegerPropertyType()
    • 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 is BigInteger