|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BusinessEntity
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
DiscoveryURLs getDiscoveryURLs()
boolean isSetDiscoveryURLs()
void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
DiscoveryURLs addNewDiscoveryURLs()
void unsetDiscoveryURLs()
Name[] getNameArray()
Name getNameArray(int i)
int sizeOfNameArray()
void setNameArray(Name[] nameArray)
void setNameArray(int i, Name name)
Name insertNewName(int i)
Name addNewName()
void removeName(int i)
Description[] getDescriptionArray()
Description getDescriptionArray(int i)
int sizeOfDescriptionArray()
void setDescriptionArray(Description[] descriptionArray)
void setDescriptionArray(int i, Description description)
Description insertNewDescription(int i)
Description addNewDescription()
void removeDescription(int i)
Contacts getContacts()
boolean isSetContacts()
void setContacts(Contacts contacts)
Contacts addNewContacts()
void unsetContacts()
BusinessServices getBusinessServices()
boolean isSetBusinessServices()
void setBusinessServices(BusinessServices businessServices)
BusinessServices addNewBusinessServices()
void unsetBusinessServices()
IdentifierBag getIdentifierBag()
boolean isSetIdentifierBag()
void setIdentifierBag(IdentifierBag identifierBag)
IdentifierBag addNewIdentifierBag()
void unsetIdentifierBag()
CategoryBag getCategoryBag()
boolean isSetCategoryBag()
void setCategoryBag(CategoryBag categoryBag)
CategoryBag addNewCategoryBag()
void unsetCategoryBag()
String getBusinessKey()
BusinessKey xgetBusinessKey()
void setBusinessKey(String businessKey)
void xsetBusinessKey(BusinessKey businessKey)
String getOperator()
org.apache.xmlbeans.XmlString xgetOperator()
boolean isSetOperator()
void setOperator(String operator)
void xsetOperator(org.apache.xmlbeans.XmlString operator)
void unsetOperator()
String getAuthorizedName()
org.apache.xmlbeans.XmlString xgetAuthorizedName()
boolean isSetAuthorizedName()
void setAuthorizedName(String authorizedName)
void xsetAuthorizedName(org.apache.xmlbeans.XmlString authorizedName)
void unsetAuthorizedName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |