org.ogf.schemas.graap.wsAgreement
Interface ServiceNameSet

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

public interface ServiceNameSet
extends org.apache.xmlbeans.XmlObject

An XML ServiceNameSet(@http://schemas.ggf.org/graap/2007/03/ws-agreement). This is a complex type.


Nested Class Summary
static class ServiceNameSet.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
 org.apache.xmlbeans.XmlString addNewServiceName()
          Appends and returns a new empty value (as xml) as the last "ServiceName" element
 void addServiceName(String serviceName)
          Appends the value as the last "ServiceName" element
 String[] getServiceNameArray()
          Gets array of all "ServiceName" elements
 String getServiceNameArray(int i)
          Gets ith "ServiceName" element
 org.apache.xmlbeans.XmlString insertNewServiceName(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceName" element
 void insertServiceName(int i, String serviceName)
          Inserts the value as the ith "ServiceName" element
 void removeServiceName(int i)
          Removes the ith "ServiceName" element
 void setServiceNameArray(int i, String serviceName)
          Sets ith "ServiceName" element
 void setServiceNameArray(String[] serviceNameArray)
          Sets array of all "ServiceName" element
 int sizeOfServiceNameArray()
          Returns number of "ServiceName" element
 org.apache.xmlbeans.XmlString[] xgetServiceNameArray()
          Gets (as xml) array of all "ServiceName" elements
 org.apache.xmlbeans.XmlString xgetServiceNameArray(int i)
          Gets (as xml) ith "ServiceName" element
 void xsetServiceNameArray(int i, org.apache.xmlbeans.XmlString serviceName)
          Sets (as xml) ith "ServiceName" element
 void xsetServiceNameArray(org.apache.xmlbeans.XmlString[] serviceNameArray)
          Sets (as xml) array of all "ServiceName" 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

getServiceNameArray

String[] getServiceNameArray()
Gets array of all "ServiceName" elements


getServiceNameArray

String getServiceNameArray(int i)
Gets ith "ServiceName" element


xgetServiceNameArray

org.apache.xmlbeans.XmlString[] xgetServiceNameArray()
Gets (as xml) array of all "ServiceName" elements


xgetServiceNameArray

org.apache.xmlbeans.XmlString xgetServiceNameArray(int i)
Gets (as xml) ith "ServiceName" element


sizeOfServiceNameArray

int sizeOfServiceNameArray()
Returns number of "ServiceName" element


setServiceNameArray

void setServiceNameArray(String[] serviceNameArray)
Sets array of all "ServiceName" element


setServiceNameArray

void setServiceNameArray(int i,
                         String serviceName)
Sets ith "ServiceName" element


xsetServiceNameArray

void xsetServiceNameArray(org.apache.xmlbeans.XmlString[] serviceNameArray)
Sets (as xml) array of all "ServiceName" element


xsetServiceNameArray

void xsetServiceNameArray(int i,
                          org.apache.xmlbeans.XmlString serviceName)
Sets (as xml) ith "ServiceName" element


insertServiceName

void insertServiceName(int i,
                       String serviceName)
Inserts the value as the ith "ServiceName" element


addServiceName

void addServiceName(String serviceName)
Appends the value as the last "ServiceName" element


insertNewServiceName

org.apache.xmlbeans.XmlString insertNewServiceName(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceName" element


addNewServiceName

org.apache.xmlbeans.XmlString addNewServiceName()
Appends and returns a new empty value (as xml) as the last "ServiceName" element


removeServiceName

void removeServiceName(int i)
Removes the ith "ServiceName" element



Copyright © 2008-2012. All Rights Reserved.