|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FindService
An XML find_service(@urn:uddi-org:api_v2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
FindService.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 |
FindQualifiers |
addNewFindQualifiers()
Appends and returns a new empty "findQualifiers" 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 |
String |
getBusinessKey()
Gets the "businessKey" attribute |
CategoryBag |
getCategoryBag()
Gets the "categoryBag" element |
FindQualifiers |
getFindQualifiers()
Gets the "findQualifiers" element |
String |
getGeneric()
Gets the "generic" attribute |
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 |
isSetBusinessKey()
True if has "businessKey" attribute |
boolean |
isSetCategoryBag()
True if has "categoryBag" element |
boolean |
isSetFindQualifiers()
True if has "findQualifiers" 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 |
setBusinessKey(String businessKey)
Sets the "businessKey" attribute |
void |
setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
setFindQualifiers(FindQualifiers findQualifiers)
Sets the "findQualifiers" element |
void |
setGeneric(String generic)
Sets the "generic" attribute |
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 |
unsetBusinessKey()
Unsets the "businessKey" attribute |
void |
unsetCategoryBag()
Unsets the "categoryBag" element |
void |
unsetFindQualifiers()
Unsets the "findQualifiers" element |
void |
unsetMaxRows()
Unsets the "maxRows" attribute |
void |
unsetTModelBag()
Unsets the "tModelBag" element |
BusinessKey |
xgetBusinessKey()
Gets (as xml) the "businessKey" attribute |
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" 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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
FindQualifiers getFindQualifiers()
boolean isSetFindQualifiers()
void setFindQualifiers(FindQualifiers findQualifiers)
FindQualifiers addNewFindQualifiers()
void unsetFindQualifiers()
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)
CategoryBag getCategoryBag()
boolean isSetCategoryBag()
void setCategoryBag(CategoryBag categoryBag)
CategoryBag addNewCategoryBag()
void unsetCategoryBag()
TModelBag getTModelBag()
boolean isSetTModelBag()
void setTModelBag(TModelBag tModelBag)
TModelBag addNewTModelBag()
void unsetTModelBag()
String getGeneric()
org.apache.xmlbeans.XmlString xgetGeneric()
void setGeneric(String generic)
void xsetGeneric(org.apache.xmlbeans.XmlString generic)
int getMaxRows()
org.apache.xmlbeans.XmlInt xgetMaxRows()
boolean isSetMaxRows()
void setMaxRows(int maxRows)
void xsetMaxRows(org.apache.xmlbeans.XmlInt maxRows)
void unsetMaxRows()
String getBusinessKey()
BusinessKey xgetBusinessKey()
boolean isSetBusinessKey()
void setBusinessKey(String businessKey)
void xsetBusinessKey(BusinessKey businessKey)
void unsetBusinessKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |