Uses of Class
org.apache.wink.common.model.atom.AtomText

Packages that use AtomText
org.apache.wink.common.model.app Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.wink.common.model.atom Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of AtomText in org.apache.wink.common.model.app
 

Fields in org.apache.wink.common.model.app declared as AtomText
protected  AtomText AppWorkspace.title
           
protected  AtomText AppCollection.title
           
 

Methods in org.apache.wink.common.model.app that return AtomText
 AtomText AppWorkspace.getTitle()
          Gets the value of title.
 AtomText AppCollection.getTitle()
          Gets the value of title.
 

Methods in org.apache.wink.common.model.app with parameters of type AtomText
 void AppWorkspace.setTitle(AtomText value)
          Sets the value of title.
 void AppCollection.setTitle(AtomText value)
          Sets the value of title.
 

Uses of AtomText in org.apache.wink.common.model.atom
 

Fields in org.apache.wink.common.model.atom declared as AtomText
protected  AtomText AtomFeed.rights
           
protected  AtomText AtomFeed.subtitle
           
protected  AtomText AtomEntry.summary
           
protected  AtomText AtomFeed.title
           
protected  AtomText AtomEntry.title
           
 

Methods in org.apache.wink.common.model.atom that return AtomText
 AtomText ObjectFactory.createAtomText()
          Create an instance of AtomText
 AtomText AtomFeed.getRights()
          Gets the value of rights.
 AtomText AtomFeed.getSubtitle()
          Gets the value of subtitle.
 AtomText AtomEntry.getSummary()
          Gets the value of summary.
 AtomText AtomFeed.getTitle()
          Gets the value of title.
 AtomText AtomEntry.getTitle()
          Gets the value of title.
 

Methods in org.apache.wink.common.model.atom that return types with arguments of type AtomText
 javax.xml.bind.JAXBElement<AtomText> ObjectFactory.createTitle(AtomText value)
          Create an instance of JAXBElement<AtomText>
 

Methods in org.apache.wink.common.model.atom with parameters of type AtomText
 javax.xml.bind.JAXBElement<AtomText> ObjectFactory.createTitle(AtomText value)
          Create an instance of JAXBElement<AtomText>
 void AtomFeed.setRights(AtomText value)
          Sets the value of rights.
 void AtomFeed.setSubtitle(AtomText value)
          Sets the value of subtitle.
 void AtomEntry.setSummary(AtomText value)
          Sets the value of summary.
 void AtomFeed.setTitle(AtomText value)
          Sets the value of title.
 void AtomEntry.setTitle(AtomText value)
          Sets the value of title.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.