org.odata4j.format.xml
Class AtomFeedFormatParser.DataServicesAtomEntry

java.lang.Object
  extended by org.odata4j.format.xml.AtomFeedFormatParser.DataServicesAtomEntry
All Implemented Interfaces:
Entry
Enclosing class:
AtomFeedFormatParser

public static class AtomFeedFormatParser.DataServicesAtomEntry
extends Object


Field Summary
 List<org.odata4j.format.xml.AtomFeedFormatParser.AtomLink> atomLinks
           
 String categoryScheme
           
 String categoryTerm
           
 String contentType
           
 String etag
           
 String id
           
 List<OProperty<?>> properties
           
 String summary
           
 String title
           
 String updated
           
 
Method Summary
 OEntity getEntity()
           
 String getETag()
           
 String getType()
           
 String getUri()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

etag

public final String etag

properties

public final List<OProperty<?>> properties

atomLinks

public List<org.odata4j.format.xml.AtomFeedFormatParser.AtomLink> atomLinks

categoryScheme

public String categoryScheme

categoryTerm

public String categoryTerm

contentType

public String contentType

id

public String id

summary

public String summary

title

public String title

updated

public String updated
Method Detail

getEntity

public OEntity getEntity()

toString

public String toString()
Overrides:
toString in class Object

getETag

public String getETag()

getType

public String getType()

getUri

public String getUri()
Specified by:
getUri in interface Entry


http://odata4j.org