net.fortuna.ical4j.model.property
Class Postalcode
Propertynet.fortuna.ical4j.model.property.Postalcode
- Escapable
public class Postalcode
extends Property
implements Escapable
$Id$
Created: [Apr 6, 2004]
Defines a POSTALCODE iCalendar component property.
Postalcode
public Postalcode()
Default constructor.
Postalcode
public Postalcode(ParameterList aList,
String aValue)aList - a list of parameters for this componentaValue - a value string for this component
Postalcode
public Postalcode(String aValue)
aValue - a value string for this component
getValue
public final String getValue()
setValue
public final void setValue(String aValue)
validate
public final void validate()
throws ValidationExceptionnet.fortuna.ical4j.model.Property.validate()