From commits-return-4859-archive-asf-public=cust-asf.ponee.io@juddi.apache.org Sat Nov 17 01:25:50 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 908591807D2 for ; Sat, 17 Nov 2018 01:25:44 +0100 (CET) Received: (qmail 19715 invoked by uid 500); 17 Nov 2018 00:25:38 -0000 Mailing-List: contact commits-help@juddi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@juddi.apache.org Received: (qmail 17929 invoked by uid 99); 17 Nov 2018 00:25:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Nov 2018 00:25:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D3E0BE12F1; Sat, 17 Nov 2018 00:25:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexoree@apache.org To: commits@juddi.apache.org Date: Sat, 17 Nov 2018 00:26:14 -0000 Message-Id: <2775add05a1c4ce9bd2fcac6b9e11ebe@git.apache.org> In-Reply-To: <15c620bc3db149a1b0384d77357dfcbd@git.apache.org> References: <15c620bc3db149a1b0384d77357dfcbd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/51] [partial] juddi git commit: NOJIRA republishing the scout site http://git-wip-us.apache.org/repos/asf/juddi/blob/771db112/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscardAuthToken.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscardAuthToken.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscardAuthToken.html new file mode 100644 index 0000000..5800221 --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscardAuthToken.html @@ -0,0 +1,397 @@ + + + + + + + +DiscardAuthToken (Apache Scout 1.2.5 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.scout.model.uddi.v2 +
+Class DiscardAuthToken

+
+java.lang.Object
+  extended by org.apache.ws.scout.model.uddi.v2.DiscardAuthToken
+
+
+
+
public class DiscardAuthToken
extends java.lang.Object
+ + +

+

Java class for discard_authToken complex type. + +

The following schema fragment specifies the expected content contained within this class. + +

+ <complexType name="discard_authToken">
+   <complexContent>
+     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+       <sequence>
+         <element ref="{urn:uddi-org:api_v2}authInfo"/>
+       </sequence>
+       <attribute name="generic" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+     </restriction>
+   </complexContent>
+ </complexType>
+ 
+

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+protected  java.lang.StringauthInfo + +
+           
+protected  java.lang.Stringgeneric + +
+           
+  + + + + + + + + + + +
+Constructor Summary
DiscardAuthToken() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetAuthInfo() + +
+          Gets the value of the authInfo property.
+ java.lang.StringgetGeneric() + +
+          Gets the value of the generic property.
+ voidsetAuthInfo(java.lang.String value) + +
+          Sets the value of the authInfo property.
+ voidsetGeneric(java.lang.String value) + +
+          Sets the value of the generic property.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+authInfo

+
+protected java.lang.String authInfo
+
+
+
+
+
+ +

+generic

+
+protected java.lang.String generic
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+DiscardAuthToken

+
+public DiscardAuthToken()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAuthInfo

+
+public java.lang.String getAuthInfo()
+
+
Gets the value of the authInfo property. +

+

+ +
Returns:
possible object is + String
+
+
+
+ +

+setAuthInfo

+
+public void setAuthInfo(java.lang.String value)
+
+
Sets the value of the authInfo property. +

+

+
Parameters:
value - allowed object is + String
+
+
+
+ +

+getGeneric

+
+public java.lang.String getGeneric()
+
+
Gets the value of the generic property. +

+

+ +
Returns:
possible object is + String
+
+
+
+ +

+setGeneric

+
+public void setGeneric(java.lang.String value)
+
+
Sets the value of the generic property. +

+

+
Parameters:
value - allowed object is + String
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved. + + http://git-wip-us.apache.org/repos/asf/juddi/blob/771db112/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscoveryURL.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscoveryURL.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscoveryURL.html new file mode 100644 index 0000000..8479427 --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscoveryURL.html @@ -0,0 +1,394 @@ + + + + + + + +DiscoveryURL (Apache Scout 1.2.5 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.scout.model.uddi.v2 +
+Class DiscoveryURL

+
+java.lang.Object
+  extended by org.apache.ws.scout.model.uddi.v2.DiscoveryURL
+
+
+
+
public class DiscoveryURL
extends java.lang.Object
+ + +

+

Java class for discoveryURL complex type. + +

The following schema fragment specifies the expected content contained within this class. + +

+ <complexType name="discoveryURL">
+   <simpleContent>
+     <extension base="<http://www.w3.org/2001/XMLSchema>string">
+       <attribute name="useType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+     </extension>
+   </simpleContent>
+ </complexType>
+ 
+

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+protected  java.lang.StringuseType + +
+           
+protected  java.lang.Stringvalue + +
+           
+  + + + + + + + + + + +
+Constructor Summary
DiscoveryURL() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetUseType() + +
+          Gets the value of the useType property.
+ java.lang.StringgetValue() + +
+          Gets the value of the value property.
+ voidsetUseType(java.lang.String value) + +
+          Sets the value of the useType property.
+ voidsetValue(java.lang.String value) + +
+          Sets the value of the value property.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+value

