public class ConverterServerInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ROOT_ELEMENT_NAME |
| Constructor and Description |
|---|
ConverterServerInformation() |
ConverterServerInformation(boolean operational,
long timeout,
int protocolVersion,
Map<DocumentType,Set<DocumentType>> supportedConversions) |
| Modifier and Type | Method and Description |
|---|---|
int |
getProtocolVersion() |
Map<DocumentType,Set<DocumentType>> |
getSupportedConversions() |
long |
getTimeout() |
boolean |
isOperational() |
void |
setOperational(boolean operational) |
void |
setProtocolVersion(int protocolVersion) |
void |
setSupportedConversions(Map<DocumentType,Set<DocumentType>> supportedConversions) |
void |
setTimeout(long timeout) |
public static final String ROOT_ELEMENT_NAME
public ConverterServerInformation()
public ConverterServerInformation(boolean operational,
long timeout,
int protocolVersion,
Map<DocumentType,Set<DocumentType>> supportedConversions)
public boolean isOperational()
public void setOperational(boolean operational)
public long getTimeout()
public void setTimeout(long timeout)
public int getProtocolVersion()
public void setProtocolVersion(int protocolVersion)
public Map<DocumentType,Set<DocumentType>> getSupportedConversions()
public void setSupportedConversions(Map<DocumentType,Set<DocumentType>> supportedConversions)
Copyright © 2013–2020. All rights reserved.