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

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

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

Methods in org.apache.ws.scout.uddi that return BusinessEntityExt
 BusinessEntityExt BusinessEntityExtDocument.addNewBusinessEntityExt()
          Appends and returns a new empty "businessEntityExt" element
 BusinessEntityExt BusinessDetailExt.addNewBusinessEntityExt()
          Appends and returns a new empty value (as xml) as the last "businessEntityExt" element
 BusinessEntityExt BusinessEntityExtDocument.getBusinessEntityExt()
          Gets the "businessEntityExt" element
 BusinessEntityExt[] BusinessDetailExt.getBusinessEntityExtArray()
          Gets array of all "businessEntityExt" elements
 BusinessEntityExt BusinessDetailExt.getBusinessEntityExtArray(int i)
          Gets ith "businessEntityExt" element
 BusinessEntityExt BusinessDetailExt.insertNewBusinessEntityExt(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessEntityExt" element
static BusinessEntityExt BusinessEntityExt.Factory.newInstance()
           
static BusinessEntityExt BusinessEntityExt.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(File file)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(InputStream is)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(Node node)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(Reader r)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(String xmlAsString)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(URL u)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BusinessEntityExt BusinessEntityExt.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BusinessEntityExt BusinessEntityExt.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static BusinessEntityExt BusinessEntityExt.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type BusinessEntityExt
 void BusinessEntityExtDocument.setBusinessEntityExt(BusinessEntityExt businessEntityExt)
          Sets the "businessEntityExt" element
 void BusinessDetailExt.setBusinessEntityExtArray(BusinessEntityExt[] businessEntityExtArray)
          Sets array of all "businessEntityExt" element
 void BusinessDetailExt.setBusinessEntityExtArray(int i, BusinessEntityExt businessEntityExt)
          Sets ith "businessEntityExt" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement BusinessEntityExt
 class BusinessEntityExtImpl
          An XML businessEntityExt(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return BusinessEntityExt
 BusinessEntityExt BusinessEntityExtDocumentImpl.addNewBusinessEntityExt()
          Appends and returns a new empty "businessEntityExt" element
 BusinessEntityExt BusinessDetailExtImpl.addNewBusinessEntityExt()
          Appends and returns a new empty value (as xml) as the last "businessEntityExt" element
 BusinessEntityExt BusinessEntityExtDocumentImpl.getBusinessEntityExt()
          Gets the "businessEntityExt" element
 BusinessEntityExt[] BusinessDetailExtImpl.getBusinessEntityExtArray()
          Gets array of all "businessEntityExt" elements
 BusinessEntityExt BusinessDetailExtImpl.getBusinessEntityExtArray(int i)
          Gets ith "businessEntityExt" element
 BusinessEntityExt BusinessDetailExtImpl.insertNewBusinessEntityExt(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessEntityExt" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type BusinessEntityExt
 void BusinessEntityExtDocumentImpl.setBusinessEntityExt(BusinessEntityExt businessEntityExt)
          Sets the "businessEntityExt" element
 void BusinessDetailExtImpl.setBusinessEntityExtArray(BusinessEntityExt[] businessEntityExtArray)
          Sets array of all "businessEntityExt" element
 void BusinessDetailExtImpl.setBusinessEntityExtArray(int i, BusinessEntityExt businessEntityExt)
          Sets ith "businessEntityExt" element
 



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