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