Module ical4j.core

Class Postalcode

All Implemented Interfaces:
Serializable, Comparable<Property>, Encodable, FluentProperty, Prototype<Property>

public class Postalcode extends Property implements Encodable
$Id$

Created: [Apr 6, 2004]

Defines a POSTALCODE iCalendar component property.

See Also:
  • Constructor Details

    • Postalcode

      public Postalcode()
      Default constructor.
    • Postalcode

      public Postalcode(String aValue)
      Parameters:
      aValue - a value string for this component
    • Postalcode

      public Postalcode(ParameterList aList, String aValue)
      Parameters:
      aList - a list of parameters for this component
      aValue - a value string for this component
  • Method Details