http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/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 9af0515..e5571c6 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html @@ -119,12 +119,13 @@ 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.61">Feed</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.67">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> Represents an <code>atomFeed</code> construct in the RFC4287 specification. - <p> + <h6 class='figure'>Schema</h6> <p class='bcode'> atomFeed = @@ -149,12 +150,17 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <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> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + </li> + <li class='jp'> + <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </li> </ul></div> </li> </ul> @@ -393,7 +399,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.76">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.82">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> @@ -411,7 +417,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.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, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.93">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> @@ -429,7 +435,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.92">Feed</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.html#line.98">Feed</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -447,7 +453,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.104">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.110">getGenerator</a>()</pre> <div class="block">Returns generator information on this feed.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -462,7 +468,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.115">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.121">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> @@ -478,7 +484,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.125">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.131">getIcon</a>()</pre> <div class="block">Returns the feed icon.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -493,7 +499,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.136">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.142">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> @@ -509,7 +515,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.146">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.152">getLogo</a>()</pre> <div class="block">Returns the feed logo.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -524,7 +530,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.157">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.163">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> @@ -541,7 +547,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.168">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.174">getSubTitle</a>()</pre> <div class="block">Returns the feed subtitle.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -556,7 +562,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.179">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.185">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> @@ -572,7 +578,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.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> +<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.196">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> @@ -589,7 +595,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.201">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.207">getEntries</a>()</pre> <div class="block">Returns the entries in the feed.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -604,7 +610,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.212">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.218">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> @@ -620,7 +626,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.223">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.229">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> @@ -639,7 +645,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.229">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.235">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> @@ -658,7 +664,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.235">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.241">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> @@ -677,7 +683,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.241">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.247">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> @@ -696,7 +702,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.247">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.253">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> @@ -715,7 +721,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.253">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.259">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> @@ -734,7 +740,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.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> +<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">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> @@ -753,7 +759,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.265">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.271">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> @@ -772,7 +778,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.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> +<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">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> @@ -791,7 +797,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.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> +<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/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> @@ -810,7 +816,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.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> +<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">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> @@ -829,12 +835,14 @@ 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.289">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.295">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.lang.Object-">Common</a></code></span></div> <div class="block">Sets the URI base of this object. + <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>. Strings must be valid URIs. + <p> URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for values.</div> <dl> @@ -853,7 +861,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.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> +<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.301">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/1b5bde65/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 ceb608b..14239a0 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html @@ -114,10 +114,10 @@ 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.50">Generator</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.55">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> + <h6 class='figure'>Schema</h6> <p class='bcode'> atomGenerator = element atom:generator { @@ -130,12 +130,17 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <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> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + </li> + <li class='jp'> + <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </li> </ul></div> </li> </ul> @@ -262,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.62">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.67">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> @@ -276,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.67">Generator</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Generator.html#line.72">Generator</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -295,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.80">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.85">getUri</a>()</pre> <div class="block">Returns the URI of this generator statement.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -310,11 +315,13 @@ 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.96">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.103">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> uri)</pre> <div class="block">Sets the URI of this generator statement. + <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>. Strings must be valid URIs. + <p> URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for values.</div> <dl> @@ -332,7 +339,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.107">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.114">getVersion</a>()</pre> <div class="block">Returns the version of this generator statement.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -347,7 +354,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.118">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.125">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> @@ -364,7 +371,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.129">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.136">getText</a>()</pre> <div class="block">Returns the content of this generator statement.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -379,7 +386,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.140">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.147">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> @@ -395,12 +402,14 @@ 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.151">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.158">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.lang.Object-">Common</a></code></span></div> <div class="block">Sets the URI base of this object. + <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>. Strings must be valid URIs. + <p> URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for values.</div> <dl> @@ -419,7 +428,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.157">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.164">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/1b5bde65/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 1d2cf3f..3da5a0b 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html @@ -114,10 +114,10 @@ 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.48">Icon</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.53">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> + <h6 class='figure'>Schema</h6> <p class='bcode'> atomIcon = element atom:icon { @@ -128,12 +128,17 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <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> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + </li> + <li class='jp'> + <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </li> </ul></div> </li> </ul> @@ -236,11 +241,13 @@ 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.63">Icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> uri)</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.70">Icon</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> uri)</pre> <div class="block">Normal constructor. + <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>. Strings must be valid URIs. + <p> URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for values.</div> <dl> @@ -255,7 +262,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.68">Icon</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Icon.html#line.75">Icon</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -274,7 +281,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.81">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.88">getUri</a>()</pre> <div class="block">Returns the URI of this icon.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -289,11 +296,13 @@ 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.97">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.106">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> uri)</pre> <div class="block">Sets the URI of this icon. + <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>. Strings must be valid URIs. + <p> URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for values.</div> <dl> @@ -310,12 +319,14 @@ 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.108">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.117">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.lang.Object-">Common</a></code></span></div> <div class="block">Sets the URI base of this object. + <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>. Strings must be valid URIs. + <p> URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for values.</div> <dl> @@ -334,7 +345,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.114">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.123">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/1b5bde65/content/site/apidocs/org/apache/juneau/dto/atom/Id.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Id.html b/content/site/apidocs/org/apache/juneau/dto/atom/Id.html index a079d4a..2122d3f 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Id.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Id.html @@ -114,10 +114,10 @@ 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>="id") -public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.43">Id</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.48">Id</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>atomId</code> construct in the RFC4287 specification. - <p> + <h6 class='figure'>Schema</h6> <p class='bcode'> atomId = element atom:id { @@ -128,12 +128,17 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <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> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + </li> + <li class='jp'> + <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </li> </ul></div> </li> </ul> @@ -236,7 +241,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>Id</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.52">Id</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/Id.html#line.57">Id</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> @@ -250,7 +255,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockListLast"> <li class="blockList"> <h4>Id</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.57">Id</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.62">Id</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -269,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <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/Id.html#line.70">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/Id.html#line.75">getText</a>()</pre> <div class="block">Returns the content of this identifier.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -284,7 +289,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/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.81">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/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.86">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 identifier.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -300,12 +305,14 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="c <ul class="blockList"> <li class="blockList"> <h4>base</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.92">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> base)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.97">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.lang.Object-">Common</a></code></span></div> <div class="block">Sets the URI base of this object. + <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>. Strings must be valid URIs. + <p> URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for values.</div> <dl> @@ -324,7 +331,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="c <ul class="blockListLast"> <li class="blockList"> <h4>lang</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.98">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/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Id.html#line.103">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/1b5bde65/content/site/apidocs/org/apache/juneau/dto/atom/Link.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Link.html b/content/site/apidocs/org/apache/juneau/dto/atom/Link.html index cb49896..142b3c7 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Link.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Link.html @@ -114,10 +114,10 @@ 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>="link") -public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.50">Link</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.55">Link</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>atomLink</code> construct in the RFC4287 specification. - <p> + <h6 class='figure'>Schema</h6> <p class='bcode'> atomLink = @@ -135,12 +135,17 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <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> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> + </ul> + </li> + <li class='jp'> + <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> + </li> </ul></div> </li> </ul> @@ -305,7 +310,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>Link</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.67">Link</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> rel, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.72">Link</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> rel, <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> type, <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> href)</pre> <div class="block">Normal constructor.</div> @@ -323,7 +328,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockListLast"> <li class="blockList"> <h4>Link</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.72">Link</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.77">Link</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -342,7 +347,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <li class="blockList"> <h4>getHref</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/Link.html#line.85">getHref</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/Link.html#line.90">getHref</a>()</pre> <div class="block">Returns the href of the target of this link.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -357,7 +362,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <li class="blockList"> <h4>href</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>="href") -public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.96">href</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> href)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.101">href</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> href)</pre> <div class="block">Sets the href of the target of this link.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -374,7 +379,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title= <li class="blockList"> <h4>getRel</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/Link.html#line.107">getRel</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/Link.html#line.112">getRel</a>()</pre> <div class="block">Returns the rel of this link.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -389,7 +394,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <li class="blockList"> <h4>rel</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>="rel") -public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.118">rel</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> rel)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.123">rel</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> rel)</pre> <div class="block">Sets the rel of this link.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -406,7 +411,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title= <li class="blockList"> <h4>getType</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/Link.html#line.129">getType</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/Link.html#line.134">getType</a>()</pre> <div class="block">Returns the content type of the target of this link.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -421,8 +426,9 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <li class="blockList"> <h4>type</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>="type") -public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.148">type</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> type)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.154">type</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> type)</pre> <div class="block">Sets the content type of the target of this link. + <p> Must be one of the following: <ul> @@ -446,7 +452,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title= <li class="blockList"> <h4>getHreflang</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/Link.html#line.159">getHreflang</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/Link.html#line.165">getHreflang</a>()</pre> <div class="block">Returns the language of the target of this link.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -461,7 +467,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <li class="blockList"> <h4>hreflang</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>="hreflang") -public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.170">hreflang</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> hreflang)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.176">hreflang</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> hreflang)</pre> <div class="block">Sets the language of the target of this link.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -478,7 +484,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title= <li class="blockList"> <h4>getTitle</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/Link.html#line.181">getTitle</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/Link.html#line.187">getTitle</a>()</pre> <div class="block">Returns the title of the target of this link.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -493,7 +499,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <li class="blockList"> <h4>title</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>="title") -public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.192">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> +public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.198">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">Sets the title of the target of this link.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -510,7 +516,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title= <li class="blockList"> <h4>getLength</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/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.203">getLength</a>()</pre> +public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.209">getLength</a>()</pre> <div class="block">Returns the length of the contents of the target of this link.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -525,7 +531,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer. <li class="blockList"> <h4>length</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>="length") -public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.214">length</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> length)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.220">length</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> length)</pre> <div class="block">Sets the length of the contents of the target of this link.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -541,12 +547,14 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title= <ul class="blockList"> <li class="blockList"> <h4>base</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.225">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> base)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.231">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</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.lang.Object-">Common</a></code></span></div> <div class="block">Sets the URI base of this object. + <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>. Strings must be valid URIs. + <p> URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for values.</div> <dl> @@ -565,7 +573,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title= <ul class="blockListLast"> <li class="blockList"> <h4>lang</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.231">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/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Link.html#line.237">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>
