|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AppCollection.title
|
protected AtomText |
AppWorkspace.title
|
Methods in org.apache.wink.common.model.app that return AtomText | |
---|---|
AtomText |
AppCollection.getTitle()
Gets the value of title. |
AtomText |
AppWorkspace.getTitle()
Gets the value of title. |
Methods in org.apache.wink.common.model.app with parameters of type AtomText | |
---|---|
void |
AppCollection.setTitle(AtomText value)
Sets the value of title. |
void |
AppWorkspace.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 |
AtomEntry.title
|
protected AtomText |
AtomFeed.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 |
AtomEntry.getTitle()
Gets the value of title. |
AtomText |
AtomFeed.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 |
AtomEntry.setTitle(AtomText value)
Sets the value of title. |
void |
AtomFeed.setTitle(AtomText value)
Sets the value of title. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |