Uses of Class
biweekly.property.Url

Packages that use Url
biweekly.component   
biweekly.property.marshaller   
 

Uses of Url in biweekly.component
 

Methods in biweekly.component that return Url
 Url VTodo.getUrl()
          Gets a URL to a resource that contains additional information about the to-do.
 Url VJournal.getUrl()
          Gets a URL to a resource that contains additional information about the journal entry.
 Url VFreeBusy.getUrl()
          Gets a URL to a resource that contains additional information about the free/busy entry.
 Url VEvent.getUrl()
          Gets a URL to a resource that contains additional information about the event.
 Url VTodo.setUrl(String url)
          Sets a URL to a resource that contains additional information about the to-do.
 Url VJournal.setUrl(String url)
          Sets a URL to a resource that contains additional information about the journal entry.
 Url VFreeBusy.setUrl(String url)
          Sets a URL to a resource that contains additional information about the free/busy entry.
 Url VEvent.setUrl(String url)
          Sets a URL to a resource that contains additional information about the event.
 

Methods in biweekly.component with parameters of type Url
 void VTodo.setUrl(Url url)
          Sets a URL to a resource that contains additional information about the to-do.
 void VJournal.setUrl(Url url)
          Sets a URL to a resource that contains additional information about the journal entry.
 void VFreeBusy.setUrl(Url url)
          Sets a URL to a resource that contains additional information about the free/busy entry.
 void VEvent.setUrl(Url url)
          Sets a URL to a resource that contains additional information about the event.
 

Uses of Url in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Url
protected  Url UrlMarshaller.newInstance(String value)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.