org.apache.ws.scout.uddi
Interface TModel

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

public interface TModel
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getName

Name getName()
Gets the "name" element


setName

void setName(Name name)
Sets the "name" element


addNewName

Name addNewName()
Appends and returns a new empty "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


getOverviewDoc

OverviewDoc getOverviewDoc()
Gets the "overviewDoc" element


isSetOverviewDoc

boolean isSetOverviewDoc()
True if has "overviewDoc" element


setOverviewDoc

void setOverviewDoc(OverviewDoc overviewDoc)
Sets the "overviewDoc" element


addNewOverviewDoc

OverviewDoc addNewOverviewDoc()
Appends and returns a new empty "overviewDoc" element


unsetOverviewDoc

void unsetOverviewDoc()
Unsets the "overviewDoc" 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


getTModelKey

String getTModelKey()
Gets the "tModelKey" attribute


xgetTModelKey

TModelKey xgetTModelKey()
Gets (as xml) the "tModelKey" attribute


setTModelKey

void setTModelKey(String tModelKey)
Sets the "tModelKey" attribute


xsetTModelKey

void xsetTModelKey(TModelKey tModelKey)
Sets (as xml) the "tModelKey" 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.