Package co.ecg.alpaca.toolkit.generated
Class GroupAccessDevice.GroupAccessDeviceFileGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.GroupAccessDevice.GroupAccessDeviceFileGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GroupAccessDevice
public static class GroupAccessDevice.GroupAccessDeviceFileGetResponse extends Response
Response to GroupAccessDeviceFileGetRequest20.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccessUrlprotected StringconfigurationFileNameprotected BooleanextendedCaptureEnabledprotected StringextendedCaptureURLprotected StringfileFormatprotected AccessDeviceEnhancedConfigurationModefileSourceprotected GroupAccessDevicegroupAccessDeviceprotected StringrepositoryUrlprotected StringtemplateUrl-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
-
Constructor Summary
Constructors Constructor Description GroupAccessDeviceFileGetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAccessUrl()StringgetConfigurationFileName()BooleangetExtendedCaptureEnabled()StringgetExtendedCaptureURL()StringgetFileFormat()AccessDeviceEnhancedConfigurationModegetFileSource()GroupAccessDevicegetGroupAccessDevice()StringgetRepositoryUrl()StringgetTemplateUrl()inthashCode()voidsetAccessUrl(String accessUrl)voidsetConfigurationFileName(String configurationFileName)voidsetExtendedCaptureEnabled(Boolean extendedCaptureEnabled)voidsetExtendedCaptureURL(String extendedCaptureURL)voidsetFileFormat(String fileFormat)voidsetFileSource(AccessDeviceEnhancedConfigurationMode fileSource)voidsetGroupAccessDevice(GroupAccessDevice groupAccessDevice)voidsetRepositoryUrl(String repositoryUrl)voidsetTemplateUrl(String templateUrl)StringtoString()voidtransform()Transforms the Response from XML Content to a populated POJO-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
-
Methods 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 Detail
-
fileSource
protected AccessDeviceEnhancedConfigurationMode fileSource
-
configurationFileName
protected String configurationFileName
-
accessUrl
protected String accessUrl
-
repositoryUrl
protected String repositoryUrl
-
templateUrl
protected String templateUrl
-
extendedCaptureEnabled
protected Boolean extendedCaptureEnabled
-
extendedCaptureURL
protected String extendedCaptureURL
-
groupAccessDevice
protected transient GroupAccessDevice groupAccessDevice
-
fileFormat
protected String fileFormat
-
-
Method Detail
-
setFileSource
public void setFileSource(AccessDeviceEnhancedConfigurationMode fileSource)
-
getFileSource
public AccessDeviceEnhancedConfigurationMode getFileSource()
-
setConfigurationFileName
public void setConfigurationFileName(String configurationFileName)
-
getConfigurationFileName
public String getConfigurationFileName()
-
setAccessUrl
public void setAccessUrl(String accessUrl)
-
getAccessUrl
public String getAccessUrl()
-
setRepositoryUrl
public void setRepositoryUrl(String repositoryUrl)
-
getRepositoryUrl
public String getRepositoryUrl()
-
setTemplateUrl
public void setTemplateUrl(String templateUrl)
-
getTemplateUrl
public String getTemplateUrl()
-
setExtendedCaptureEnabled
public void setExtendedCaptureEnabled(Boolean extendedCaptureEnabled)
-
getExtendedCaptureEnabled
public Boolean getExtendedCaptureEnabled()
-
setExtendedCaptureURL
public void setExtendedCaptureURL(String extendedCaptureURL)
-
getExtendedCaptureURL
public String getExtendedCaptureURL()
-
setGroupAccessDevice
public void setGroupAccessDevice(GroupAccessDevice groupAccessDevice)
-
getGroupAccessDevice
public GroupAccessDevice getGroupAccessDevice()
-
setFileFormat
public void setFileFormat(String fileFormat)
-
getFileFormat
public String getFileFormat()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-