biweekly.property
Class Url

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.ValuedProperty<String>
          extended by biweekly.property.TextProperty
              extended by biweekly.property.Url

public class Url
extends TextProperty

Points to a resource that contains additional information about a component.

Examples:

 Url url = new Url("http://example.com");
 

Author:
Michael Angstadt
Specification Reference:
RFC 5545 p.116-7

Field Summary
 
Fields inherited from class biweekly.property.ValuedProperty
value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
Url(String url)
          Creates a URL property.
 
Method Summary
 
Methods inherited from class biweekly.property.ValuedProperty
getValue, setValue, validate
 
Methods inherited from class biweekly.property.ICalProperty
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Url

public Url(String url)
Creates a URL property.

Parameters:
url - the URL (e.g. "http://example.com/resource.ics")


Copyright © 2013 Michael Angstadt. All Rights Reserved.