public interface ServiceType extends ExtensibleDocumentedType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceType.Factory
A 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 |
|---|---|
EndpointType |
addNewEndpoint()
Appends and returns a new empty value (as xml) as the last "endpoint" element
|
EndpointType[] |
getEndpointArray()
Gets array of all "endpoint" elements
|
EndpointType |
getEndpointArray(int i)
Gets ith "endpoint" element
|
QName |
getInterface()
Gets the "interface" attribute
|
String |
getName()
Gets the "name" attribute
|
EndpointType |
insertNewEndpoint(int i)
Inserts and returns a new empty value (as xml) as the ith "endpoint" element
|
void |
removeEndpoint(int i)
Removes the ith "endpoint" element
|
void |
setEndpointArray(EndpointType[] endpointArray)
Sets array of all "endpoint" element
|
void |
setEndpointArray(int i,
EndpointType endpoint)
Sets ith "endpoint" element
|
void |
setInterface(QName xinterface)
Sets the "interface" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
int |
sizeOfEndpointArray()
Returns number of "endpoint" element
|
org.apache.xmlbeans.XmlQName |
xgetInterface()
Gets (as xml) the "interface" attribute
|
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute
|
void |
xsetInterface(org.apache.xmlbeans.XmlQName xinterface)
Sets (as xml) the "interface" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute
|
addNewDocumentation, getDocumentationArray, getDocumentationArray, insertNewDocumentation, removeDocumentation, setDocumentationArray, setDocumentationArray, sizeOfDocumentationArraychangeType, 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, xmlTextEndpointType[] getEndpointArray()
EndpointType getEndpointArray(int i)
int sizeOfEndpointArray()
void setEndpointArray(EndpointType[] endpointArray)
void setEndpointArray(int i,
EndpointType endpoint)
EndpointType insertNewEndpoint(int i)
EndpointType addNewEndpoint()
void removeEndpoint(int i)
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
QName getInterface()
org.apache.xmlbeans.XmlQName xgetInterface()
void setInterface(QName xinterface)
void xsetInterface(org.apache.xmlbeans.XmlQName xinterface)
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.