http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/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
new file mode 100644
index 0000000..91eb8f8
--- /dev/null
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Info.html
@@ -0,0 +1,585 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Info (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../javadoc.css"
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Info (Apache Juneau (incubating)
6.0.0-incubating-SNAPSHOT)";
+ }
+ }
+ 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 altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Info.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html"
title="class in org.apache.juneau.dto.swagger"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/juneau/dto/swagger/Items.html"
title="class in org.apache.juneau.dto.swagger"><span
class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../index.html?org/apache/juneau/dto/swagger/Info.html"
target="_top">Frames</a></li>
+<li><a href="Info.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.juneau.dto.swagger</div>
+<h2 title="Class Info" class="title">Class Info</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<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>org.apache.juneau.dto.swagger.Info</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.42">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>
+<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.
+
+ <h6 class='topic'>Example:</h6>
+ <p class='bcode'>
+ {
+ <js>"title"</js>: <js>"Swagger Sample App"</js>,
+ <js>"description"</js>: <js>"This is a sample server Petstore
server."</js>,
+ <js>"termsOfService"</js>: <js>"http://swagger.io/terms/"</js>,
+ <js>"contact"</js>: {
+ <js>"name"</js>: <js>"API Support"</js>,
+ <js>"url"</js>: <js>"http://www.swagger.io/support"</js>,
+ <js>"email"</js>: <js>"[email protected]"</js>
+ },
+ <js>"license"</js>: {
+ <js>"name"</js>: <js>"Apache 2.0"</js>,
+ <js>"url"</js>:
<js>"http://www.apache.org/licenses/LICENSE-2.0.html"</js>
+ },
+ <js>"version"</js>: <js>"1.0.1"</js>
+ }
+ </p></div>
+<dl>
+<dt><span class="simpleTagLabel">Author:</span></dt>
+<dd>james.bognar</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../../org/apache/juneau/dto/swagger/Info.html#Info--">Info</a></span>()</code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!-- -->
+</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>
+<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>
+</tr>
+<tr id="i1" class="rowColor">
+<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">
+<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">
+<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">
+<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">
+<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">
+<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">
+<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">
+<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">
+<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">
+<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">
+<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">
+<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>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.<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></h3>
+<code><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--"
title="class or interface in java.lang">clone</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-"
title="class or interface in java.lang">equals</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--"
title="class or interface in java.lang">finalize</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--"
title="class or interface in java.lang">getClass</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--"
title="class or interface in java.lang">hashCode</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--"
title="class or interface in java.lang">notify</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang
/Object.html?is-external=true#notifyAll--" title="class or interface in
java.lang">notifyAll</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--"
title="class or interface in java.lang">toString</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--"
title="class or interface in java.lang">wait</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-"
title="class or interface in java.lang">wait</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-"
title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="Info--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>Info</h4>
+<pre>public <a
href="../../../../../src-html/org/apache/juneau/dto/swagger/Info.html#line.42">Info</a>()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!-- -->
+</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.58">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.69">getTitle</a>()</pre>
+<div class="block">Bean property getter: <property>title</property>.
+ <p>
+ Required. The title of the application.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>title</property> property on this bean, or
<jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setTitle-java.lang.String-">
+<!-- -->
+</a>
+<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.81">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>
+<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>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDescription</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.93">getDescription</a>()</pre>
+<div class="block">Bean property getter: <property>description</property>.
+ <p>
+ A short description of the application. GFM syntax can be used for rich text
representation.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>description</property> property on this bean,
or <jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setDescription-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDescription</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.105">setDescription</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">Bean property setter: <property>description</property>.
+ <p>
+ A short description of the application. GFM syntax can be used for rich text
representation.</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.117">getTermsOfService</a>()</pre>
+<div class="block">Bean property getter: <property>termsOfService</property>.
+ <p>
+ The Terms of Service for the API.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>termsOfService</property> property on this
bean, or <jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setTermsOfService-java.lang.String-">
+<!-- -->
+</a>
+<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.129">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>
+<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.141">getContact</a>()</pre>
+<div class="block">Bean property getter: <property>contact</property>.
+ <p>
+ The contact information for the exposed API.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>contact</property> property on this bean, or
<jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setContact-org.apache.juneau.dto.swagger.Contact-">
+<!-- -->
+</a>
+<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.153">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>
+<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.165">getLicense</a>()</pre>
+<div class="block">Bean property getter: <property>license</property>.
+ <p>
+ The license information for the exposed API.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>license</property> property on this bean, or
<jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setLicense-org.apache.juneau.dto.swagger.License-">
+<!-- -->
+</a>
+<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.177">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>
+<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.189">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>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>version</property> property on this bean, or
<jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setVersion-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<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.201">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>
+<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>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Info.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/juneau/dto/swagger/HeaderInfo.html"
title="class in org.apache.juneau.dto.swagger"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/juneau/dto/swagger/Items.html"
title="class in org.apache.juneau.dto.swagger"><span
class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../index.html?org/apache/juneau/dto/swagger/Info.html"
target="_top">Frames</a></li>
+<li><a href="Info.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2016 <a
href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p>
+</body>
+</html>