org.apache.ws.scout.uddi
Interface FindBusiness

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

public interface FindBusiness
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class FindBusiness.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
 CategoryBag addNewCategoryBag()
          Appends and returns a new empty "categoryBag" element
 DiscoveryURLs addNewDiscoveryURLs()
          Appends and returns a new empty "discoveryURLs" element
 FindQualifiers addNewFindQualifiers()
          Appends and returns a new empty "findQualifiers" element
 IdentifierBag addNewIdentifierBag()
          Appends and returns a new empty "identifierBag" element
 Name addNewName()
          Appends and returns a new empty value (as xml) as the last "name" element
 TModelBag addNewTModelBag()
          Appends and returns a new empty "tModelBag" element
 CategoryBag getCategoryBag()
          Gets the "categoryBag" element
 DiscoveryURLs getDiscoveryURLs()
          Gets the "discoveryURLs" element
 FindQualifiers getFindQualifiers()
          Gets the "findQualifiers" element
 String getGeneric()
          Gets the "generic" attribute
 IdentifierBag getIdentifierBag()
          Gets the "identifierBag" element
 int getMaxRows()
          Gets the "maxRows" attribute
 Name[] getNameArray()
          Gets array of all "name" elements
 Name getNameArray(int i)
          Gets ith "name" element
 TModelBag getTModelBag()
          Gets the "tModelBag" element
 Name insertNewName(int i)
          Inserts and returns a new empty value (as xml) as the ith "name" element
 boolean isSetCategoryBag()
          True if has "categoryBag" element
 boolean isSetDiscoveryURLs()
          True if has "discoveryURLs" element
 boolean isSetFindQualifiers()
          True if has "findQualifiers" element
 boolean isSetIdentifierBag()
          True if has "identifierBag" element
 boolean isSetMaxRows()
          True if has "maxRows" attribute
 boolean isSetTModelBag()
          True if has "tModelBag" element
 void removeName(int i)
          Removes the ith "name" element
 void setCategoryBag(CategoryBag categoryBag)
          Sets the "categoryBag" element
 void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
          Sets the "discoveryURLs" element
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the "findQualifiers" element
 void setGeneric(String generic)
          Sets the "generic" attribute
 void setIdentifierBag(IdentifierBag identifierBag)
          Sets the "identifierBag" element
 void setMaxRows(int maxRows)
          Sets the "maxRows" attribute
 void setNameArray(int i, Name name)
          Sets ith "name" element
 void setNameArray(Name[] nameArray)
          Sets array of all "name" element
 void setTModelBag(TModelBag tModelBag)
          Sets the "tModelBag" element
 int sizeOfNameArray()
          Returns number of "name" element
 void unsetCategoryBag()
          Unsets the "categoryBag" element
 void unsetDiscoveryURLs()
          Unsets the "discoveryURLs" element
 void unsetFindQualifiers()
          Unsets the "findQualifiers" element
 void unsetIdentifierBag()
          Unsets the "identifierBag" element
 void unsetMaxRows()
          Unsets the "maxRows" attribute
 void unsetTModelBag()
          Unsets the "tModelBag" element
 org.apache.xmlbeans.XmlString xgetGeneric()
          Gets (as xml) the "generic" attribute
 org.apache.xmlbeans.XmlInt xgetMaxRows()
          Gets (as xml) the "maxRows" attribute
 void xsetGeneric(org.apache.xmlbeans.XmlString generic)
          Sets (as xml) the "generic" attribute
 void xsetMaxRows(org.apache.xmlbeans.XmlInt maxRows)
          Sets (as xml) the "maxRows" attribute
 
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

getFindQualifiers

FindQualifiers getFindQualifiers()
Gets the "findQualifiers" element


isSetFindQualifiers

boolean isSetFindQualifiers()
True if has "findQualifiers" element


setFindQualifiers

