Uses of Interface
org.apache.ws.scout.uddi.SharedRelationships

Packages that use SharedRelationships
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of SharedRelationships in org.apache.ws.scout.uddi
 

Methods in org.apache.ws.scout.uddi that return SharedRelationships
 SharedRelationships SharedRelationshipsDocument.addNewSharedRelationships()
          Appends and returns a new empty "sharedRelationships" element
 SharedRelationships RelatedBusinessInfo.addNewSharedRelationships()
          Appends and returns a new empty value (as xml) as the last "sharedRelationships" element
 SharedRelationships SharedRelationshipsDocument.getSharedRelationships()
          Gets the "sharedRelationships" element
 SharedRelationships[] RelatedBusinessInfo.getSharedRelationshipsArray()
          Gets array of all "sharedRelationships" elements
 SharedRelationships RelatedBusinessInfo.getSharedRelationshipsArray(int i)
          Gets ith "sharedRelationships" element
 SharedRelationships RelatedBusinessInfo.insertNewSharedRelationships(int i)
          Inserts and returns a new empty value (as xml) as the ith "sharedRelationships" element
static SharedRelationships SharedRelationships.Factory.newInstance()
           
static SharedRelationships SharedRelationships.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SharedRelationships SharedRelationships.Factory.parse(File file)
           
static SharedRelationships SharedRelationships.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SharedRelationships SharedRelationships.Factory.parse(InputStream is)
           
static SharedRelationships SharedRelationships.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SharedRelationships SharedRelationships.Factory.parse(Node node)
           
static SharedRelationships SharedRelationships.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SharedRelationships SharedRelationships.Factory.parse(Reader r)
           
static SharedRelationships SharedRelationships.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SharedRelationships SharedRelationships.Factory.parse(String xmlAsString)
           
static SharedRelationships SharedRelationships.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SharedRelationships SharedRelationships.Factory.parse(URL u)
           
static SharedRelationships SharedRelationships.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SharedRelationships SharedRelationships.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SharedRelationships SharedRelationships.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SharedRelationships SharedRelationships.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SharedRelationships SharedRelationships.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type SharedRelationships
 void SharedRelationshipsDocument.setSharedRelationships(SharedRelationships sharedRelationships)
          Sets the "sharedRelationships" element
 void RelatedBusinessInfo.setSharedRelationshipsArray(int i, SharedRelationships sharedRelationships)
          Sets ith "sharedRelationships" element
 void RelatedBusinessInfo.setSharedRelationshipsArray(SharedRelationships[] sharedRelationshipsArray)
          Sets array of all "sharedRelationships" element
 

Uses of SharedRelationships in org.apache.ws.scout.uddi.impl
 

Classes in org.apache.ws.scout.uddi.impl that implement SharedRelationships
 class SharedRelationshipsImpl
          An XML sharedRelationships(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return SharedRelationships
 SharedRelationships SharedRelationshipsDocumentImpl.addNewSharedRelationships()
          Appends and returns a new empty "sharedRelationships" element
 SharedRelationships RelatedBusinessInfoImpl.addNewSharedRelationships()
          Appends and returns a new empty value (as xml) as the last "sharedRelationships" element
 SharedRelationships SharedRelationshipsDocumentImpl.getSharedRelationships()
          Gets the "sharedRelationships" element
 SharedRelationships[] RelatedBusinessInfoImpl.getSharedRelationshipsArray()
          Gets array of all "sharedRelationships" elements
 SharedRelationships RelatedBusinessInfoImpl.getSharedRelationshipsArray(int i)
          Gets ith "sharedRelationships" element
 SharedRelationships RelatedBusinessInfoImpl.insertNewSharedRelationships(int i)
          Inserts and returns a new empty value (as xml) as the ith "sharedRelationships" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type SharedRelationships
 void SharedRelationshipsDocumentImpl.setSharedRelationships(SharedRelationships sharedRelationships)
          Sets the "sharedRelationships" element
 void RelatedBusinessInfoImpl.setSharedRelationshipsArray(int i, SharedRelationships sharedRelationships)
          Sets ith "sharedRelationships" element
 void RelatedBusinessInfoImpl.setSharedRelationshipsArray(SharedRelationships[] sharedRelationshipsArray)
          Sets array of all "sharedRelationships" element
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.