+
+protected java.lang.String value
+
+
+
+
+
+ +

+useType

+
+protected java.lang.String useType
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+DiscoveryURL

+
+public DiscoveryURL()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getValue

+
+public java.lang.String getValue()
+
+
Gets the value of the value property. +

+

+ +
Returns:
possible object is + String
+
+
+
+ +

+setValue

+
+public void setValue(java.lang.String value)
+
+
Sets the value of the value property. +

+

+
Parameters:
value - allowed object is + String
+
+
+
+ +

+getUseType

+
+public java.lang.String getUseType()
+
+
Gets the value of the useType property. +

+

+ +
Returns:
possible object is + String
+
+
+
+ +

+setUseType

+
+public void setUseType(java.lang.String value)
+
+
Sets the value of the useType property. +

+

+
Parameters:
value - allowed object is + String
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved. + + http://git-wip-us.apache.org/repos/asf/juddi/blob/771db112/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscoveryURLs.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscoveryURLs.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscoveryURLs.html new file mode 100644 index 0000000..7d46c43 --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DiscoveryURLs.html @@ -0,0 +1,326 @@ + + + + + + + +DiscoveryURLs (Apache Scout 1.2.5 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.scout.model.uddi.v2 +
+Class DiscoveryURLs

+
+java.lang.Object
+  extended by org.apache.ws.scout.model.uddi.v2.DiscoveryURLs
+
+
+
+
public class DiscoveryURLs
extends java.lang.Object
+ + +

+

Java class for discoveryURLs complex type. + +

The following schema fragment specifies the expected content contained within this class. + +

+ <complexType name="discoveryURLs">
+   <complexContent>
+     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+       <sequence>
+         <element ref="{urn:uddi-org:api_v2}discoveryURL" maxOccurs="unbounded"/>
+       </sequence>
+     </restriction>
+   </complexContent>
+ </complexType>
+ 
+

+ +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+protected  java.util.List<DiscoveryURL>discoveryURL + +
+           
+  + + + + + + + + + + +
+Constructor Summary
DiscoveryURLs() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ java.util.List<DiscoveryURL>getDiscoveryURL() + +
+          Gets the value of the discoveryURL property.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+discoveryURL

+
+protected java.util.List<DiscoveryURL> discoveryURL
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+DiscoveryURLs

+
+public DiscoveryURLs()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getDiscoveryURL

+
+public java.util.List<DiscoveryURL> getDiscoveryURL()
+
+
Gets the value of the discoveryURL property. + +

+ This accessor method returns a reference to the live list, + not a snapshot. Therefore any modification you make to the + returned list will be present inside the JAXB object. + This is why there is not a set method for the discoveryURL property. + +

+ For example, to add a new item, do as follows: +

+    getDiscoveryURL().add(newItem);
+ 
+ + +

+ Objects of the following type(s) are allowed in the list + DiscoveryURL +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved. + + http://git-wip-us.apache.org/repos/asf/juddi/blob/771db112/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DispositionReport.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DispositionReport.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DispositionReport.html new file mode 100644 index 0000000..dfba3a2 --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/DispositionReport.html @@ -0,0 +1,518 @@ + + + + + + + +DispositionReport (Apache Scout 1.2.5 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.scout.model.uddi.v2 +
+Class DispositionReport

+
+java.lang.Object
+  extended by org.apache.ws.scout.model.uddi.v2.DispositionReport
+
+
+
+
public class DispositionReport
extends java.lang.Object
+ + +

+

Java class for dispositionReport complex type. + +

The following schema fragment specifies the expected content contained within this class. + +

+ <complexType name="dispositionReport">
+   <complexContent>
+     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+       <sequence>
+         <element ref="{urn:uddi-org:api_v2}result" maxOccurs="unbounded"/>
+       </sequence>
+       <attribute name="generic" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+       <attribute name="operator" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+       <attribute name="truncated" type="{urn:uddi-org:api_v2}truncated" />
+     </restriction>
+   </complexContent>
+ </complexType>
+ 
+

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  java.lang.Stringgeneric + +
+           
+protected  java.lang.Stringoperator + +
+           
+protected  java.util.List<Result>result + +
+           
+protected  Truncatedtruncated + +
+           
+  + + + + + + + + + + +
+Constructor Summary
DispositionReport() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetGeneric() + +
+          Gets the value of the generic property.
+ java.lang.StringgetOperator() + +
+          Gets the value of the operator property.
+ java.util.List<Result>getResult() + +
+          Gets the value of the result property.
+ TruncatedgetTruncated() + +
+          Gets the value of the truncated property.
+ voidsetGeneric(java.lang.String value) + +
+          Sets the value of the generic property.
+ voidsetOperator(java.lang.String value) + +
+          Sets the value of the operator property.
+ voidsetTruncated(Truncated value) + +
+          Sets the value of the truncated property.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+result

