org.apache.ws.scout.uddi
Interface BusinessInfos

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
BusinessInfosImpl

public interface BusinessInfos
extends org.apache.xmlbeans.XmlObject

An XML businessInfos(@urn:uddi-org:api_v2). This is a complex type.


Nested Class Summary
static class BusinessInfos.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 BusinessInfo addNewBusinessInfo()
          Appends and returns a new empty value (as xml) as the last "businessInfo" element
 BusinessInfo[] getBusinessInfoArray()
          Gets array of all "businessInfo" elements
 BusinessInfo getBusinessInfoArray(int i)
          Gets ith "businessInfo" element
 BusinessInfo insertNewBusinessInfo(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessInfo" element
 void removeBusinessInfo(int i)
          Removes the ith "businessInfo" element
 void setBusinessInfoArray(BusinessInfo[] businessInfoArray)
          Sets array of all "businessInfo" element
 void setBusinessInfoArray(int i, BusinessInfo businessInfo)
          Sets ith "businessInfo" element
 int sizeOfBusinessInfoArray()
          Returns number of "businessInfo" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getBusinessInfoArray

BusinessInfo[] getBusinessInfoArray()
Gets array of all "businessInfo" elements


getBusinessInfoArray

BusinessInfo getBusinessInfoArray(int i)
Gets ith "businessInfo" element


sizeOfBusinessInfoArray

int sizeOfBusinessInfoArray()
Returns number of "businessInfo" element


setBusinessInfoArray

void setBusinessInfoArray(BusinessInfo[] businessInfoArray)
Sets array of all "businessInfo" element


setBusinessInfoArray

void setBusinessInfoArray(int i,
                          BusinessInfo businessInfo)
Sets ith "businessInfo" element


insertNewBusinessInfo

BusinessInfo insertNewBusinessInfo(int i)
Inserts and returns a new empty value (as xml) as the ith "businessInfo" element


addNewBusinessInfo

BusinessInfo addNewBusinessInfo()
Appends and returns a new empty value (as xml) as the last "businessInfo" element


removeBusinessInfo

void removeBusinessInfo(int i)
Removes the ith "businessInfo" element



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