org.apache.ws.scout.uddi
Interface ValidateValues

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

public interface ValidateValues
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ValidateValues.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
 BusinessEntity addNewBusinessEntity()
          Appends and returns a new empty value (as xml) as the last "businessEntity" element
 BusinessService addNewBusinessService()
          Appends and returns a new empty value (as xml) as the last "businessService" element
 TModel addNewTModel()
          Appends and returns a new empty value (as xml) as the last "tModel" element
 BusinessEntity[] getBusinessEntityArray()
          Gets array of all "businessEntity" elements
 BusinessEntity getBusinessEntityArray(int i)
          Gets ith "businessEntity" element
 BusinessService[] getBusinessServiceArray()
          Gets array of all "businessService" elements
 BusinessService getBusinessServiceArray(int i)
          Gets ith "businessService" element
 java.lang.String getGeneric()
          Gets the "generic" attribute
 TModel[] getTModelArray()
          Gets array of all "tModel" elements
 TModel getTModelArray(int i)
          Gets ith "tModel" element
 BusinessEntity insertNewBusinessEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessEntity" element
 BusinessService insertNewBusinessService(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessService" element
 TModel insertNewTModel(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModel" element
 void removeBusinessEntity(int i)
          Removes the ith "businessEntity" element
 void removeBusinessService(int i)
          Removes the ith "businessService" element
 void removeTModel(int i)
          Removes the ith "tModel" element
 void setBusinessEntityArray(BusinessEntity[] businessEntityArray)
          Sets array of all "businessEntity" element
 void setBusinessEntityArray(int i, BusinessEntity businessEntity)
          Sets ith "businessEntity" element
 void setBusinessServiceArray(BusinessService[] businessServiceArray)
          Sets array of all "businessService" element
 void setBusinessServiceArray(int i, BusinessService businessService)
          Sets ith "businessService" element
 void setGeneric(java.lang.String generic)
          Sets the "generic" attribute
 void setTModelArray(int i, TModel tModel)
          Sets ith "tModel" element
 void setTModelArray(TModel[] tModelArray)
          Sets array of all "tModel" element
 int sizeOfBusinessEntityArray()
          Returns number of "businessEntity" element
 int sizeOfBusinessServiceArray()
          Returns number of "businessService" element
 int sizeOfTModelArray()
          Returns number of "tModel" element
 org.apache.xmlbeans.XmlString xgetGeneric()
          Gets (as xml) the "generic" attribute
 void xsetGeneric(org.apache.xmlbeans.XmlString generic)
          Sets (as xml) the "generic" 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

getBusinessEntityArray

BusinessEntity[] getBusinessEntityArray()
Gets array of all "businessEntity" elements


getBusinessEntityArray

BusinessEntity getBusinessEntityArray(int i)
Gets ith "businessEntity" element


sizeOfBusinessEntityArray

int sizeOfBusinessEntityArray()
Returns number of "businessEntity" element


setBusinessEntityArray

void setBusinessEntityArray(BusinessEntity[] businessEntityArray)
Sets array of all "businessEntity" element


setBusinessEntityArray

void setBusinessEntityArray(int i,
                            BusinessEntity businessEntity)
Sets ith "businessEntity" element


insertNewBusinessEntity

BusinessEntity insertNewBusinessEntity(int i)
Inserts and returns a new empty value (as xml) as the ith "businessEntity" element


addNewBusinessEntity

BusinessEntity addNewBusinessEntity()
Appends and returns a new empty value (as xml) as the last "businessEntity" element


removeBusinessEntity

void removeBusinessEntity(int i)
Removes the ith "businessEntity" element


getBusinessServiceArray

BusinessService[] getBusinessServiceArray()
Gets array of all "businessService" elements


getBusinessServiceArray

BusinessService getBusinessServiceArray(int i)
Gets ith "businessService" element


sizeOfBusinessServiceArray

int sizeOfBusinessServiceArray()
Returns number of "businessService" element


setBusinessServiceArray

void setBusinessServiceArray(BusinessService[] businessServiceArray)
Sets array of all "businessService" element


setBusinessServiceArray

void setBusinessServiceArray(int i,
                             BusinessService businessService)
Sets ith "businessService" element


insertNewBusinessService

BusinessService insertNewBusinessService(int i)
Inserts and returns a new empty value (as xml) as the ith "businessService" element


addNewBusinessService

BusinessService addNewBusinessService()
Appends and returns a new empty value (as xml) as the last "businessService" element


removeBusinessService

void removeBusinessService(int i)
Removes the ith "businessService" element


getTModelArray

TModel[] getTModelArray()
Gets array of all "tModel" elements


getTModelArray

TModel getTModelArray(int i)
Gets ith "tModel" element


sizeOfTModelArray

int sizeOfTModelArray()
Returns number of "tModel" element


setTModelArray

void setTModelArray(TModel[] tModelArray)
Sets array of all "tModel" element


setTModelArray

void setTModelArray(int i,
                    TModel tModel)
Sets ith "tModel" element


insertNewTModel

TModel insertNewTModel(int i)
Inserts and returns a new empty value (as xml) as the ith "tModel" element


addNewTModel

TModel addNewTModel()
Appends and returns a new empty value (as xml) as the last "tModel" element


removeTModel

void removeTModel(int i)
Removes the ith "tModel" element


getGeneric

java.lang.String getGeneric()
Gets the "generic" attribute


xgetGeneric

org.apache.xmlbeans.XmlString xgetGeneric()
Gets (as xml) the "generic" attribute


setGeneric

void setGeneric(java.lang.String generic)
Sets the "generic" attribute


xsetGeneric

void xsetGeneric(org.apache.xmlbeans.XmlString generic)
Sets (as xml) the "generic" attribute



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