http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html b/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html index 435d60a..03b560b 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html @@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="entry") -public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.51">Entry</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.58">Entry</a> extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></pre> <div class="block">Represents an <code>atomEntry</code> construct in the RFC4287 specification. <p> @@ -143,8 +143,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit & extensionElement*) } </p> - <p> - Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</div> + + <h6 class='topic'>Additional Information</h6> + <ul class='doctree'> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <ul> + <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </ul></div> </li> </ul> </div> @@ -376,7 +383,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockList"> <li class="blockList"> <h4>Entry</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.65">Entry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.72">Entry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id, <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> title, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> updated)</pre> <div class="block">Normal constructor.</div> @@ -394,7 +401,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockList"> <li class="blockList"> <h4>Entry</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.76">Entry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.83">Entry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> updated)</pre> <div class="block">Normal constructor.</div> @@ -412,7 +419,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockListLast"> <li class="blockList"> <h4>Entry</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.81">Entry</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.88">Entry</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -430,7 +437,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockList"> <li class="blockList"> <h4>getContent</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.93">getContent</a>()</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.100">getContent</a>()</pre> <div class="block">Returns the content of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -445,7 +452,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <li class="blockList"> <h4>content</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="content") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.104">content</a>(<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a> content)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.111">content</a>(<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a> content)</pre> <div class="block">Sets the content of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -462,7 +469,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <h4>getPublished</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#swap--">swap</a>=<a href="../../../../../org/apache/juneau/transforms/CalendarSwap.ISO8601DT.html" title="class in org.apache.juneau.transforms">CalendarSwap.ISO8601DT.class</a>) -public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.115">getPublished</a>()</pre> +public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.122">getPublished</a>()</pre> <div class="block">Returns the publish timestamp of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -477,7 +484,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar <li class="blockList"> <h4>published</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="published") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.126">published</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> published)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.133">published</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> published)</pre> <div class="block">Sets the publish timestamp of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -494,7 +501,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <h4>published</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="published") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.138">published</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> published)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.145">published</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> published)</pre> <div class="block">Sets the publish timestamp of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -510,7 +517,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>getSource</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.148">getSource</a>()</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.155">getSource</a>()</pre> <div class="block">Returns the source of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -525,7 +532,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <h4>source</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="source") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.159">source</a>(<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> source)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.166">source</a>(<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> source)</pre> <div class="block">Sets the source of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -541,7 +548,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>getSummary</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.169">getSummary</a>()</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.176">getSummary</a>()</pre> <div class="block">Returns the summary of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -556,7 +563,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <h4>summary</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="summary") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.180">summary</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> summary)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.187">summary</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> summary)</pre> <div class="block">Sets the summary of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -573,7 +580,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <h4>summary</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="summary") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.192">summary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> summary)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.199">summary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> summary)</pre> <div class="block">Sets the summary of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -589,7 +596,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>authors</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.203">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... authors)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.210">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... authors)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#authors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of authors for this object.</div> <dl> @@ -608,7 +615,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>categories</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.209">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>... categories)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.216">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>... categories)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#categories-org.apache.juneau.dto.atom.Category...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of categories of this object.</div> <dl> @@ -627,7 +634,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>contributors</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.215">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... contributors)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.222">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... contributors)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#contributors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of contributors of this object.</div> <dl> @@ -646,7 +653,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.221">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.228">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#id-org.apache.juneau.dto.atom.Id-">CommonEntry</a></code></span></div> <div class="block">Sets the ID of this object.</div> <dl> @@ -665,7 +672,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>links</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.227">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>... links)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.234">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>... links)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#links-org.apache.juneau.dto.atom.Link...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of links of this object.</div> <dl> @@ -684,7 +691,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>rights</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.233">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> rights)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.240">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> rights)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div> <div class="block">Sets the rights statement of this object.</div> <dl> @@ -703,7 +710,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>rights</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.239">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> rights)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.246">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> rights)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-java.lang.String-">CommonEntry</a></code></span></div> <div class="block">Sets the rights statement of this object.</div> <dl> @@ -722,7 +729,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>title</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.245">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> title)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.252">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> title)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div> <div class="block">Sets the title of this object.</div> <dl> @@ -741,7 +748,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>title</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.251">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.258">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-java.lang.String-">CommonEntry</a></code></span></div> <div class="block">Sets the title of this object.</div> <dl> @@ -760,7 +767,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>updated</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.257">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> updated)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.264">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> updated)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.util.Calendar-">CommonEntry</a></code></span></div> <div class="block">Sets the update timestamp of this object.</div> <dl> @@ -779,7 +786,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>updated</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.263">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> updated)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.270">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> updated)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.lang.String-">CommonEntry</a></code></span></div> <div class="block">Sets the update timestamp of this object.</div> <dl> @@ -798,7 +805,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>base</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.269">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.276">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div> <div class="block">Sets the URI base of this object.</div> <dl> @@ -817,7 +824,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockListLast"> <li class="blockList"> <h4>lang</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.275">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.282">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div> <div class="block">Sets the language of this object.</div> <dl>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html b/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html index c458330..976b612 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html @@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="feed") -public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.54">Feed</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.61">Feed</a> extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></pre> <div class="block">Top-level ATOM feed object. <p> @@ -146,8 +146,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit atomEntry* } </p> - <p> - Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</div> + + <h6 class='topic'>Additional Information</h6> + <ul class='doctree'> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <ul> + <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </ul></div> </li> </ul> </div> @@ -385,7 +392,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockList"> <li class="blockList"> <h4>Feed</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.69">Feed</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.76">Feed</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id, <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> title, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> updated)</pre> <div class="block">Normal constructor.</div> @@ -403,7 +410,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockList"> <li class="blockList"> <h4>Feed</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.80">Feed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.87">Feed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> updated)</pre> <div class="block">Normal constructor.</div> @@ -421,7 +428,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockListLast"> <li class="blockList"> <h4>Feed</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.85">Feed</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.92">Feed</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -439,7 +446,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockList"> <li class="blockList"> <h4>getGenerator</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.97">getGenerator</a>()</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.104">getGenerator</a>()</pre> <div class="block">Returns generator information on this feed.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -454,7 +461,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <li class="blockList"> <h4>generator</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="generator") -public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.108">generator</a>(<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> generator)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.115">generator</a>(<a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> generator)</pre> <div class="block">Sets the generator information on this feed.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -470,7 +477,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>getIcon</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.118">getIcon</a>()</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.125">getIcon</a>()</pre> <div class="block">Returns the feed icon.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -485,7 +492,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <li class="blockList"> <h4>icon</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="icon") -public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.129">icon</a>(<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> icon)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.136">icon</a>(<a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> icon)</pre> <div class="block">Sets the feed icon.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -501,7 +508,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>getLogo</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.139">getLogo</a>()</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.146">getLogo</a>()</pre> <div class="block">Returns the feed logo.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -516,7 +523,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <li class="blockList"> <h4>logo</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="logo") -public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.150">logo</a>(<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a> logo)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.157">logo</a>(<a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a> logo)</pre> <div class="block">Sets the feed logo.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -533,7 +540,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <li class="blockList"> <h4>getSubTitle</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="subtitle") -public <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.161">getSubTitle</a>()</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.168">getSubTitle</a>()</pre> <div class="block">Returns the feed subtitle.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -548,7 +555,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title= <li class="blockList"> <h4>subtitle</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="subtitle") -public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.172">subtitle</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> subtitle)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.179">subtitle</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> subtitle)</pre> <div class="block">Sets the feed subtitle.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -564,7 +571,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>subtitle</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.183">subtitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> subtitle)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.190">subtitle</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> subtitle)</pre> <div class="block">Sets the feed subtitle.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -581,7 +588,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <li class="blockList"> <h4>getEntries</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#COLLAPSED">COLLAPSED</a>) -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>[] <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.194">getEntries</a>()</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>[] <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.201">getEntries</a>()</pre> <div class="block">Returns the entries in the feed.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -596,7 +603,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <h4>entries</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="entries") -public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.205">entries</a>(<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>... entries)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.212">entries</a>(<a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a>... entries)</pre> <div class="block">Sets the entries in the feed.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -612,7 +619,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>authors</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.216">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... authors)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.223">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... authors)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#authors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of authors for this object.</div> <dl> @@ -631,7 +638,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>categories</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.222">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>... categories)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.229">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>... categories)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#categories-org.apache.juneau.dto.atom.Category...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of categories of this object.</div> <dl> @@ -650,7 +657,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>contributors</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.228">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... contributors)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.235">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... contributors)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#contributors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of contributors of this object.</div> <dl> @@ -669,7 +676,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.234">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.241">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#id-org.apache.juneau.dto.atom.Id-">CommonEntry</a></code></span></div> <div class="block">Sets the ID of this object.</div> <dl> @@ -688,7 +695,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>links</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.240">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>... links)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.247">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>... links)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#links-org.apache.juneau.dto.atom.Link...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of links of this object.</div> <dl> @@ -707,7 +714,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>rights</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.246">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> rights)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.253">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> rights)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div> <div class="block">Sets the rights statement of this object.</div> <dl> @@ -726,7 +733,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>rights</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.252">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> rights)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.259">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> rights)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-java.lang.String-">CommonEntry</a></code></span></div> <div class="block">Sets the rights statement of this object.</div> <dl> @@ -745,7 +752,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>title</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.258">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> title)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.265">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> title)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div> <div class="block">Sets the title of this object.</div> <dl> @@ -764,7 +771,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>title</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.264">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.271">title</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-java.lang.String-">CommonEntry</a></code></span></div> <div class="block">Sets the title of this object.</div> <dl> @@ -783,7 +790,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>updated</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.270">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> updated)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.277">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> updated)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.util.Calendar-">CommonEntry</a></code></span></div> <div class="block">Sets the update timestamp of this object.</div> <dl> @@ -802,7 +809,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>updated</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.276">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> updated)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.283">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> updated)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.lang.String-">CommonEntry</a></code></span></div> <div class="block">Sets the update timestamp of this object.</div> <dl> @@ -821,7 +828,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockList"> <li class="blockList"> <h4>base</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.282">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.289">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div> <div class="block">Sets the URI base of this object.</div> <dl> @@ -840,7 +847,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title= <ul class="blockListLast"> <li class="blockList"> <h4>lang</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.288">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.295">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div> <div class="block">Sets the language of this object.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html b/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html index 693e602..8ad2d12 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="generator") -public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.40">Generator</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.47">Generator</a> extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre> <div class="block">Represents an <code>atomGenerator</code> construct in the RFC4287 specification. <p> @@ -127,8 +127,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c text } </p> - <p> - Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</div> + + <h6 class='topic'>Additional Information</h6> + <ul class='doctree'> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <ul> + <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </ul></div> </li> </ul> </div> @@ -260,7 +267,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>Generator</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.52">Generator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.59">Generator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</pre> <div class="block">Normal constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -274,7 +281,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockListLast"> <li class="blockList"> <h4>Generator</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.57">Generator</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.64">Generator</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -293,7 +300,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <li class="blockList"> <h4>getUri</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>) -public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.70">getUri</a>()</pre> +public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.77">getUri</a>()</pre> <div class="block">Returns the URI of this generator statement.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -308,7 +315,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html? <li class="blockList"> <h4>uri</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri") -public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.81">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> uri)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.88">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> uri)</pre> <div class="block">Sets the URI of this generator statement.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -325,7 +332,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" t <li class="blockList"> <h4>uri</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri") -public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.93">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uri)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.100">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uri)</pre> <div class="block">Sets the URI of this generator statement.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -342,7 +349,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" t <li class="blockList"> <h4>getVersion</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>) -public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.104">getVersion</a>()</pre> +public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.111">getVersion</a>()</pre> <div class="block">Returns the version of this generator statement.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -357,7 +364,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <li class="blockList"> <h4>version</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="version") -public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.115">version</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> version)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.122">version</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> version)</pre> <div class="block">Sets the version of this generator statement.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -374,7 +381,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" t <li class="blockList"> <h4>getText</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#TEXT">TEXT</a>) -public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.126">getText</a>()</pre> +public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.133">getText</a>()</pre> <div class="block">Returns the content of this generator statement.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -389,7 +396,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <li class="blockList"> <h4>text</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="text") -public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.137">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.144">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</pre> <div class="block">Sets the content of this generator statement.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -405,7 +412,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" t <ul class="blockList"> <li class="blockList"> <h4>base</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.148">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.155">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div> <div class="block">Sets the URI base of this object.</div> <dl> @@ -424,7 +431,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" t <ul class="blockListLast"> <li class="blockList"> <h4>lang</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.154">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.161">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div> <div class="block">Sets the language of this object.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html b/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html index 546f59b..53f8285 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="icon") -public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.38">Icon</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.45">Icon</a> extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre> <div class="block">Represents an <code>atomIcon</code> construct in the RFC4287 specification. <p> @@ -125,8 +125,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c (atomUri) } </p> - <p> - Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</div> + + <h6 class='topic'>Additional Information</h6> + <ul class='doctree'> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <ul> + <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + <li class='jp'><a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </ul></div> </li> </ul> </div> @@ -239,7 +246,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>Icon</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.48">Icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> uri)</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.55">Icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> uri)</pre> <div class="block">Normal constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -253,7 +260,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>Icon</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.57">Icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uri)</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.64">Icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uri)</pre> <div class="block">Normal constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -267,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockListLast"> <li class="blockList"> <h4>Icon</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.62">Icon</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.69">Icon</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -286,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <li class="blockList"> <h4>getUri</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ELEMENTS">ELEMENTS</a>) -public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.75">getUri</a>()</pre> +public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.82">getUri</a>()</pre> <div class="block">Returns the URI of this icon.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -301,7 +308,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html? <li class="blockList"> <h4>uri</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri") -public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.86">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> uri)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.93">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> uri)</pre> <div class="block">Sets the URI of this icon.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -318,7 +325,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title= <li class="blockList"> <h4>uri</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="uri") -public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.98">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uri)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.105">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uri)</pre> <div class="block">Sets the URI of this icon.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -334,7 +341,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title= <ul class="blockList"> <li class="blockList"> <h4>base</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.109">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.116">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div> <div class="block">Sets the URI base of this object.</div> <dl> @@ -353,7 +360,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title= <ul class="blockListLast"> <li class="blockList"> <h4>lang</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.115">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.122">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div> <div class="block">Sets the language of this object.</div> <dl>
