Package co.ecg.alpaca.toolkit.generated
Class Login.DeviceManagementFileAuthLocationGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.Login.DeviceManagementFileAuthLocationGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Login
This is a response to DeviceManagementFileAuthLocationGetRequest21sp1. Return the address and credentials of the File Repository hosting the requested access device file. Also return the file name and path on the File Repository. Also returns the status of the file authentication.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected DeviceAccessProtocol16protected Stringprotected Booleanprotected DeviceManagementFileCategoryprotected Stringprotected Stringprotected Booleanprotected Stringprotected Booleanprotected Booleanprotected Stringprotected Booleanprotected Integerprotected Stringprotected Stringprotected Booleanprotected DeviceManagementFileAuthenticationStatusprotected Booleanprotected BooleanFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetCompletionNotification(Boolean completionNotification) voidsetCpeFileDirectory(String cpeFileDirectory) voidsetDeviceAccessMethod(String deviceAccessMethod) voidsetDeviceAccessProtocol(DeviceAccessProtocol16 deviceAccessProtocol) voidsetDeviceAccessURI(String deviceAccessURI) voidsetEnableCaching(Boolean enableCaching) voidsetFileCategory(DeviceManagementFileCategory fileCategory) voidsetFileRepositoryPassword(String fileRepositoryPassword) voidsetFileRepositoryUserName(String fileRepositoryUserName) voidsetMacBasedFileAuthentication(Boolean macBasedFileAuthentication) voidsetMacFormatInNonRequestURI(String macFormatInNonRequestURI) voidsetMacInCert(Boolean macInCert) voidsetMacInNonRequestURI(Boolean macInNonRequestURI) voidsetNetAddress(String netAddress) voidsetNotifyFileUpload(Boolean notifyFileUpload) voidsetPortNumber(Integer portNumber) voidsetRemoteFileFormat(String remoteFileFormat) voidsetRootDirectory(String rootDirectory) voidvoidvoidsetUseHttpDigestAuthentication(Boolean useHttpDigestAuthentication) voidsetUserNamePasswordFileAuthentication(Boolean userNamePasswordFileAuthentication) toString()voidTransforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
status
-
fileRepositoryUserName
-
fileRepositoryPassword
-
netAddress
-
remoteFileFormat
-
portNumber
-
rootDirectory
-
cpeFileDirectory
-
secure
-
macInNonRequestURI
-
macInCert
-
macFormatInNonRequestURI
-
useHttpDigestAuthentication
-
macBasedFileAuthentication
-
userNamePasswordFileAuthentication
-
completionNotification
-
fileCategory
-
enableCaching
-
notifyFileUpload
-
deviceAccessProtocol
-
deviceAccessMethod
-
deviceAccessURI
-
-
Constructor Details
-
DeviceManagementFileAuthLocationGetResponse
public DeviceManagementFileAuthLocationGetResponse()
-
-
Method Details
-
setStatus
-
getStatus
-
setFileRepositoryUserName
-
getFileRepositoryUserName
-
setFileRepositoryPassword
-
getFileRepositoryPassword
-
setNetAddress
-
getNetAddress
-
setRemoteFileFormat
-
getRemoteFileFormat
-
setPortNumber
-
getPortNumber
-
setRootDirectory
-
getRootDirectory
-
setCpeFileDirectory
-
getCpeFileDirectory
-
setSecure
-
getSecure
-
setMacInNonRequestURI
-
getMacInNonRequestURI
-
setMacInCert
-
getMacInCert
-
setMacFormatInNonRequestURI
-
getMacFormatInNonRequestURI
-
setUseHttpDigestAuthentication
-
getUseHttpDigestAuthentication
-
setMacBasedFileAuthentication
-
getMacBasedFileAuthentication
-
setUserNamePasswordFileAuthentication
-
getUserNamePasswordFileAuthentication
-
setCompletionNotification
-
getCompletionNotification
-
setFileCategory
-
getFileCategory
-
setEnableCaching
-
getEnableCaching
-
setNotifyFileUpload
-
getNotifyFileUpload
-
setDeviceAccessProtocol
-
getDeviceAccessProtocol
-
setDeviceAccessMethod
-
getDeviceAccessMethod
-
setDeviceAccessURI
-
getDeviceAccessURI
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-