org.odata4j.format.xml
Class AtomFeedFormatParser.AtomEntry

java.lang.Object
  extended by org.odata4j.format.xml.AtomFeedFormatParser.AtomEntry
Direct Known Subclasses:
AtomFeedFormatParser.BasicAtomEntry, AtomFeedFormatParser.DataServicesAtomEntry
Enclosing class:
AtomFeedFormatParser

public abstract static class AtomFeedFormatParser.AtomEntry
extends Object


Field Summary
 String categoryScheme
           
 String categoryTerm
           
 String contentType
           
 String id
           
 List<AtomFeedFormatParser.AtomLink> links
           
 String summary
           
 String title
           
 String updated
           
 
Constructor Summary
AtomFeedFormatParser.AtomEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

categoryScheme

public String categoryScheme

categoryTerm

public String categoryTerm

contentType

public String contentType

id

public String id

links

public List<AtomFeedFormatParser.AtomLink> links

summary

public String summary

title

public String title

updated

public String updated
Constructor Detail

AtomFeedFormatParser.AtomEntry

public AtomFeedFormatParser.AtomEntry()


http://odata4j.org