Uses of Class
yarfraw.generated.atom03.ext.elements.ContentType

Packages that use ContentType
yarfraw.generated.atom03.ext.elements   
 

Uses of ContentType in yarfraw.generated.atom03.ext.elements
 

Fields in yarfraw.generated.atom03.ext.elements declared as ContentType
protected  ContentType Atom03Extension.info
           
protected  ContentType Atom03Extension.summary
           
protected  ContentType Atom03Extension.tagline
           
protected  ContentType Atom03Extension.title
           
 

Fields in yarfraw.generated.atom03.ext.elements with type parameters of type ContentType
protected  List<ContentType> Atom03Extension.content
           
 

Methods in yarfraw.generated.atom03.ext.elements that return ContentType
 ContentType ObjectFactory.createContentType()
          Create an instance of ContentType
 ContentType Atom03Extension.getInfo()
          The "atom:info" element is a Content construct that conveys a human-readable explanation of the feed format itself.
 ContentType Atom03Extension.getSummary()
          The "atom:summary" element is a Content construct that conveys a short summary, abstract or excerpt of the entry.
 ContentType Atom03Extension.getTagline()
          The "atom:tagline" element is a Content construct that conveys a human-readable description or tagline for the feed.
 ContentType Atom03Extension.getTitle()
          The "atom:title" element is a Content construct that conveys a human-readable title for the feed.
 

Methods in yarfraw.generated.atom03.ext.elements that return types with arguments of type ContentType
 JAXBElement<ContentType> ObjectFactory.createContent(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<ContentType> ObjectFactory.createInfo(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<ContentType> ObjectFactory.createSummary(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<ContentType> ObjectFactory.createTagline(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<ContentType> ObjectFactory.createTitle(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 List<ContentType> Atom03Extension.getContent()
          The "atom:content" element is a Content construct that conveys the content of the entry.
 

Methods in yarfraw.generated.atom03.ext.elements with parameters of type ContentType
 JAXBElement<ContentType> ObjectFactory.createContent(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<ContentType> ObjectFactory.createInfo(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<ContentType> ObjectFactory.createSummary(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<ContentType> ObjectFactory.createTagline(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<ContentType> ObjectFactory.createTitle(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 void Atom03Extension.setInfo(ContentType value)
          Sets the value of the info property.
 void Atom03Extension.setSummary(ContentType value)
          Sets the value of the summary property.
 void Atom03Extension.setTagline(ContentType value)
          Sets the value of the tagline property.
 void Atom03Extension.setTitle(ContentType value)
          Sets the value of the title property.
 



Copyright © 2008. All Rights Reserved.