org.apache.ws.scout.uddi
Interface BusinessEntity

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

public interface BusinessEntity
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class BusinessEntity.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
 BusinessServices addNewBusinessServices()
          Appends and returns a new empty "businessServices" element
 CategoryBag addNewCategoryBag()
          Appends and returns a new empty "categoryBag" element
 Contacts addNewContacts()
          Appends and returns a new empty "contacts" element
 Description addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 DiscoveryURLs addNewDiscoveryURLs()
          Appends and returns a new empty "discoveryURLs" 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
 String getAuthorizedName()
          Gets the "authorizedName" attribute
 String getBusinessKey()
          Gets the "businessKey" attribute
 BusinessServices getBusinessServices()
          Gets the "businessServices" element
 CategoryBag getCategoryBag()
          Gets the "categoryBag" element
 Contacts getContacts()
          Gets the "contacts" element
 Description[] getDescriptionArray()
          Gets array of all "description" elements
 Description getDescriptionArray(int i)
          Gets ith "description" element
 DiscoveryURLs getDiscoveryURLs()
          Gets the "discoveryURLs" element
 IdentifierBag getIdentifierBag()
          Gets the "identifierBag" element
 Name[] getNameArray()
          Gets array of all "name" elements
 Name getNameArray(int i)
          Gets ith "name" element
 String getOperator()
          Gets the "operator" attribute
 Description insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 Name insertNewName(int i)
          Inserts and returns a new empty value (as xml) as the ith "name" element
 boolean isSetAuthorizedName()
          True if has "authorizedName" attribute
 boolean isSetBusinessServices()
          True if has "businessServices" element
 boolean isSetCategoryBag()
          True if has "categoryBag" element
 boolean isSetContacts()
          True if has "contacts" element
 boolean isSetDiscoveryURLs()
          True if has "discoveryURLs" element
 boolean isSetIdentifierBag()
          True if has "identifierBag" element
 boolean isSetOperator()
          True if has "operator" attribute
 void removeDescription(int i)
          Removes the ith "description" element
 void removeName(int i)
          Removes the ith "name" element
 void setAuthorizedName(String authorizedName)
          Sets the "authorizedName" attribute
 void setBusinessKey(String businessKey)
          Sets the "businessKey" attribute
 void setBusinessServices(BusinessServices businessServices)
          Sets the "businessServices" element
 void setCategoryBag(CategoryBag categoryBag)
          Sets the "categoryBag" element
 void setContacts(Contacts contacts)
          Sets the "contacts" element
 void setDescriptionArray(Description[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, Description description)
          Sets ith "description" element
 void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
          Sets the "discoveryURLs" element
 void setIdentifierBag(IdentifierBag identifierBag)
          Sets the "identifierBag" element
 void setNameArray(int i, Name name)
          Sets ith "name" element
 void setNameArray(Name[] nameArray)
          Sets array of all "name" element
 void setOperator(String operator)
          Sets the "operator" attribute
 int sizeOfDescriptionArray()
          Returns number of "description" element
 int sizeOfNameArray()
          Returns number of "name" element
 void unsetAuthorizedName()
          Unsets the "authorizedName" attribute
 void unsetBusinessServices()
          Unsets the "businessServices" element
 void unsetCategoryBag()
          Unsets the "categoryBag" element
 void unsetContacts()
          Unsets the "contacts" element
 void unsetDiscoveryURLs()
          Unsets the "discoveryURLs" element
 void unsetIdentifierBag()
          Unsets the "identifierBag" element
 void unsetOperator()
          Unsets the "operator" attribute
 org.apache.xmlbeans.XmlString xgetAuthorizedName()
          Gets (as xml) the "authorizedName" attribute
 BusinessKey xgetBusinessKey()
          Gets (as xml) the "businessKey" attribute
 org.apache.xmlbeans.XmlString xgetOperator()
          Gets (as xml) the "operator" attribute
 void xsetAuthorizedName(org.apache.xmlbeans.XmlString authorizedName)
          Sets (as xml) the "authorizedName" attribute
 void xsetBusinessKey(BusinessKey businessKey)
          Sets (as xml) the "businessKey" attribute
 void xsetOperator(org.apache.xmlbeans.XmlString operator)
          Sets (as xml) the "operator" 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

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


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


getDescriptionArray

Description[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

Description getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

void setDescriptionArray(Description[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

void setDescriptionArray(int i,
                         Description description)
Sets ith "description" element


insertNewDescription

Description insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

Description addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

void removeDescription(int i)
Removes the ith "description" element


getContacts

Contacts getContacts()
Gets the "contacts" element


isSetContacts

boolean isSetContacts()
True if has "contacts" element


setContacts

void setContacts(Contacts contacts)
Sets the "contacts" element


addNewContacts

Contacts addNewContacts()
Appends and returns a new empty "contacts" element


unsetContacts

void unsetContacts()
Unsets the "contacts" element


getBusinessServices

BusinessServices getBusinessServices()
Gets the "businessServices" element


isSetBusinessServices

boolean isSetBusinessServices()
True if has "businessServices" element


setBusinessServices

void setBusinessServices(BusinessServices businessServices)
Sets the "businessServices" element


addNewBusinessServices

BusinessServices addNewBusinessServices()
Appends and returns a new empty "businessServices" element


unsetBusinessServices

void unsetBusinessServices()
Unsets the "businessServices" 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


getBusinessKey

String getBusinessKey()
Gets the "businessKey" attribute


xgetBusinessKey

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


setBusinessKey

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


xsetBusinessKey

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


getOperator

String getOperator()
Gets the "operator" attribute


xgetOperator

org.apache.xmlbeans.XmlString xgetOperator()
Gets (as xml) the "operator" attribute


isSetOperator

boolean isSetOperator()
True if has "operator" attribute


setOperator

void setOperator(String operator)
Sets the "operator" attribute


xsetOperator

void xsetOperator(org.apache.xmlbeans.XmlString operator)
Sets (as xml) the "operator" attribute


unsetOperator

void unsetOperator()
Unsets the "operator" attribute


getAuthorizedName

String getAuthorizedName()
Gets the "authorizedName" attribute


xgetAuthorizedName

org.apache.xmlbeans.XmlString xgetAuthorizedName()
Gets (as xml) the "authorizedName" attribute


isSetAuthorizedName

boolean isSetAuthorizedName()
True if has "authorizedName" attribute


setAuthorizedName

void setAuthorizedName(String authorizedName)
Sets the "authorizedName" attribute


xsetAuthorizedName

void xsetAuthorizedName(org.apache.xmlbeans.XmlString authorizedName)
Sets (as xml) the "authorizedName" attribute


unsetAuthorizedName

void unsetAuthorizedName()
Unsets the "authorizedName" attribute



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