|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AtomContent | |
---|---|
org.apache.wink.common.model.atom | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of AtomContent in org.apache.wink.common.model.atom |
---|
Fields in org.apache.wink.common.model.atom declared as AtomContent | |
---|---|
protected AtomContent |
AtomEntry.content
|
Methods in org.apache.wink.common.model.atom that return AtomContent | |
---|---|
AtomContent |
ObjectFactory.createAtomContent()
Create an instance of AtomContent |
AtomContent |
AtomEntry.getContent()
Gets the content. |
Methods in org.apache.wink.common.model.atom that return types with arguments of type AtomContent | |
---|---|
javax.xml.bind.JAXBElement<AtomContent> |
ObjectFactory.createContent(AtomContent value)
Create an instance of JAXBElement < AtomContent
> |
Methods in org.apache.wink.common.model.atom with parameters of type AtomContent | |
---|---|
javax.xml.bind.JAXBElement<AtomContent> |
ObjectFactory.createContent(AtomContent value)
Create an instance of JAXBElement < AtomContent
> |
void |
AtomEntry.setContent(AtomContent value)
Sets the content. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |