http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/4903c5d1/content/site/apidocs/org/apache/juneau/dto/swagger/Info.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Info.html
b/content/site/apidocs/org/apache/juneau/dto/swagger/Info.html
index 5629a8f..1c2c299 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/Info.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Info.html
@@ -18,8 +18,8 @@
catch(err) {
}
//-->
-var methods =
{"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var methods =
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
@@ -99,18 +99,23 @@ var activeTableTab = "activeTableTab";
<li><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
+<li><a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html"
title="class in
org.apache.juneau.dto.swagger">org.apache.juneau.dto.swagger.SwaggerElement</a></li>
+<li>
+<ul class="inheritance">
<li>org.apache.juneau.dto.swagger.Info</li>
</ul>
</li>
</ul>
+</li>
+</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<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#properties--">properties</a>="title,description,termsOfService,contact,license,version")
-public class <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.40">Info</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>
+public class <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.41">Info</a>
+extends <a
href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html"
title="class in org.apache.juneau.dto.swagger">SwaggerElement</a></pre>
<div class="block">The object provides metadata about the API. The metadata
can be used by the clients if needed, and can be presented in the Swagger-UI
for convenience.
<h5 class='section'>Example:</h5>
@@ -161,92 +166,128 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a
href="javascript:show(1);">Static Methods</a></span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span
class="tabEnd"> </span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span
class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
-<td class="colFirst"><code>static <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#create-java.lang.String-java.lang.String-">create</a></span>(<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> version)</code>
-<div class="block">Convenience method for creating a new Info object.</div>
+<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#contact-org.apache.juneau.dto.swagger.Contact-">contact</a></span>(<a
href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class
in org.apache.juneau.dto.swagger">Contact</a> contact)</code>
+<div class="block">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setContact-org.apache.juneau.dto.swagger.Contact-"><code>setContact(Contact)</code></a>.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#description-java.lang.String-">description</a></span>(<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> description)</code>
+<div class="block">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setDescription-java.lang.String-"><code>setDescription(String)</code></a>.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class
in org.apache.juneau.dto.swagger">Contact</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#getContact--">getContact</a></span>()</code>
<div class="block">Bean property getter: <property>contact</property>.</div>
</td>
</tr>
-<tr id="i2" class="altColor">
+<tr id="i3" class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#getDescription--">getDescription</a></span>()</code>
<div class="block">Bean property getter:
<property>description</property>.</div>
</td>
</tr>
-<tr id="i3" class="rowColor">
+<tr id="i4" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class
in org.apache.juneau.dto.swagger">License</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#getLicense--">getLicense</a></span>()</code>
<div class="block">Bean property getter: <property>license</property>.</div>
</td>
</tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#getTermsOfService--">getTermsOfService</a></span>()</code>
<div class="block">Bean property getter:
<property>termsOfService</property>.</div>
</td>
</tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#getTitle--">getTitle</a></span>()</code>
<div class="block">Bean property getter: <property>title</property>.</div>
</td>
</tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#getVersion--">getVersion</a></span>()</code>
<div class="block">Bean property getter: <property>version</property>.</div>
</td>
</tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#license-org.apache.juneau.dto.swagger.License-">license</a></span>(<a
href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class
in org.apache.juneau.dto.swagger">License</a> license)</code>
+<div class="block">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setLicense-org.apache.juneau.dto.swagger.License-"><code>setLicense(License)</code></a>.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setContact-org.apache.juneau.dto.swagger.Contact-">setContact</a></span>(<a
href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class
in org.apache.juneau.dto.swagger">Contact</a> contact)</code>
<div class="block">Bean property setter: <property>contact</property>.</div>
</td>
</tr>
-<tr id="i8" class="altColor">
+<tr id="i10" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setDescription-java.lang.String-">setDescription</a></span>(<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> description)</code>
<div class="block">Bean property setter:
<property>description</property>.</div>
</td>
</tr>
-<tr id="i9" class="rowColor">
+<tr id="i11" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setLicense-org.apache.juneau.dto.swagger.License-">setLicense</a></span>(<a
href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class
in org.apache.juneau.dto.swagger">License</a> license)</code>
<div class="block">Bean property setter: <property>license</property>.</div>
</td>
</tr>
-<tr id="i10" class="altColor">
+<tr id="i12" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setTermsOfService-java.lang.String-">setTermsOfService</a></span>(<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> termsOfService)</code>
<div class="block">Bean property setter:
<property>termsOfService</property>.</div>
</td>
</tr>
-<tr id="i11" class="rowColor">
+<tr id="i13" class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setTitle-java.lang.String-">setTitle</a></span>(<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)</code>
<div class="block">Bean property setter: <property>title</property>.</div>
</td>
</tr>
-<tr id="i12" class="altColor">
+<tr id="i14" class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setVersion-java.lang.String-">setVersion</a></span>(<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)</code>
<div class="block">Bean property setter: <property>version</property>.</div>
</td>
</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#termsOfService-java.lang.String-">termsOfService</a></span>(<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> termsOfService)</code>
+<div class="block">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setTermsOfService-java.lang.String-"><code>setTermsOfService(String)</code></a>.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#title-java.lang.String-">title</a></span>(<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)</code>
+<div class="block">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setTitle-java.lang.String-"><code>setTitle(String)</code></a>.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#version-java.lang.String-">version</a></span>(<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)</code>
+<div class="block">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setVersion-java.lang.String-"><code>setVersion(String)</code></a>.</div>
+</td>
+</tr>
</table>
<ul class="blockList">
+<li class="blockList"><a
name="methods.inherited.from.class.org.apache.juneau.dto.swagger.SwaggerElement">
+<!-- -->
+</a>
+<h3>Methods inherited from class org.apache.juneau.dto.swagger.<a
href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html"
title="class in org.apache.juneau.dto.swagger">SwaggerElement</a></h3>
+<code><a
href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html#isStrict--">isStrict</a>,
<a
href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html#strict--">strict</a></code></li>
+</ul>
+<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
@@ -273,7 +314,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockListLast">
<li class="blockList">
<h4>Info</h4>
-<pre>public <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.40">Info</a>()</pre>
+<pre>public <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.41">Info</a>()</pre>
</li>
</ul>
</li>
@@ -284,31 +325,13 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<!-- -->
</a>
<h3>Method Detail</h3>
-<a name="create-java.lang.String-java.lang.String-">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>create</h4>
-<pre>public static <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.56">create</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,
- <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">Convenience method for creating a new Info object.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>title</code> - Required. The title of the application.</dd>
-<dd><code>version</code> - Required. Provides the version of the application
API (not to be confused with the specification version).</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>A new Info object.</dd>
-</dl>
-</li>
-</ul>
<a name="getTitle--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTitle</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/swagger/Info.html#line.67">getTitle</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/swagger/Info.html#line.57">getTitle</a>()</pre>
<div class="block">Bean property getter: <property>title</property>.
<p>
Required. The title of the application.</div>
@@ -324,7 +347,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>setTitle</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.79">setTitle</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/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.69">setTitle</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">Bean property setter: <property>title</property>.
<p>
Required. The title of the application.</div>
@@ -336,6 +359,22 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</dl>
</li>
</ul>
+<a name="title-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>title</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.80">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">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setTitle-java.lang.String-"><code>setTitle(String)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>title</code> - The new value for the <property>title</property>
property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
<a name="getDescription--">
<!-- -->
</a>
@@ -370,13 +409,29 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</dl>
</li>
</ul>
+<a name="description-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>description</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.114">description</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> description)</pre>
+<div class="block">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setDescription-java.lang.String-"><code>setDescription(String)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>description</code> - The new value for the
<property>description</property> property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
<a name="getTermsOfService--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTermsOfService</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/swagger/Info.html#line.115">getTermsOfService</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/swagger/Info.html#line.125">getTermsOfService</a>()</pre>
<div class="block">Bean property getter: <property>termsOfService</property>.
<p>
The Terms of Service for the API.</div>
@@ -392,7 +447,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>setTermsOfService</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.127">setTermsOfService</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> termsOfService)</pre>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.137">setTermsOfService</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> termsOfService)</pre>
<div class="block">Bean property setter: <property>termsOfService</property>.
<p>
The Terms of Service for the API.</div>
@@ -404,13 +459,29 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</dl>
</li>
</ul>
+<a name="termsOfService-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>termsOfService</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.148">termsOfService</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> termsOfService)</pre>
+<div class="block">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setTermsOfService-java.lang.String-"><code>setTermsOfService(String)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>termsOfService</code> - The new value for the
<property>termsOfService</property> property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
<a name="getContact--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContact</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class
in org.apache.juneau.dto.swagger">Contact</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.139">getContact</a>()</pre>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class
in org.apache.juneau.dto.swagger">Contact</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.159">getContact</a>()</pre>
<div class="block">Bean property getter: <property>contact</property>.
<p>
The contact information for the exposed API.</div>
@@ -426,7 +497,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>setContact</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.151">setContact</a>(<a
href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class
in org.apache.juneau.dto.swagger">Contact</a> contact)</pre>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.171">setContact</a>(<a
href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class
in org.apache.juneau.dto.swagger">Contact</a> contact)</pre>
<div class="block">Bean property setter: <property>contact</property>.
<p>
The contact information for the exposed API.</div>
@@ -438,13 +509,29 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</dl>
</li>
</ul>
+<a name="contact-org.apache.juneau.dto.swagger.Contact-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>contact</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.182">contact</a>(<a
href="../../../../../org/apache/juneau/dto/swagger/Contact.html" title="class
in org.apache.juneau.dto.swagger">Contact</a> contact)</pre>
+<div class="block">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setContact-org.apache.juneau.dto.swagger.Contact-"><code>setContact(Contact)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>contact</code> - The new value for the <property>contact</property>
property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
<a name="getLicense--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLicense</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class
in org.apache.juneau.dto.swagger">License</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.163">getLicense</a>()</pre>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class
in org.apache.juneau.dto.swagger">License</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.193">getLicense</a>()</pre>
<div class="block">Bean property getter: <property>license</property>.
<p>
The license information for the exposed API.</div>
@@ -460,7 +547,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>setLicense</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.175">setLicense</a>(<a
href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class
in org.apache.juneau.dto.swagger">License</a> license)</pre>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.205">setLicense</a>(<a
href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class
in org.apache.juneau.dto.swagger">License</a> license)</pre>
<div class="block">Bean property setter: <property>license</property>.
<p>
The license information for the exposed API.</div>
@@ -472,13 +559,29 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</dl>
</li>
</ul>
+<a name="license-org.apache.juneau.dto.swagger.License-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>license</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.216">license</a>(<a
href="../../../../../org/apache/juneau/dto/swagger/License.html" title="class
in org.apache.juneau.dto.swagger">License</a> license)</pre>
+<div class="block">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setLicense-org.apache.juneau.dto.swagger.License-"><code>setLicense(License)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>license</code> - The new value for the <property>license</property>
property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
<a name="getVersion--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersion</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/swagger/Info.html#line.187">getVersion</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/swagger/Info.html#line.227">getVersion</a>()</pre>
<div class="block">Bean property getter: <property>version</property>.
<p>
Required. Provides the version of the application API (not to be confused
with the specification version).</div>
@@ -491,10 +594,10 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<a name="setVersion-java.lang.String-">
<!-- -->
</a>
-<ul class="blockListLast">
+<ul class="blockList">
<li class="blockList">
<h4>setVersion</h4>
-<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.199">setVersion</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>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.239">setVersion</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">Bean property setter: <property>version</property>.
<p>
Required. Provides the version of the application API (not to be confused
with the specification version).</div>
@@ -506,6 +609,22 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</dl>
</li>
</ul>
+<a name="version-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>version</h4>
+<pre>public <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html" title="class in
org.apache.juneau.dto.swagger">Info</a> <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.250">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">Synonym for <a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#setVersion-java.lang.String-"><code>setVersion(String)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>version</code> - The new value for the <property>version</property>
property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
</li>
</ul>
</li>