org.apache.ws.scout.uddi
Interface GetServiceDetail

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

public interface GetServiceDetail
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GetServiceDetail.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
 ServiceKey addNewServiceKey()
          Appends and returns a new empty value (as xml) as the last "serviceKey" element
 void addServiceKey(java.lang.String serviceKey)
          Appends the value as the last "serviceKey" element
 java.lang.String getGeneric()
          Gets the "generic" attribute
 java.lang.String[] getServiceKeyArray()
          Gets array of all "serviceKey" elements
 java.lang.String getServiceKeyArray(int i)
          Gets ith "serviceKey" element
 ServiceKey insertNewServiceKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "serviceKey" element
 void insertServiceKey(int i, java.lang.String serviceKey)
          Inserts the value as the ith "serviceKey" element
 void removeServiceKey(int i)
          Removes the ith "serviceKey" element
 void setGeneric(java.lang.String generic)
          Sets the "generic" attribute
 void setServiceKeyArray(int i, java.lang.String serviceKey)
          Sets ith "serviceKey" element
 void setServiceKeyArray(java.lang.String[] serviceKeyArray)
          Sets array of all "serviceKey" element
 int sizeOfServiceKeyArray()
          Returns number of "serviceKey" element
 org.apache.xmlbeans.XmlString xgetGeneric()
          Gets (as xml) the "generic" attribute
 ServiceKey[] xgetServiceKeyArray()
          Gets (as xml) array of all "serviceKey" elements
 ServiceKey xgetServiceKeyArray(int i)
          Gets (as xml) ith "serviceKey" element
 void xsetGeneric(org.apache.xmlbeans.XmlString generic)
          Sets (as xml) the "generic" attribute
 void xsetServiceKeyArray(int i, ServiceKey serviceKey)
          Sets (as xml) ith "serviceKey" element
 void xsetServiceKeyArray(ServiceKey[] serviceKeyArray)
          Sets (as xml) array of all "serviceKey" element
 
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

getServiceKeyArray

java.lang.String[] getServiceKeyArray()
Gets array of all "serviceKey" elements


getServiceKeyArray

java.lang.String getServiceKeyArray(int i)
Gets ith "serviceKey" element


xgetServiceKeyArray

ServiceKey[] xgetServiceKeyArray()
Gets (as xml) array of all "serviceKey" elements


xgetServiceKeyArray

ServiceKey xgetServiceKeyArray(int i)
Gets (as xml) ith "serviceKey" element


sizeOfServiceKeyArray

int sizeOfServiceKeyArray()
Returns number of "serviceKey" element


setServiceKeyArray

void setServiceKeyArray(java.lang.String[] serviceKeyArray)
Sets array of all "serviceKey" element


setServiceKeyArray

void setServiceKeyArray(int i,
                        java.lang.String serviceKey)
Sets ith "serviceKey" element


xsetServiceKeyArray

void xsetServiceKeyArray(ServiceKey[] serviceKeyArray)
Sets (as xml) array of all "serviceKey" element


xsetServiceKeyArray

void xsetServiceKeyArray(int i,
                         ServiceKey serviceKey)
Sets (as xml) ith "serviceKey" element


insertServiceKey

void insertServiceKey(int i,
                      java.lang.String serviceKey)
Inserts the value as the ith "serviceKey" element


addServiceKey

void addServiceKey(java.lang.String serviceKey)
Appends the value as the last "serviceKey" element


insertNewServiceKey

ServiceKey insertNewServiceKey(int i)
Inserts and returns a new empty value (as xml) as the ith "serviceKey" element


addNewServiceKey

ServiceKey addNewServiceKey()
Appends and returns a new empty value (as xml) as the last "serviceKey" element


removeServiceKey

void removeServiceKey(int i)
Removes the ith "serviceKey" 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.