Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemAdminGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemAdminGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
BWSystem
Response to the SystemAdminGetRequest22. The response contains the system or provisioning administrators profile information. The following elements are only used in AS data mode and ignored in XS data mode. accountDisabled lastAuthenticatedDate
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected SystemAdminTypeprotected Stringprotected Stringprotected OffsetDateTimeprotected Stringprotected Booleanprotected UserFields 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 TypeMethodDescriptionbooleangetUser()inthashCode()voidsetAccountDisabled(Boolean accountDisabled) voidsetAdminType(SystemAdminType adminType) voidsetFirstName(String firstName) voidsetLanguage(String language) voidsetLastAuthenticatedDate(OffsetDateTime lastAuthenticatedDate) voidsetLastName(String lastName) voidsetReadOnly(Boolean readOnly) voidtoString()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
-
firstName
-
lastName
-
language
-
adminType
-
readOnly
-
accountDisabled
-
lastAuthenticatedDate
-
user
-
-
Constructor Details
-
SystemAdminGetResponse
public SystemAdminGetResponse()
-
-
Method Details
-
setFirstName
-
getFirstName
-
setLastName
-
getLastName
-
setLanguage
-
getLanguage
-
setAdminType
-
getAdminType
-
setReadOnly
-
getReadOnly
-
setAccountDisabled
-
getAccountDisabled
-
setLastAuthenticatedDate
-
getLastAuthenticatedDate
-
setUser
-
getUser
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-