Package co.ecg.alpaca.toolkit.generated
Class SystemAccessDevice.SystemAccessDeviceFileGetRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<SystemAccessDevice.SystemAccessDeviceFileGetResponse>
-
- co.ecg.alpaca.toolkit.generated.SystemAccessDevice.SystemAccessDeviceFileGetRequest
-
- Enclosing class:
- SystemAccessDevice
public static class SystemAccessDevice.SystemAccessDeviceFileGetRequest extends Request<SystemAccessDevice.SystemAccessDeviceFileGetResponse>
Request to get a device profile file. The response is either SystemAccessDeviceFileGetResponse20 or ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Field Summary
Fields Modifier and Type Field Description protected @NotNull @Size(min=1,max=128) StringfileFormatprotected @NotNull @Valid SystemAccessDevicesystemAccessDevice
-
Constructor Summary
Constructors Constructor Description SystemAccessDeviceFileGetRequest()SystemAccessDeviceFileGetRequest(SystemAccessDevice systemAccessDevice, String fileFormat)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.static SystemAccessDevice.SystemAccessDeviceFileGetRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.StringgetFileFormat()SystemAccessDevicegetSystemAccessDevice()SystemAccessDevice.SystemAccessDeviceFileGetRequestsetFileFormat(String fileFormat)SystemAccessDevice.SystemAccessDeviceFileGetRequestsetSystemAccessDevice(SystemAccessDevice systemAccessDevice)-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
systemAccessDevice
@NotNull @Valid protected transient @NotNull @Valid SystemAccessDevice systemAccessDevice
-
fileFormat
@NotNull @Size(min=1, max=128) protected @NotNull @Size(min=1,max=128) String fileFormat
-
-
Constructor Detail
-
SystemAccessDeviceFileGetRequest
public SystemAccessDeviceFileGetRequest()
-
SystemAccessDeviceFileGetRequest
public SystemAccessDeviceFileGetRequest(SystemAccessDevice systemAccessDevice, String fileFormat)
-
-
Method Detail
-
setSystemAccessDevice
public SystemAccessDevice.SystemAccessDeviceFileGetRequest setSystemAccessDevice(SystemAccessDevice systemAccessDevice)
-
getSystemAccessDevice
public SystemAccessDevice getSystemAccessDevice()
-
setFileFormat
public SystemAccessDevice.SystemAccessDeviceFileGetRequest setFileFormat(String fileFormat)
-
getFileFormat
public String getFileFormat()
-
getEmptyObject
public static SystemAccessDevice.SystemAccessDeviceFileGetRequest getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.- Parameters:
broadWorksServer- The BroadWorksServer
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<SystemAccessDevice.SystemAccessDeviceFileGetResponse>
-
-