+
+protected java.util.List<Result> result
+
+
+
+
+
+ +

+generic

+
+protected java.lang.String generic
+
+
+
+
+
+ +

+operator

+
+protected java.lang.String operator
+
+
+
+
+
+ +

+truncated

+
+protected Truncated truncated
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+DispositionReport

+
+public DispositionReport()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getResult

+
+public java.util.List<Result> getResult()
+
+
Gets the value of the result property. + +

+ This accessor method returns a reference to the live list, + not a snapshot. Therefore any modification you make to the + returned list will be present inside the JAXB object. + This is why there is not a set method for the result property. + +

+ For example, to add a new item, do as follows: +

+    getResult().add(newItem);
+ 
+ + +

+ Objects of the following type(s) are allowed in the list + Result +

+

+
+
+
+
+ +

+getGeneric

+
+public java.lang.String getGeneric()
+
+
Gets the value of the generic property. +

+

+ +
Returns:
possible object is + String
+
+
+
+ +

+setGeneric

+
+public void setGeneric(java.lang.String value)
+
+
Sets the value of the generic property. +

+

+
Parameters:
value - allowed object is + String
+
+
+
+ +

+getOperator

+
+public java.lang.String getOperator()
+
+
Gets the value of the operator property. +

+

+ +
Returns:
possible object is + String
+
+
+
+ +

+setOperator

+
+public void setOperator(java.lang.String value)
+
+
Sets the value of the operator property. +

+

+
Parameters:
value - allowed object is + String
+
+
+
+ +

+getTruncated

+
+public Truncated getTruncated()
+
+
Gets the value of the truncated property. +

+

+ +
Returns:
possible object is + Truncated
+
+
+
+ +

+setTruncated

+
+public void setTruncated(Truncated value)
+
+
Sets the value of the truncated property. +

+

+
Parameters:
value - allowed object is + Truncated
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved. + + http://git-wip-us.apache.org/repos/asf/juddi/blob/771db112/scout/apidocs/org/apache/ws/scout/model/uddi/v2/Email.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/Email.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/Email.html new file mode 100644 index 0000000..62be506 --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/Email.html @@ -0,0 +1,394 @@ + + + + + + + +Email (Apache Scout 1.2.5 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.scout.model.uddi.v2 +
+Class Email

+
+java.lang.Object
+  extended by org.apache.ws.scout.model.uddi.v2.Email
+
+
+
+
public class Email
extends java.lang.Object
+ + +

+

Java class for email complex type. + +

The following schema fragment specifies the expected content contained within this class. + +

+ <complexType name="email">
+   <simpleContent>
+     <extension base="<http://www.w3.org/2001/XMLSchema>string">
+       <attribute name="useType" type="{http://www.w3.org/2001/XMLSchema}string" />
+     </extension>
+   </simpleContent>
+ </complexType>
+ 
+

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+protected  java.lang.StringuseType + +
+           
+protected  java.lang.Stringvalue + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Email() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetUseType() + +
+          Gets the value of the useType property.
+ java.lang.StringgetValue() + +
+          Gets the value of the value property.
+ voidsetUseType(java.lang.String value) + +
+          Sets the value of the useType property.
+ voidsetValue(java.lang.String value) + +
+          Sets the value of the value property.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+value

+
+protected java.lang.String value
+
+
+
+
+
+ +

+useType

+
+protected java.lang.String useType
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Email

+
+public Email()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getValue

+
+public java.lang.String getValue()
+
+
Gets the value of the value property. +

+

+ +
Returns:
possible object is + String
+
+
+
+ +

+setValue

+
+public void setValue(java.lang.String value)
+
+
Sets the value of the value property. +

+

+
Parameters:
value - allowed object is + String
+
+
+
+ +

+getUseType

+
+public java.lang.String getUseType()
+
+
Gets the value of the useType property. +

+

+ +
Returns:
possible object is + String
+
+
+
+ +

+setUseType

+
+public void setUseType(java.lang.String value)
+
+
Sets the value of the useType property. +

+

+
Parameters:
value - allowed object is + String
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved. + + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org For additional commands, e-mail: commits-help@juddi.apache.org