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

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

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

Methods in org.apache.ws.scout.uddi that return RelatedBusinessInfos
 RelatedBusinessInfos RelatedBusinessInfosDocument.addNewRelatedBusinessInfos()
          Appends and returns a new empty "relatedBusinessInfos" element
 RelatedBusinessInfos RelatedBusinessesList.addNewRelatedBusinessInfos()
          Appends and returns a new empty "relatedBusinessInfos" element
 RelatedBusinessInfos RelatedBusinessInfosDocument.getRelatedBusinessInfos()
          Gets the "relatedBusinessInfos" element
 RelatedBusinessInfos RelatedBusinessesList.getRelatedBusinessInfos()
          Gets the "relatedBusinessInfos" element
static RelatedBusinessInfos RelatedBusinessInfos.Factory.newInstance()
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(File file)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(InputStream is)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(Node node)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(Reader r)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(String xmlAsString)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(URL u)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static RelatedBusinessInfos RelatedBusinessInfos.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type RelatedBusinessInfos
 void RelatedBusinessInfosDocument.setRelatedBusinessInfos(RelatedBusinessInfos relatedBusinessInfos)
          Sets the "relatedBusinessInfos" element
 void RelatedBusinessesList.setRelatedBusinessInfos(RelatedBusinessInfos relatedBusinessInfos)
          Sets the "relatedBusinessInfos" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement RelatedBusinessInfos
 class RelatedBusinessInfosImpl
          An XML relatedBusinessInfos(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return RelatedBusinessInfos
 RelatedBusinessInfos RelatedBusinessesListImpl.addNewRelatedBusinessInfos()
          Appends and returns a new empty "relatedBusinessInfos" element
 RelatedBusinessInfos RelatedBusinessInfosDocumentImpl.addNewRelatedBusinessInfos()
          Appends and returns a new empty "relatedBusinessInfos" element
 RelatedBusinessInfos RelatedBusinessesListImpl.getRelatedBusinessInfos()
          Gets the "relatedBusinessInfos" element
 RelatedBusinessInfos RelatedBusinessInfosDocumentImpl.getRelatedBusinessInfos()
          Gets the "relatedBusinessInfos" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type RelatedBusinessInfos
 void RelatedBusinessesListImpl.setRelatedBusinessInfos(RelatedBusinessInfos relatedBusinessInfos)
          Sets the "relatedBusinessInfos" element
 void RelatedBusinessInfosDocumentImpl.setRelatedBusinessInfos(RelatedBusinessInfos relatedBusinessInfos)
          Sets the "relatedBusinessInfos" element
 



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