com.businessobjects.enterprise.service
Interface Dependents


public interface Dependents

An XML Dependents(@http://enterprise.businessobjects.com/3.0/service). This is a complex type.


Nested Class Summary
static class Dependents.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 org.apache.xmlbeans.XmlString addNewServiceID()
          Appends and returns a new empty value (as xml) as the last "ServiceID" element
 void addServiceID(java.lang.String serviceID)
          Appends the value as the last "ServiceID" element
 java.lang.String[] getServiceIDArray()
          Gets array of all "ServiceID" elements
 java.lang.String getServiceIDArray(int i)
          Gets ith "ServiceID" element
 org.apache.xmlbeans.XmlString insertNewServiceID(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceID" element
 void insertServiceID(int i, java.lang.String serviceID)
          Inserts the value as the ith "ServiceID" element
 void removeServiceID(int i)
          Removes the ith "ServiceID" element
 void setServiceIDArray(int i, java.lang.String serviceID)
          Sets ith "ServiceID" element
 void setServiceIDArray(java.lang.String[] serviceIDArray)
          Sets array of all "ServiceID" element
 int sizeOfServiceIDArray()
          Returns number of "ServiceID" element
 org.apache.xmlbeans.XmlString[] xgetServiceIDArray()
          Gets (as xml) array of all "ServiceID" elements
 org.apache.xmlbeans.XmlString xgetServiceIDArray(int i)
          Gets (as xml) ith "ServiceID" element
 void xsetServiceIDArray(int i, org.apache.xmlbeans.XmlString serviceID)
          Sets (as xml) ith "ServiceID" element
 void xsetServiceIDArray(org.apache.xmlbeans.XmlString[] serviceIDArray)
          Sets (as xml) array of all "ServiceID" element
 

Field Detail

type

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

getServiceIDArray

java.lang.String[] getServiceIDArray()
Gets array of all "ServiceID" elements


getServiceIDArray

java.lang.String getServiceIDArray(int i)
Gets ith "ServiceID" element


xgetServiceIDArray

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


xgetServiceIDArray

org.apache.xmlbeans.XmlString xgetServiceIDArray(int i)
Gets (as xml) ith "ServiceID" element


sizeOfServiceIDArray

int sizeOfServiceIDArray()
Returns number of "ServiceID" element


setServiceIDArray

void setServiceIDArray(java.lang.String[] serviceIDArray)
Sets array of all "ServiceID" element


setServiceIDArray

void setServiceIDArray(int i,
                       java.lang.String serviceID)
Sets ith "ServiceID" element


xsetServiceIDArray

void xsetServiceIDArray(org.apache.xmlbeans.XmlString[] serviceIDArray)
Sets (as xml) array of all "ServiceID" element


xsetServiceIDArray

void xsetServiceIDArray(int i,
                        org.apache.xmlbeans.XmlString serviceID)
Sets (as xml) ith "ServiceID" element


insertServiceID

void insertServiceID(int i,
                     java.lang.String serviceID)
Inserts the value as the ith "ServiceID" element


addServiceID

void addServiceID(java.lang.String serviceID)
Appends the value as the last "ServiceID" element


insertNewServiceID

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


addNewServiceID

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


removeServiceID

void removeServiceID(int i)
Removes the ith "ServiceID" element