http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html b/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html index cd70ceb..646f6ee 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Logo.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>="logo") -public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.48">Logo</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.53">Logo</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>atomLogo</code> construct in the RFC4287 specification. - <p> + <h6 class='figure'>Schema</h6> <p class='bcode'> atomLogo = element atom:logo { @@ -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,12 +241,13 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>Logo</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.64">Logo</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/Logo.html#line.70">Logo</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>. - <br> - Strings must be valid URIs. + <br>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> @@ -256,7 +262,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockListLast"> <li class="blockList"> <h4>Logo</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.69">Logo</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.75">Logo</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -275,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/Logo.html#line.82">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/Logo.html#line.88">getUri</a>()</pre> <div class="block">Returns the URI of the logo.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -290,12 +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/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.html#line.99">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/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.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 the logo. + <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>. - <br> - Strings must be valid URIs. + <br>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> @@ -312,12 +319,14 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title= <ul class="blockList"> <li class="blockList"> <h4>base</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/Logo.html#line.110">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/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.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> @@ -336,7 +345,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title= <ul class="blockListLast"> <li class="blockList"> <h4>lang</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/Logo.html#line.116">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/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Logo.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/Person.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Person.html b/content/site/apidocs/org/apache/juneau/dto/atom/Person.html index 2963cb8..057dd35 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Person.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Person.html @@ -113,10 +113,10 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.48">Person</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.53">Person</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>atomPersonConstruct</code> construct in the RFC4287 specification. - <p> + <h6 class='figure'>Schema</h6> <p class='bcode'> atomPersonConstruct = @@ -129,12 +129,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> @@ -261,7 +266,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>Person</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.60">Person</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> name)</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.65">Person</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> name)</pre> <div class="block">Normal constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -275,7 +280,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockListLast"> <li class="blockList"> <h4>Person</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.65">Person</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.70">Person</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -293,7 +298,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>getName</h4> -<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/Person.html#line.77">getName</a>()</pre> +<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/Person.html#line.82">getName</a>()</pre> <div class="block">Returns the name of the person.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -308,7 +313,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <li class="blockList"> <h4>name</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>="name") -public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.88">name</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> name)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.93">name</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> name)</pre> <div class="block">Sets the name of the person.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -324,7 +329,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <ul class="blockList"> <li class="blockList"> <h4>getUri</h4> -<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/Person.html#line.98">getUri</a>()</pre> +<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/Person.html#line.103">getUri</a>()</pre> <div class="block">Returns the URI of the person.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -339,11 +344,13 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <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/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.114">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/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.121">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 the person. + <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> @@ -360,7 +367,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <ul class="blockList"> <li class="blockList"> <h4>getEmail</h4> -<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/Person.html#line.124">getEmail</a>()</pre> +<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/Person.html#line.131">getEmail</a>()</pre> <div class="block">Returns the email address of the person.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -375,7 +382,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <li class="blockList"> <h4>email</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>="email") -public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.135">email</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> email)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.142">email</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> email)</pre> <div class="block">Sets the email address of the person.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -391,12 +398,14 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <ul class="blockList"> <li class="blockList"> <h4>base</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.146">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/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.153">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> @@ -415,7 +424,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <ul class="blockListLast"> <li class="blockList"> <h4>lang</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.152">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/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.159">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/Source.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Source.html b/content/site/apidocs/org/apache/juneau/dto/atom/Source.html index 2c2abbf..9705ed1 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Source.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Source.html @@ -118,10 +118,10 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.54">Source</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.59">Source</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>atomSource</code> construct in the RFC4287 specification. - <p> + <h6 class='figure'>Schema</h6> <p class='bcode'> atomSource = @@ -145,12 +145,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> @@ -361,7 +366,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockListLast"> <li class="blockList"> <h4>Source</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.54">Source</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.59">Source</a>()</pre> </li> </ul> </li> @@ -378,7 +383,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/Source.html#line.71">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/Source.html#line.76">getGenerator</a>()</pre> <div class="block">Returns the generator info of this source.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -393,7 +398,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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.82">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.87">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 info of this source.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -409,7 +414,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <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/Source.html#line.92">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/Source.html#line.97">getIcon</a>()</pre> <div class="block">Returns the icon of this source.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -424,7 +429,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.103">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.108">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 icon of this source.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -440,7 +445,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <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/Source.html#line.113">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/Source.html#line.118">getLogo</a>()</pre> <div class="block">Returns the logo of this source.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -455,7 +460,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.124">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.129">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 logo of this source.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -471,7 +476,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>getSubtitle</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/Source.html#line.134">getSubtitle</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/Source.html#line.139">getSubtitle</a>()</pre> <div class="block">Returns the subtitle of this source.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -486,7 +491,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.145">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.150">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 subtitle of this source.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -503,7 +508,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.157">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> +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/Source.html#line.162">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 subtitle of this source.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -519,7 +524,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>authors</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/Source.html#line.168">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.173">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> @@ -538,7 +543,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>categories</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/Source.html#line.174">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.179">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> @@ -557,7 +562,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>contributors</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/Source.html#line.180">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.185">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> @@ -576,7 +581,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>id</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/Source.html#line.186">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.191">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> @@ -595,7 +600,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>links</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/Source.html#line.192">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.197">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> @@ -614,7 +619,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>rights</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/Source.html#line.198">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.203">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> @@ -633,7 +638,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>rights</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/Source.html#line.204">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.209">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> @@ -652,7 +657,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>title</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/Source.html#line.210">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.215">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> @@ -671,7 +676,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>title</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/Source.html#line.216">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.221">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> @@ -690,7 +695,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>updated</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/Source.html#line.222">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.227">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> @@ -709,7 +714,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>updated</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/Source.html#line.228">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.233">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> @@ -728,12 +733,14 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockList"> <li class="blockList"> <h4>base</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/Source.html#line.234">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.239">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> @@ -752,7 +759,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" titl <ul class="blockListLast"> <li class="blockList"> <h4>lang</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/Source.html#line.240">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/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Source.html#line.245">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/Text.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Text.html b/content/site/apidocs/org/apache/juneau/dto/atom/Text.html index ee7b47b..24c5e05 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Text.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Text.html @@ -117,10 +117,10 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.55">Text</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.60">Text</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>atomTextConstruct</code> construct in the RFC4287 specification. - <p> + <h6 class='figure'>Schema</h6> <p class='bcode'> atomTextConstruct = atomPlainTextConstruct | atomXHTMLTextConstruct @@ -144,12 +144,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> @@ -264,7 +269,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>Text</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.65">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> type)</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.70">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> type)</pre> <div class="block">Normal content.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -278,7 +283,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockListLast"> <li class="blockList"> <h4>Text</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.70">Text</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.75">Text</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -297,7 +302,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <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/Text.html#line.83">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/Text.html#line.88">getType</a>()</pre> <div class="block">Returns the content type of this content.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -312,8 +317,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/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.102">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/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.108">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 this content. + <p> Must be one of the following: <ul> @@ -337,7 +343,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title= <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#XMLTEXT">XMLTEXT</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/Text.html#line.113">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/Text.html#line.119">getText</a>()</pre> <div class="block">Returns the content of this content.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -352,7 +358,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/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.124">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/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.130">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 content.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -368,12 +374,14 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title= <ul class="blockList"> <li class="blockList"> <h4>base</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/Text.html#line.135">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/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.141">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> @@ -392,7 +400,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title= <ul class="blockListLast"> <li class="blockList"> <h4>lang</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/Text.html#line.141">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/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.147">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/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html b/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html index be97075..e4229b9 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html @@ -108,7 +108,9 @@ <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></td> <td class="colLast"> -<div class="block">Parent class of <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><code>Source</code></a></div> +<div class="block">Parent class of <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><code>Source</code></a> + + <h6 class='topic'>Additional Information</div> </td> </tr> <tr class="altColor"> @@ -224,8 +226,7 @@ <div class='topic'> <p> Juneau supports generation and consumption of ATOM feeds through the use of DTOs (Data Transfer Objects). - <br> - It uses existing support for serializing and parsing POJOs to and from XML to define these ATOM objects. + <br>It uses existing support for serializing and parsing POJOs to and from XML to define these ATOM objects. </p> <p> The examples shown here are pulled from the <code>AtomFeedResource</code> class in the @@ -239,8 +240,7 @@ <div class='topic'> <p> The Juneau ATOM feed DTOs are simply beans with fluent-style setters. - <br> - The following code shows a feed being created programmatically using the + <br>The following code shows a feed being created programmatically using the <a href="../../../../../org/apache/juneau/dto/atom/AtomBuilder.html" title="class in org.apache.juneau.dto.atom"><code>AtomBuilder</code></a> class. </p> <p class='bcode'> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html b/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html index c5092b4..2da25c5 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html @@ -110,9 +110,10 @@ var activeTableTab = "activeTableTab"; <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>="item", <a href="../../../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>="name,type,length") -public class <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.29">Column</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.30">Column</a> extends <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></pre> <div class="block">Represents a meta-data column in a Cognos dataset. + <p> When serialized to XML, creates the following construct: <p class='bcode'> @@ -238,7 +239,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>Column</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.36">Column</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.37">Column</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -248,7 +249,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>Column</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.44">Column</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> name, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.45">Column</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> name, <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">Constructor.</div> <dl> @@ -264,7 +265,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>Column</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.55">Column</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> name, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.56">Column</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> name, <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/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> length)</pre> <div class="block">Constructor.</div> @@ -290,14 +291,15 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>addPojoSwap</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/cognos/Column.html" title="class in org.apache.juneau.dto.cognos">Column</a> <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.84">addPojoSwap</a>(<a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform">PojoSwap</a> pojoSwap)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/cognos/Column.html" title="class in org.apache.juneau.dto.cognos">Column</a> <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.86">addPojoSwap</a>(<a href="../../../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform">PojoSwap</a> pojoSwap)</pre> <div class="block">Associates a POJO swap with this column. + <p> Typically used to define columns that don't exist on the underlying beans being serialized. + <p> - For example, the <code>AddressBookResource</code> sample defined the following POJO swap - to define an additional <js>"numAddresses"</js> column even though no such property exists - on the serialized beans. + For example, the <code>AddressBookResource</code> sample defined the following POJO swap to define an additional + <js>"numAddresses"</js> column even though no such property exists on the serialized beans. <p class='bcode'> Column c = <jk>new</jk> Column(<js>"numAddresses"</js>, <js>"xs:int"</js>) .addPojoSwaps( @@ -324,7 +326,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <li class="blockList"> <h4>getName</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/cognos/Column.html#line.100">getName</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/cognos/Column.html#line.102">getName</a>()</pre> <div class="block">Bean property getter: <property>name</property>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -338,7 +340,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <ul class="blockList"> <li class="blockList"> <h4>setName</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/cognos/Column.html" title="class in org.apache.juneau.dto.cognos">Column</a> <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.110">setName</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> name)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/cognos/Column.html" title="class in org.apache.juneau.dto.cognos">Column</a> <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.112">setName</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> name)</pre> <div class="block">Bean property setter: <property>name</property>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -355,7 +357,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <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/cognos/Column.html#line.121">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/cognos/Column.html#line.123">getType</a>()</pre> <div class="block">Bean property getter: <property>type</property>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -369,7 +371,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <ul class="blockList"> <li class="blockList"> <h4>setType</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/cognos/Column.html" title="class in org.apache.juneau.dto.cognos">Column</a> <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.131">setType</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> +<pre>public <a href="../../../../../org/apache/juneau/dto/cognos/Column.html" title="class in org.apache.juneau.dto.cognos">Column</a> <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.133">setType</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">Bean property setter: <property>type</property>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -386,7 +388,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <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/cognos/Column.html#line.143">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/cognos/Column.html#line.145">getLength</a>()</pre> <div class="block">Bean property getter: <property>length</property>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -401,7 +403,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer. <ul class="blockListLast"> <li class="blockList"> <h4>setLength</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/cognos/Column.html" title="class in org.apache.juneau.dto.cognos">Column</a> <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.154">setLength</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> +<pre>public <a href="../../../../../org/apache/juneau/dto/cognos/Column.html" title="class in org.apache.juneau.dto.cognos">Column</a> <a href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.156">setLength</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">Bean property setter: <property>length</property>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html index 05e399c..9f1e56c 100644 --- a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html +++ b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html @@ -113,9 +113,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>="row") -public static class <a href="../../../../../src-html/org/apache/juneau/dto/cognos/DataSet.html#line.138">DataSet.Row</a> +public static class <a href="../../../../../src-html/org/apache/juneau/dto/cognos/DataSet.html#line.142">DataSet.Row</a> extends <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></pre> <div class="block">Represents a row of data. + <p> When serialized to XML, creates the following construct (example pulled from <code>AddressBookResource</code>): <p class='bcode'> @@ -194,7 +195,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>Row</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/cognos/DataSet.Row.html#line.138">Row</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/cognos/DataSet.Row.html#line.142">Row</a>()</pre> </li> </ul> </li> @@ -213,7 +214,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <h4>getValues</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>, <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#childName--">childName</a>="value") -public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</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>> <a href="../../../../../src-html/org/apache/juneau/dto/cognos/DataSet.Row.html#line.151">getValues</a>()</pre> +public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</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>> <a href="../../../../../src-html/org/apache/juneau/dto/cognos/DataSet.Row.html#line.155">getValues</a>()</pre> <div class="block">Returns the values in this row.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt>
