Package co.ecg.alpaca.toolkit.generated
Class Group.GroupBroadWorksMobileManagerAddHomeZoneRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.Group.GroupBroadWorksMobileManagerAddHomeZoneRequest
-
- Enclosing class:
- Group
public static class Group.GroupBroadWorksMobileManagerAddHomeZoneRequest extends Request<DefaultResponse>
Add a home zone to the BroadWorks Mobile Manager. The response is either SuccessResponse 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=5) String
cellIdentity
protected @NotNull @Valid Group
group
protected @NotNull @Size(min=1,max=100) String
homeZoneDomainName
protected @NotNull @Size(min=1,max=5) String
locationAreaCode
protected @NotNull @Size(min=1,max=3) String
mobileCountryCode
protected @NotNull @Size(min=1,max=3) String
mobileNetworkCode
-
Constructor Summary
Constructors Constructor Description GroupBroadWorksMobileManagerAddHomeZoneRequest()
GroupBroadWorksMobileManagerAddHomeZoneRequest(Group group, String homeZoneDomainName, String mobileCountryCode, String mobileNetworkCode, String locationAreaCode, String cellIdentity)
-
Method Summary
-
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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
group
@NotNull @Valid protected transient @NotNull @Valid Group group
-
homeZoneDomainName
@NotNull @Size(min=1, max=100) protected @NotNull @Size(min=1,max=100) String homeZoneDomainName
-
mobileCountryCode
@NotNull @Size(min=1, max=3) protected @NotNull @Size(min=1,max=3) String mobileCountryCode
-
mobileNetworkCode
@NotNull @Size(min=1, max=3) protected @NotNull @Size(min=1,max=3) String mobileNetworkCode
-
locationAreaCode
@NotNull @Size(min=1, max=5) protected @NotNull @Size(min=1,max=5) String locationAreaCode
-
cellIdentity
@NotNull @Size(min=1, max=5) protected @NotNull @Size(min=1,max=5) String cellIdentity
-
-
Method Detail
-
setGroup
public Group.GroupBroadWorksMobileManagerAddHomeZoneRequest setGroup(Group group)
-
getGroup
public Group getGroup()
-
setHomeZoneDomainName
public Group.GroupBroadWorksMobileManagerAddHomeZoneRequest setHomeZoneDomainName(String homeZoneDomainName)
-
getHomeZoneDomainName
public String getHomeZoneDomainName()
-
setMobileCountryCode
public Group.GroupBroadWorksMobileManagerAddHomeZoneRequest setMobileCountryCode(String mobileCountryCode)
-
getMobileCountryCode
public String getMobileCountryCode()
-
setMobileNetworkCode
public Group.GroupBroadWorksMobileManagerAddHomeZoneRequest setMobileNetworkCode(String mobileNetworkCode)
-
getMobileNetworkCode
public String getMobileNetworkCode()
-
setLocationAreaCode
public Group.GroupBroadWorksMobileManagerAddHomeZoneRequest setLocationAreaCode(String locationAreaCode)
-
getLocationAreaCode
public String getLocationAreaCode()
-
setCellIdentity
public Group.GroupBroadWorksMobileManagerAddHomeZoneRequest setCellIdentity(String cellIdentity)
-
getCellIdentity
public String getCellIdentity()
-
getEmptyObject
public static Group.GroupBroadWorksMobileManagerAddHomeZoneRequest 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:
formRequest
in classRequest<DefaultResponse>
-
-