From commits-return-4864-archive-asf-public=cust-asf.ponee.io@juddi.apache.org Sat Nov 17 01:25:51 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 D5FCC180778 for ; Sat, 17 Nov 2018 01:25:47 +0100 (CET) Received: (qmail 20001 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 18017 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 EFE2BE1319; 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:21 -0000 Message-Id: <4ec8794d029941cb83f6f1b2296f204a@git.apache.org> In-Reply-To: <15c620bc3db149a1b0384d77357dfcbd@git.apache.org> References: <15c620bc3db149a1b0384d77357dfcbd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [47/51] [partial] juddi git commit: NOJIRA republishing the scout site http://git-wip-us.apache.org/repos/asf/juddi/blob/771db112/scout/apidocs/index.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/index.html b/scout/apidocs/index.html new file mode 100644 index 0000000..661f81b --- /dev/null +++ b/scout/apidocs/index.html @@ -0,0 +1,40 @@ + + + + + + + +Apache Scout 1.2.5 API + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + http://git-wip-us.apache.org/repos/asf/juddi/blob/771db112/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AccessPoint.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AccessPoint.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AccessPoint.html new file mode 100644 index 0000000..42a1d0f --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AccessPoint.html @@ -0,0 +1,394 @@ + + + + + + + +AccessPoint (Apache Scout 1.2.5 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

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

+

Java class for accessPoint complex type. + +

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

+ <complexType name="accessPoint">
+   <simpleContent>
+     <extension base="<http://www.w3.org/2001/XMLSchema>string">
+       <attribute name="URLType" use="required" type="{urn:uddi-org:api_v2}URLType" />
+     </extension>
+   </simpleContent>
+ </complexType>
+ 
+

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+protected  URLTypeurlType + +
+           
+protected  java.lang.Stringvalue + +
+           
+  + + + + + + + + + + +
+Constructor Summary
AccessPoint() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ URLTypegetURLType() + +
+          Gets the value of the urlType property.
+ java.lang.StringgetValue() + +
+          Gets the value of the value property.
+ voidsetURLType(URLType value) + +
+          Sets the value of the urlType 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
+
+
+
+
+
+ +

+urlType

+
+protected URLType urlType
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+AccessPoint

+
+public AccessPoint()
+
+
+ + + + + + + + +
+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
+
+
+
+ +

+getURLType

+
+public URLType getURLType()
+
+
Gets the value of the urlType property. +

+

+ +
Returns:
possible object is + URLType
+
+
+
+ +

+setURLType

+
+public void setURLType(URLType value)
+
+
Sets the value of the urlType property. +

+

+
Parameters:
value - allowed object is + URLType
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+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/AddPublisherAssertions.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html new file mode 100644 index 0000000..ea3b112 --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AddPublisherAssertions.html @@ -0,0 +1,454 @@ + + + + + + + +AddPublisherAssertions (Apache Scout 1.2.5 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

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

+

Java class for add_publisherAssertions complex type. + +

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

+ <complexType name="add_publisherAssertions">
+   <complexContent>
+     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+       <sequence>
+         <element ref="{urn:uddi-org:api_v2}authInfo"/>
+         <element ref="{urn:uddi-org:api_v2}publisherAssertion" maxOccurs="unbounded"/>
+       </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 + +
+           
+protected  java.util.List<PublisherAssertion>publisherAssertion + +
+           
+  + + + + + + + + + + +
+Constructor Summary
AddPublisherAssertions() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetAuthInfo() + +
+          Gets the value of the authInfo property.
+ java.lang.StringgetGeneric() + +
+          Gets the value of the generic property.
+ java.util.List<PublisherAssertion>getPublisherAssertion() + +
+          Gets the value of the publisherAssertion 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
+
+
+
+
+
+ +

+publisherAssertion

+
+protected java.util.List<PublisherAssertion> publisherAssertion
+
+
+
+
+
+ +

+generic

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

+AddPublisherAssertions

+
+public AddPublisherAssertions()
+
+
+ + + + + + + + +
+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
+
+
+
+ +

+getPublisherAssertion

+
+public java.util.List<PublisherAssertion> getPublisherAssertion()
+
+
Gets the value of the publisherAssertion 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 publisherAssertion property. + +

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

+    getPublisherAssertion().add(newItem);
+ 
+ + +

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

+

+
+
+
+
+ +

+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/Address.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/Address.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/Address.html new file mode 100644 index 0000000..075af53 --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/Address.html @@ -0,0 +1,518 @@ + + + + + + + +Address (Apache Scout 1.2.5 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

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

+

Java class for address complex type. + +

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

+ <complexType name="address">
+   <complexContent>
+     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+       <sequence>
+         <element ref="{urn:uddi-org:api_v2}addressLine" maxOccurs="unbounded" minOccurs="0"/>
+       </sequence>
+       <attribute name="useType" type="{http://www.w3.org/2001/XMLSchema}string" />
+       <attribute name="sortCode" type="{http://www.w3.org/2001/XMLSchema}string" />
+       <attribute name="tModelKey" type="{urn:uddi-org:api_v2}tModelKey" />
+     </restriction>
+   </complexContent>
+ </complexType>
+ 
+

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  java.util.List<AddressLine>addressLine + +
+           
+protected  java.lang.StringsortCode + +
+           
+protected  java.lang.StringtModelKey + +
+           
+protected  java.lang.StringuseType + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Address() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<AddressLine>getAddressLine() + +
+          Gets the value of the addressLine property.
+ java.lang.StringgetSortCode() + +
+          Gets the value of the sortCode property.
+ java.lang.StringgetTModelKey() + +
+          Gets the value of the tModelKey property.
+ java.lang.StringgetUseType() + +
+          Gets the value of the useType property.
+ voidsetSortCode(java.lang.String value) + +
+          Sets the value of the sortCode property.
+ voidsetTModelKey(java.lang.String value) + +
+          Sets the value of the tModelKey property.
+ voidsetUseType(java.lang.String value) + +
+          Sets the value of the useType property.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+addressLine

+
+protected java.util.List<AddressLine> addressLine
+
+
+
+
+
+ +

+useType

+
+protected java.lang.String useType
+
+
+
+
+
+ +

+sortCode

+
+protected java.lang.String sortCode
+
+
+
+
+
+ +

+tModelKey

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

+Address

+
+public Address()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAddressLine

+
+public java.util.List<AddressLine> getAddressLine()
+
+
Gets the value of the addressLine 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 addressLine property. + +

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

+    getAddressLine().add(newItem);
+ 
+ + +

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

+

+
+
+
+
+ +

+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
+
+
+
+ +

+getSortCode

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

+

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

+setSortCode

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

+

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

+getTModelKey

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

+

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

+setTModelKey

+
+public void setTModelKey(java.lang.String value)
+
+
Sets the value of the tModelKey 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/AddressLine.html ---------------------------------------------------------------------- diff --git a/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AddressLine.html b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AddressLine.html new file mode 100644 index 0000000..bc170d6 --- /dev/null +++ b/scout/apidocs/org/apache/ws/scout/model/uddi/v2/AddressLine.html @@ -0,0 +1,458 @@ + + + + + + + +AddressLine (Apache Scout 1.2.5 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

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

+

Java class for addressLine complex type. + +

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

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

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  java.lang.StringkeyName + +
+           
+protected  java.lang.StringkeyValue + +
+           
+protected  java.lang.Stringvalue + +
+           
+  + + + + + + + + + + +
+Constructor Summary
AddressLine() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetKeyName() + +
+          Gets the value of the keyName property.
+ java.lang.StringgetKeyValue() + +
+          Gets the value of the keyValue property.
+ java.lang.StringgetValue() + +
+          Gets the value of the value property.
+ voidsetKeyName(java.lang.String value) + +
+          Sets the value of the keyName property.
+ voidsetKeyValue(java.lang.String value) + +
+          Sets the value of the keyValue 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
+
+
+
+
+
+ +

+keyName

+
+protected java.lang.String keyName
+
+
+
+
+
+ +

+keyValue

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

+AddressLine

+
+public AddressLine()
+
+
+ + + + + + + + +
+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
+
+
+
+ +

+getKeyName

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

+

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

+setKeyName

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

+

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

+getKeyValue

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

+

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

+setKeyValue

+
+public void setKeyValue(java.lang.String value)
+
+
Sets the value of the keyValue 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