public class WSDLInfoDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WSDLInfoDTO.TypeEnum
WSDL type enum
|
| Constructor and Description |
|---|
WSDLInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
WSDLInfoDTO.TypeEnum |
getType() |
int |
hashCode() |
void |
setType(WSDLInfoDTO.TypeEnum type) |
String |
toString() |
WSDLInfoDTO |
type(WSDLInfoDTO.TypeEnum type)
Indicates whether the WSDL is a single WSDL or an archive in ZIP format
|
public WSDLInfoDTO type(WSDLInfoDTO.TypeEnum type)
public WSDLInfoDTO.TypeEnum getType()
public void setType(WSDLInfoDTO.TypeEnum type)
Copyright © 2024 WSO2. All rights reserved.