public interface ServiceType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static interface |
ServiceType.Endpoint
An XML endpoint(@).
|
static class |
ServiceType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
ServiceType.Name
An XML name(@).
|
static interface |
ServiceType.ParameterStyle
An XML parameter-style(@).
|
static interface |
ServiceType.Style
An XML style(@).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
OperationType |
addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element
|
String |
getEndpoint()
Gets the "endpoint" attribute
|
String |
getName()
Gets the "name" attribute
|
OperationType[] |
getOperationArray()
Deprecated.
|
OperationType |
getOperationArray(int i)
Gets ith "operation" element
|
List<OperationType> |
getOperationList()
Gets a List of "operation" elements
|
ServiceType.ParameterStyle.Enum |
getParameterStyle()
Gets the "parameter-style" attribute
|
ServiceType.Style.Enum |
getStyle()
Gets the "style" attribute
|
OperationType |
insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element
|
boolean |
isSetParameterStyle()
True if has "parameter-style" attribute
|
boolean |
isSetStyle()
True if has "style" attribute
|
void |
removeOperation(int i)
Removes the ith "operation" element
|
void |
setEndpoint(String endpoint)
Sets the "endpoint" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setOperationArray(int i,
OperationType operation)
Sets ith "operation" element
|
void |
setOperationArray(OperationType[] operationArray)
Sets array of all "operation" element
|
void |
setParameterStyle(ServiceType.ParameterStyle.Enum parameterStyle)
Sets the "parameter-style" attribute
|
void |
setStyle(ServiceType.Style.Enum style)
Sets the "style" attribute
|
int |
sizeOfOperationArray()
Returns number of "operation" element
|
void |
unsetParameterStyle()
Unsets the "parameter-style" attribute
|
void |
unsetStyle()
Unsets the "style" attribute
|
ServiceType.Endpoint |
xgetEndpoint()
Gets (as xml) the "endpoint" attribute
|
ServiceType.Name |
xgetName()
Gets (as xml) the "name" attribute
|
ServiceType.ParameterStyle |
xgetParameterStyle()
Gets (as xml) the "parameter-style" attribute
|
ServiceType.Style |
xgetStyle()
Gets (as xml) the "style" attribute
|
void |
xsetEndpoint(ServiceType.Endpoint endpoint)
Sets (as xml) the "endpoint" attribute
|
void |
xsetName(ServiceType.Name name)
Sets (as xml) the "name" attribute
|
void |
xsetParameterStyle(ServiceType.ParameterStyle parameterStyle)
Sets (as xml) the "parameter-style" attribute
|
void |
xsetStyle(ServiceType.Style style)
Sets (as xml) the "style" attribute
|
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
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
List<OperationType> getOperationList()
OperationType[] getOperationArray()
OperationType getOperationArray(int i)
int sizeOfOperationArray()
void setOperationArray(OperationType[] operationArray)
void setOperationArray(int i, OperationType operation)
OperationType insertNewOperation(int i)
OperationType addNewOperation()
void removeOperation(int i)
String getName()
ServiceType.Name xgetName()
void setName(String name)
void xsetName(ServiceType.Name name)
String getEndpoint()
ServiceType.Endpoint xgetEndpoint()
void setEndpoint(String endpoint)
void xsetEndpoint(ServiceType.Endpoint endpoint)
ServiceType.Style.Enum getStyle()
ServiceType.Style xgetStyle()
boolean isSetStyle()
void setStyle(ServiceType.Style.Enum style)
void xsetStyle(ServiceType.Style style)
void unsetStyle()
ServiceType.ParameterStyle.Enum getParameterStyle()
ServiceType.ParameterStyle xgetParameterStyle()
boolean isSetParameterStyle()
void setParameterStyle(ServiceType.ParameterStyle.Enum parameterStyle)
void xsetParameterStyle(ServiceType.ParameterStyle parameterStyle)
void unsetParameterStyle()
Copyright © 2019. All Rights Reserved.