|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceNameSet
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String[] getServiceNameArray()
String getServiceNameArray(int i)
org.apache.xmlbeans.XmlString[] xgetServiceNameArray()
org.apache.xmlbeans.XmlString xgetServiceNameArray(int i)
int sizeOfServiceNameArray()
void setServiceNameArray(String[] serviceNameArray)
void setServiceNameArray(int i, String serviceName)
void xsetServiceNameArray(org.apache.xmlbeans.XmlString[] serviceNameArray)
void xsetServiceNameArray(int i, org.apache.xmlbeans.XmlString serviceName)
void insertServiceName(int i, String serviceName)
void addServiceName(String serviceName)
org.apache.xmlbeans.XmlString insertNewServiceName(int i)
org.apache.xmlbeans.XmlString addNewServiceName()
void removeServiceName(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |