public interface TService extends TExtensibleDocumented
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | TService.FactoryA factory class with static methods for creating instances
 of this type. | 
| Modifier and Type | Field and Description | 
|---|---|
| static org.apache.xmlbeans.SchemaType | type | 
| Modifier and Type | Method and Description | 
|---|---|
| TPort | addNewPort()Appends and returns a new empty value (as xml) as the last "port" element | 
| String | getName()Gets the "name" attribute | 
| TPort[] | getPortArray()Deprecated.   | 
| TPort | getPortArray(int i)Gets ith "port" element | 
| List<TPort> | getPortList()Gets a List of "port" elements | 
| TPort | insertNewPort(int i)Inserts and returns a new empty value (as xml) as the ith "port" element | 
| void | removePort(int i)Removes the ith "port" element | 
| void | setName(String name)Sets the "name" attribute | 
| void | setPortArray(int i,
            TPort port)Sets ith "port" element | 
| void | setPortArray(TPort[] portArray)Sets array of all "port" element | 
| int | sizeOfPortArray()Returns number of "port" element | 
| org.apache.xmlbeans.XmlNCName | xgetName()Gets (as xml) the "name" attribute | 
| void | xsetName(org.apache.xmlbeans.XmlNCName name)Sets (as xml) the "name" attribute | 
addNewDocumentation, getDocumentation, isSetDocumentation, setDocumentation, unsetDocumentationchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextTPort[] getPortArray()
TPort getPortArray(int i)
int sizeOfPortArray()
void setPortArray(TPort[] portArray)
void setPortArray(int i,
                  TPort port)
TPort insertNewPort(int i)
TPort addNewPort()
void removePort(int i)
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
Copyright © 2019. All Rights Reserved.