|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TModel
An XML tModel(@urn:uddi-org:api_v2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TModel.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 |
Description |
addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element |
IdentifierBag |
addNewIdentifierBag()
Appends and returns a new empty "identifierBag" element |
Name |
addNewName()
Appends and returns a new empty "name" element |
OverviewDoc |
addNewOverviewDoc()
Appends and returns a new empty "overviewDoc" element |
String |
getAuthorizedName()
Gets the "authorizedName" attribute |
CategoryBag |
getCategoryBag()
Gets the "categoryBag" element |
Description[] |
getDescriptionArray()
Gets array of all "description" elements |
Description |
getDescriptionArray(int i)
Gets ith "description" element |
IdentifierBag |
getIdentifierBag()
Gets the "identifierBag" element |
Name |
getName()
Gets the "name" element |
String |
getOperator()
Gets the "operator" attribute |
OverviewDoc |
getOverviewDoc()
Gets the "overviewDoc" element |
String |
getTModelKey()
Gets the "tModelKey" attribute |
Description |
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element |
boolean |
isSetAuthorizedName()
True if has "authorizedName" attribute |
boolean |
isSetCategoryBag()
True if has "categoryBag" element |
boolean |
isSetIdentifierBag()
True if has "identifierBag" element |
boolean |
isSetOperator()
True if has "operator" attribute |
boolean |
isSetOverviewDoc()
True if has "overviewDoc" element |
void |
removeDescription(int i)
Removes the ith "description" element |
void |
setAuthorizedName(String authorizedName)
Sets the "authorizedName" attribute |
void |
setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
setDescriptionArray(Description[] descriptionArray)
Sets array of all "description" element |
void |
setDescriptionArray(int i,
Description description)
Sets ith "description" element |
void |
setIdentifierBag(IdentifierBag identifierBag)
Sets the "identifierBag" element |
void |
setName(Name name)
Sets the "name" element |
void |
setOperator(String operator)
Sets the "operator" attribute |
void |
setOverviewDoc(OverviewDoc overviewDoc)
Sets the "overviewDoc" element |
void |
setTModelKey(String tModelKey)
Sets the "tModelKey" attribute |
int |
sizeOfDescriptionArray()
Returns number of "description" element |
void |
unsetAuthorizedName()
Unsets the "authorizedName" attribute |
void |
unsetCategoryBag()
Unsets the "categoryBag" element |
void |
unsetIdentifierBag()
Unsets the "identifierBag" element |
void |
unsetOperator()
Unsets the "operator" attribute |
void |
unsetOverviewDoc()
Unsets the "overviewDoc" element |
org.apache.xmlbeans.XmlString |
xgetAuthorizedName()
Gets (as xml) the "authorizedName" attribute |
org.apache.xmlbeans.XmlString |
xgetOperator()
Gets (as xml) the "operator" attribute |
TModelKey |
xgetTModelKey()
Gets (as xml) the "tModelKey" attribute |
void |
xsetAuthorizedName(org.apache.xmlbeans.XmlString authorizedName)
Sets (as xml) the "authorizedName" attribute |
void |
xsetOperator(org.apache.xmlbeans.XmlString operator)
Sets (as xml) the "operator" attribute |
void |
xsetTModelKey(TModelKey tModelKey)
Sets (as xml) the "tModelKey" 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 |
---|
Name getName()
void setName(Name name)
Name addNewName()
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)
OverviewDoc getOverviewDoc()
boolean isSetOverviewDoc()
void setOverviewDoc(OverviewDoc overviewDoc)
OverviewDoc addNewOverviewDoc()
void unsetOverviewDoc()
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 getTModelKey()
TModelKey xgetTModelKey()
void setTModelKey(String tModelKey)
void xsetTModelKey(TModelKey tModelKey)
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 |