Java class for ServiceType complex type.
| name | data type | description |
|---|---|---|
| method | array of MethodType | Method list. Can be null. |
| serviceTypeName | string | Service Type Name. |
Example
{
"serviceType" : {
"method" : [ {
"methodName" : "...",
"scs" : "..."
}, {
"methodName" : "...",
"scs" : "..."
} ],
"serviceTypeName" : "..."
}
}