http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html index 1b43451..bed8ee4 100644 --- a/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html +++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>="type,format,items,collectionFormat,default,maximum,exclusiveMaximum,minimum,exclusiveMinimum,maxLength,minLength,pattern,maxItems,minItems,uniqueItems,enum,multipleOf") -public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.44">Items</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.45">Items</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">A limited subset of JSON-Schema's items object. It is used by parameter definitions that are not located in "body". @@ -128,7 +128,8 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <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.Swagger'>Swagger</a> </ul> @@ -522,7 +523,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockListLast"> <li class="blockList"> <h4>Items</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.44">Items</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.45">Items</a>()</pre> </li> </ul> </li> @@ -539,7 +540,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>strict</h4> -<pre>protected <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.68">strict</a>()</pre> +<pre>protected <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.69">strict</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.html#strict--">SwaggerElement</a></code></span></div> <div class="block">Sets strict mode on this bean.</div> <dl> @@ -556,11 +557,12 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getType</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/Items.html#line.81">getType</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/Items.html#line.83">getType</a>()</pre> <div class="block">Bean property getter: <property>type</property>. <p> Required. The internal type of the array. - The value MUST be one of <js>"string"</js>, <js>"number"</js>, <js>"integer"</js>, <js>"boolean"</js>, or <js>"array"</js>.</div> + The value MUST be one of <js>"string"</js>, <js>"number"</js>, <js>"integer"</js>, <js>"boolean"</js>, or + <js>"array"</js>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The value of the <property>type</property> property on this bean, or <jk>null</jk> if it is not set.</dd> @@ -573,11 +575,12 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setType</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.94">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/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.97">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>. <p> Required. The internal type of the array. - The value MUST be one of <js>"string"</js>, <js>"number"</js>, <js>"integer"</js>, <js>"boolean"</js>, or <js>"array"</js>.</div> + The value MUST be one of <js>"string"</js>, <js>"number"</js>, <js>"integer"</js>, <js>"boolean"</js>, or + <js>"array"</js>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>type</code> - The new value for the <property>type</property> property on this bean.</dd> @@ -592,7 +595,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>type</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.107">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> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.112">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">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setType-java.lang.String-"><code>setType(String)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -608,10 +611,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getFormat</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/Items.html#line.118">getFormat</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/Items.html#line.124">getFormat</a>()</pre> <div class="block">Bean property getter: <property>format</property>. <p> - The extending format for the previously mentioned <code>type</code>. See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.</div> + The extending format for the previously mentioned <code>type</code>. See <a class="doclink" + href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The value of the <property>format</property> property on this bean, or <jk>null</jk> if it is not set.</dd> @@ -624,10 +628,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setFormat</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.130">setFormat</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> format)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.137">setFormat</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> format)</pre> <div class="block">Bean property setter: <property>format</property>. <p> - The extending format for the previously mentioned <code>type</code>. See <a class="doclink" href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.</div> + The extending format for the previously mentioned <code>type</code>. See <a class="doclink" + href="http://swagger.io/specification/#dataTypeFormat">Data Type Formats</a> for further details.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>format</code> - The new value for the <property>format</property> property on this bean.</dd> @@ -642,7 +647,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>format</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.141">format</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> format)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.148">format</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> format)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setFormat-java.lang.String-"><code>setFormat(String)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -658,7 +663,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getItems</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.153">getItems</a>()</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.160">getItems</a>()</pre> <div class="block">Bean property getter: <property>items</property>. <p> Required if <code>type</code> is <js>"array"</js>. @@ -675,7 +680,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setItems</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.166">setItems</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> items)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.173">setItems</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> items)</pre> <div class="block">Bean property setter: <property>items</property>. <p> Required if <code>type</code> is <js>"array"</js>. @@ -694,7 +699,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>items</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.177">items</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> items)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.184">items</a>(<a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> items)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setItems-org.apache.juneau.dto.swagger.Items-"><code>setItems(Items)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -710,7 +715,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getCollectionFormat</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/Items.html#line.198">getCollectionFormat</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/Items.html#line.206">getCollectionFormat</a>()</pre> <div class="block">Bean property getter: <property>collectionFormat</property>. <p> Determines the format of the array if type array is used. @@ -726,7 +731,8 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm Default value is <code>csv</code>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> -<dd>The value of the <property>collectionFormat</property> property on this bean, or <jk>null</jk> if it is not set.</dd> +<dd>The value of the <property>collectionFormat</property> property on this bean, or <jk>null</jk> if it is + not set.</dd> </dl> </li> </ul> @@ -736,7 +742,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setCollectionFormat</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.220">setCollectionFormat</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> collectionFormat)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.228">setCollectionFormat</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> collectionFormat)</pre> <div class="block">Bean property setter: <property>collectionFormat</property>. <p> Determines the format of the array if type array is used. @@ -764,7 +770,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>collectionFormat</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.233">collectionFormat</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> collectionFormat)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.243">collectionFormat</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> collectionFormat)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setCollectionFormat-java.lang.String-"><code>setCollectionFormat(String)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -780,12 +786,13 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getDefault</h4> -<pre>public <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> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.247">getDefault</a>()</pre> +<pre>public <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> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.258">getDefault</a>()</pre> <div class="block">Bean property getter: <property>default</property>. <p> Declares the value of the item that the server will use if none is provided. (Note: <js>"default"</js> has no meaning for required items.) - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor101">http://json-schema.org/latest/json-schema-validation.html#anchor101</a>. + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor101"> + http://json-schema.org/latest/json-schema-validation.html#anchor101</a>. Unlike JSON Schema this value MUST conform to the defined <code>type</code> for the data type.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -799,12 +806,13 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setDefault</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.262">setDefault</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> _default)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.274">setDefault</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> _default)</pre> <div class="block">Bean property setter: <property>default</property>. <p> Declares the value of the item that the server will use if none is provided. (Note: <js>"default"</js> has no meaning for required items.) - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor101">http://json-schema.org/latest/json-schema-validation.html#anchor101</a>. + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor101"> + http://json-schema.org/latest/json-schema-validation.html#anchor101</a>. Unlike JSON Schema this value MUST conform to the defined <code>type</code> for the data type.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -820,7 +828,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>_default</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.273">_default</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> _default)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.285">_default</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> _default)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setDefault-java.lang.Object-"><code>setDefault(Object)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -836,10 +844,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getMaximum</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.284">getMaximum</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.297">getMaximum</a>()</pre> <div class="block">Bean property getter: <property>maximum</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17"> + http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The value of the <property>maximum</property> property on this bean, or <jk>null</jk> if it is not set.</dd> @@ -852,10 +861,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setMaximum</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.296">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> maximum)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.310">setMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> maximum)</pre> <div class="block">Bean property setter: <property>maximum</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17"> + http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>maximum</code> - The new value for the <property>maximum</property> property on this bean.</dd> @@ -870,7 +880,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>maximum</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.307">maximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> maximum)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.321">maximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> maximum)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMaximum-java.lang.Number-"><code>setMaximum(Number)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -886,13 +896,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getExclusiveMaximum</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.318">getExclusiveMaximum</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.334">getExclusiveMaximum</a>()</pre> <div class="block">Bean property getter: <property>exclusiveMaximum</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17"> + http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> -<dd>The value of the <property>exclusiveMaximum</property> property on this bean, or <jk>null</jk> if it is not set.</dd> +<dd>The value of the <property>exclusiveMaximum</property> property on this bean, or <jk>null</jk> if it is + not set.</dd> </dl> </li> </ul> @@ -902,10 +914,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setExclusiveMaximum</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.330">setExclusiveMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> exclusiveMaximum)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.347">setExclusiveMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> exclusiveMaximum)</pre> <div class="block">Bean property setter: <property>exclusiveMaximum</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17">http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor17"> + http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>exclusiveMaximum</code> - The new value for the <property>exclusiveMaximum</property> property on this bean.</dd> @@ -920,7 +933,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>exclusiveMaximum</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.341">exclusiveMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> exclusiveMaximum)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.358">exclusiveMaximum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> exclusiveMaximum)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setExclusiveMaximum-java.lang.Boolean-"><code>setExclusiveMaximum(Boolean)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -936,10 +949,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getMinimum</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.352">getMinimum</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.370">getMinimum</a>()</pre> <div class="block">Bean property getter: <property>minimum</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21"> + http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The value of the <property>minimum</property> property on this bean, or <jk>null</jk> if it is not set.</dd> @@ -952,10 +966,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setMinimum</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.364">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> minimum)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.383">setMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> minimum)</pre> <div class="block">Bean property setter: <property>minimum</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21"> + http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>minimum</code> - The new value for the <property>minimum</property> property on this bean.</dd> @@ -970,7 +985,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>minimum</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.375">minimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> minimum)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.394">minimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> minimum)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMinimum-java.lang.Number-"><code>setMinimum(Number)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -986,13 +1001,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getExclusiveMinimum</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.386">getExclusiveMinimum</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.407">getExclusiveMinimum</a>()</pre> <div class="block">Bean property getter: <property>exclusiveMinimum</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21"> + http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> -<dd>The value of the <property>exclusiveMinimum</property> property on this bean, or <jk>null</jk> if it is not set.</dd> +<dd>The value of the <property>exclusiveMinimum</property> property on this bean, or <jk>null</jk> if it is + not set.</dd> </dl> </li> </ul> @@ -1002,10 +1019,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setExclusiveMinimum</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.398">setExclusiveMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> exclusiveMinimum)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.420">setExclusiveMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> exclusiveMinimum)</pre> <div class="block">Bean property setter: <property>exclusiveMinimum</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21">http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor21"> + http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>exclusiveMinimum</code> - The new value for the <property>exclusiveMinimum</property> property on this bean.</dd> @@ -1020,7 +1038,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>exclusiveMinimum</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.409">exclusiveMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> exclusiveMinimum)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.431">exclusiveMinimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> exclusiveMinimum)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setExclusiveMinimum-java.lang.Boolean-"><code>setExclusiveMinimum(Boolean)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -1036,10 +1054,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getMaxLength</h4> -<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/swagger/Items.html#line.420">getMaxLength</a>()</pre> +<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/swagger/Items.html#line.443">getMaxLength</a>()</pre> <div class="block">Bean property getter: <property>maxLength</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26"> + http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The value of the <property>maxLength</property> property on this bean, or <jk>null</jk> if it is not set.</dd> @@ -1052,10 +1071,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setMaxLength</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.432">setMaxLength</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> maxLength)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.456">setMaxLength</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> maxLength)</pre> <div class="block">Bean property setter: <property>maxLength</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26">http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor26"> + http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>maxLength</code> - The new value for the <property>maxLength</property> property on this bean.</dd> @@ -1070,7 +1090,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>maxLength</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.443">maxLength</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> maxLength)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.467">maxLength</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> maxLength)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMaxLength-java.lang.Integer-"><code>setMaxLength(Integer)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -1086,10 +1106,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getMinLength</h4> -<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/swagger/Items.html#line.454">getMinLength</a>()</pre> +<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/swagger/Items.html#line.479">getMinLength</a>()</pre> <div class="block">Bean property getter: <property>minLength</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29"> + http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The value of the <property>minLength</property> property on this bean, or <jk>null</jk> if it is not set.</dd> @@ -1102,10 +1123,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setMinLength</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.466">setMinLength</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> minLength)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.492">setMinLength</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> minLength)</pre> <div class="block">Bean property setter: <property>minLength</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29">http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor29"> + http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>minLength</code> - The new value for the <property>minLength</property> property on this bean.</dd> @@ -1120,7 +1142,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>minLength</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.477">minLength</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> minLength)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.503">minLength</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> minLength)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMinLength-java.lang.Integer-"><code>setMinLength(Integer)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -1136,10 +1158,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getPattern</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/Items.html#line.488">getPattern</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/Items.html#line.515">getPattern</a>()</pre> <div class="block">Bean property getter: <property>pattern</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33"> + http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The value of the <property>pattern</property> property on this bean, or <jk>null</jk> if it is not set.</dd> @@ -1152,10 +1175,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setPattern</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.500">setPattern</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> pattern)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.528">setPattern</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> pattern)</pre> <div class="block">Bean property setter: <property>pattern</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33">http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor33"> + http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>pattern</code> - The new value for the <property>pattern</property> property on this bean.</dd> @@ -1170,7 +1194,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>pattern</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.511">pattern</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> pattern)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.539">pattern</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> pattern)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setPattern-java.lang.String-"><code>setPattern(String)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -1186,10 +1210,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getMaxItems</h4> -<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/swagger/Items.html#line.522">getMaxItems</a>()</pre> +<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/swagger/Items.html#line.551">getMaxItems</a>()</pre> <div class="block">Bean property getter: <property>maxItems</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42"> + http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The value of the <property>maxItems</property> property on this bean, or <jk>null</jk> if it is not set.</dd> @@ -1202,10 +1227,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setMaxItems</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.534">setMaxItems</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> maxItems)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.564">setMaxItems</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> maxItems)</pre> <div class="block">Bean property setter: <property>maxItems</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42">http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor42"> + http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>maxItems</code> - The new value for the <property>maxItems</property> property on this bean.</dd> @@ -1220,7 +1246,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>maxItems</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.545">maxItems</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> maxItems)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.575">maxItems</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> maxItems)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMaxItems-java.lang.Integer-"><code>setMaxItems(Integer)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -1236,10 +1262,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getMinItems</h4> -<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/swagger/Items.html#line.556">getMinItems</a>()</pre> +<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/swagger/Items.html#line.587">getMinItems</a>()</pre> <div class="block">Bean property getter: <property>minItems</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45"> + http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The value of the <property>minItems</property> property on this bean, or <jk>null</jk> if it is not set.</dd> @@ -1252,10 +1279,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setMinItems</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.568">setMinItems</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> minItems)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.600">setMinItems</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> minItems)</pre> <div class="block">Bean property setter: <property>minItems</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45">http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor45"> + http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>minItems</code> - The new value for the <property>minItems</property> property on this bean.</dd> @@ -1270,7 +1298,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>minItems</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.579">minItems</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> minItems)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.611">minItems</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> minItems)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMinItems-java.lang.Integer-"><code>setMinItems(Integer)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -1286,13 +1314,15 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getUniqueItems</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.590">getUniqueItems</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.624">getUniqueItems</a>()</pre> <div class="block">Bean property getter: <property>uniqueItems</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49"> + http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> -<dd>The value of the <property>uniqueItems</property> property on this bean, or <jk>null</jk> if it is not set.</dd> +<dd>The value of the <property>uniqueItems</property> property on this bean, or <jk>null</jk> if it is not + set.</dd> </dl> </li> </ul> @@ -1302,10 +1332,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setUniqueItems</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.602">setUniqueItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> uniqueItems)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.637">setUniqueItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> uniqueItems)</pre> <div class="block">Bean property setter: <property>uniqueItems</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49">http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor49"> + http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>uniqueItems</code> - The new value for the <property>uniqueItems</property> property on this bean.</dd> @@ -1320,7 +1351,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>uniqueItems</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.613">uniqueItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> uniqueItems)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.648">uniqueItems</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> uniqueItems)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setUniqueItems-java.lang.Boolean-"><code>setUniqueItems(Boolean)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -1336,10 +1367,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getEnum</h4> -<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/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.624">getEnum</a>()</pre> +<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/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.660">getEnum</a>()</pre> <div class="block">Bean property getter: <property>enum</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76"> + http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The value of the <property>enum</property> property on this bean, or <jk>null</jk> if it is not set.</dd> @@ -1352,10 +1384,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setEnum</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.636">setEnum</a>(<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/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> _enum)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.673">setEnum</a>(<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/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> _enum)</pre> <div class="block">Bean property setter: <property>enum</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76"> + http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>_enum</code> - The new value for the <property>enum</property> property on this bean.</dd> @@ -1370,10 +1403,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>addEnum</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.650">addEnum</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>... _enum)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.688">addEnum</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>... _enum)</pre> <div class="block">Bean property adder: <property>enum</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76">http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor76"> + http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>_enum</code> - The new values to add to the <property>enum</property> property on this bean. @@ -1389,7 +1423,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>_enum</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.672">_enum</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>... _enum)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.710">_enum</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>... _enum)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#addEnum-java.lang.Object...-"><code>addEnum(Object...)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -1406,10 +1440,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getMultipleOf</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.683">getMultipleOf</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.722">getMultipleOf</a>()</pre> <div class="block">Bean property getter: <property>multipleOf</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14"> + http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The value of the <property>multipleOf</property> property on this bean, or <jk>null</jk> if it is not set.</dd> @@ -1422,10 +1457,11 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setMultipleOf</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.695">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> multipleOf)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.735">setMultipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> multipleOf)</pre> <div class="block">Bean property setter: <property>multipleOf</property>. <p> - See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14">http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.</div> + See <a class="doclink" href="http://json-schema.org/latest/json-schema-validation.html#anchor14"> + http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>multipleOf</code> - The new value for the <property>multipleOf</property> property on this bean.</dd> @@ -1440,7 +1476,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockListLast"> <li class="blockList"> <h4>multipleOf</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.706">multipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> multipleOf)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/swagger/Items.html" title="class in org.apache.juneau.dto.swagger">Items</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/Items.html#line.746">multipleOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> multipleOf)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Items.html#setMultipleOf-java.lang.Number-"><code>setMultipleOf(Number)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/swagger/License.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/License.html b/content/site/apidocs/org/apache/juneau/dto/swagger/License.html index fc46071..368d832 100644 --- a/content/site/apidocs/org/apache/juneau/dto/swagger/License.html +++ b/content/site/apidocs/org/apache/juneau/dto/swagger/License.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>="name,url") -public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.45">License</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.46">License</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">License information for the exposed API. @@ -128,7 +128,8 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <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.Swagger'>Swagger</a> </ul> @@ -240,7 +241,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockListLast"> <li class="blockList"> <h4>License</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.45">License</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.46">License</a>()</pre> </li> </ul> </li> @@ -257,7 +258,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <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/swagger/License.html#line.57">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/swagger/License.html#line.58">getName</a>()</pre> <div class="block">Bean property getter: <property>name</property>. <p> Required. The license name used for the API.</div> @@ -273,7 +274,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setName</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/License.html#line.69">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/swagger/License.html" title="class in org.apache.juneau.dto.swagger">License</a> <a href="../../../../../src-html/org/apache/juneau/dto/swagger/License.html#line.70">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>. <p> Required. The license name used for the API.</div> @@ -291,7 +292,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>name</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/License.html#line.80">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> +<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/License.html#line.81">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">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/License.html#setName-java.lang.String-"><code>setName(String)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -307,7 +308,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>getUrl</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/swagger/License.html#line.96">getUrl</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/swagger/License.html#line.97">getUrl</a>()</pre> <div class="block">Bean property getter: <property>url</property>. <p> A URL to the license used for the API. @@ -328,7 +329,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockList"> <li class="blockList"> <h4>setUrl</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/License.html#line.111">setUrl</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> url)</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/License.html#line.112">setUrl</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> url)</pre> <div class="block">Bean property setter: <property>url</property>. <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>. @@ -349,7 +350,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm <ul class="blockListLast"> <li class="blockList"> <h4>url</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/License.html#line.122">url</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> url)</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/License.html#line.123">url</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> url)</pre> <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/License.html#setUrl-java.lang.Object-"><code>setUrl(Object)</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt>