void setFindQualifiers(FindQualifiers findQualifiers)
Sets the "findQualifiers" element


addNewFindQualifiers

FindQualifiers addNewFindQualifiers()
Appends and returns a new empty "findQualifiers" element


unsetFindQualifiers

void unsetFindQualifiers()
Unsets the "findQualifiers" element


getNameArray

Name[] getNameArray()
Gets array of all "name" elements


getNameArray

Name getNameArray(int i)
Gets ith "name" element


sizeOfNameArray

int sizeOfNameArray()
Returns number of "name" element


setNameArray

void setNameArray(Name[] nameArray)
Sets array of all "name" element


setNameArray

void setNameArray(int i,
                  Name name)
Sets ith "name" element


insertNewName

Name insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element


addNewName

Name addNewName()
Appends and returns a new empty value (as xml) as the last "name" element


removeName

void removeName(int i)
Removes the ith "name" element


getIdentifierBag

IdentifierBag getIdentifierBag()
Gets the "identifierBag" element


isSetIdentifierBag

boolean isSetIdentifierBag()
True if has "identifierBag" element


setIdentifierBag

void setIdentifierBag(IdentifierBag identifierBag)
Sets the "identifierBag" element


addNewIdentifierBag

IdentifierBag addNewIdentifierBag()
Appends and returns a new empty "identifierBag" element


unsetIdentifierBag

void unsetIdentifierBag()
Unsets the "identifierBag" element


getCategoryBag

CategoryBag getCategoryBag()
Gets the "categoryBag" element


isSetCategoryBag

boolean isSetCategoryBag()
True if has "categoryBag" element


setCategoryBag

void setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element


addNewCategoryBag

CategoryBag addNewCategoryBag()
Appends and returns a new empty "categoryBag" element


unsetCategoryBag

void unsetCategoryBag()
Unsets the "categoryBag" element


getTModelBag

TModelBag getTModelBag()
Gets the "tModelBag" element


isSetTModelBag

boolean isSetTModelBag()
True if has "tModelBag" element


setTModelBag

void setTModelBag(TModelBag tModelBag)
Sets the "tModelBag" element


addNewTModelBag

TModelBag addNewTModelBag()
Appends and returns a new empty "tModelBag" element


unsetTModelBag

void unsetTModelBag()
Unsets the "tModelBag" element


getDiscoveryURLs

DiscoveryURLs getDiscoveryURLs()
Gets the "discoveryURLs" element


isSetDiscoveryURLs

boolean isSetDiscoveryURLs()
True if has "discoveryURLs" element


setDiscoveryURLs

void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
Sets the "discoveryURLs" element


addNewDiscoveryURLs

DiscoveryURLs addNewDiscoveryURLs()
Appends and returns a new empty "discoveryURLs" element


unsetDiscoveryURLs

void unsetDiscoveryURLs()
Unsets the "discoveryURLs" element


getGeneric

String getGeneric()
Gets the "generic" attribute


xgetGeneric

org.apache.xmlbeans.XmlString xgetGeneric()
Gets (as xml) the "generic" attribute


setGeneric

void setGeneric(String generic)
Sets the "generic" attribute


xsetGeneric

void xsetGeneric(org.apache.xmlbeans.XmlString generic)
Sets (as xml) the "generic" attribute


getMaxRows

int getMaxRows()
Gets the "maxRows" attribute


xgetMaxRows

org.apache.xmlbeans.XmlInt xgetMaxRows()
Gets (as xml) the "maxRows" attribute


isSetMaxRows

boolean isSetMaxRows()
True if has "maxRows" attribute


setMaxRows

void setMaxRows(int maxRows)
Sets the "maxRows" attribute


xsetMaxRows

void xsetMaxRows(org.apache.xmlbeans.XmlInt maxRows)
Sets (as xml) the "maxRows" attribute


unsetMaxRows

void unsetMaxRows()
Unsets the "maxRows" attribute



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