serviceType Data Type

Java class for ServiceType complex type.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
method list of methodType element 0/unbounded Method list. Can be null.
serviceTypeName string element 0/1 Service Type Name.

Example

<s----->
  <method>
    <methodName>...</methodName>
    <scs>...</scs>
  </method>
  <serviceTypeName>...</serviceTypeName>
</s----->