org.apache.ws.scout.uddi
Interface FindRelatedBusinesses

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

public interface FindRelatedBusinesses
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class FindRelatedBusinesses.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
 FindQualifiers addNewFindQualifiers()
          Appends and returns a new empty "findQualifiers" element
 KeyedReference addNewKeyedReference()
          Appends and returns a new empty "keyedReference" element
 String getBusinessKey()
          Gets the "businessKey" element
 FindQualifiers getFindQualifiers()
          Gets the "findQualifiers" element
 String getGeneric()
          Gets the "generic" attribute
 KeyedReference getKeyedReference()
          Gets the "keyedReference" element
 int getMaxRows()
          Gets the "maxRows" attribute
 boolean isSetFindQualifiers()
          True if has "findQualifiers" element
 boolean isSetKeyedReference()
          True if has "keyedReference" element
 boolean isSetMaxRows()
          True if has "maxRows" attribute
 void setBusinessKey(String businessKey)
          Sets the "businessKey" element
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the "findQualifiers" element
 void setGeneric(String generic)
          Sets the "generic" attribute
 void setKeyedReference(KeyedReference keyedReference)
          Sets the "keyedReference" element
 void setMaxRows(int maxRows)
          Sets the "maxRows" attribute
 void unsetFindQualifiers()
          Unsets the "findQualifiers" element
 void unsetKeyedReference()
          Unsets the "keyedReference" element
 void unsetMaxRows()
          Unsets the "maxRows" attribute
 BusinessKey xgetBusinessKey()
          Gets (as xml) the "businessKey" element
 org.apache.xmlbeans.XmlString xgetGeneric()
          Gets (as xml) the "generic" attribute
 org.apache.xmlbeans.XmlInt xgetMaxRows()
          Gets (as xml) the "maxRows" attribute
 void xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" element
 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


getBusinessKey

String getBusinessKey()
Gets the "businessKey" element


xgetBusinessKey

BusinessKey xgetBusinessKey()
Gets (as xml) the "businessKey" element


setBusinessKey

void setBusinessKey(String businessKey)
Sets the "businessKey" element


xsetBusinessKey

void xsetBusinessKey(BusinessKey businessKey)
Sets (as xml) the "businessKey" element


getKeyedReference

KeyedReference getKeyedReference()
Gets the "keyedReference" element


isSetKeyedReference

boolean isSetKeyedReference()
True if has "keyedReference" element


setKeyedReference

void setKeyedReference(KeyedReference keyedReference)
Sets the "keyedReference" element


addNewKeyedReference

KeyedReference addNewKeyedReference()
Appends and returns a new empty "keyedReference" element


unsetKeyedReference

void unsetKeyedReference()
Unsets the "keyedReference" 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.