//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.5466
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
//
// This source code was auto-generated by wsdl, Version=2.0.50727.3038.
//
namespace BesWebServices {
using System.Xml.Serialization;
using System.Web.Services;
using System.ComponentModel;
using System.Web.Services.Protocols;
using System;
using System.Diagnostics;
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="BWSBinding", Namespace="http://ws.rim.com/enterprise/admin")]
public partial class BWSService : System.Web.Services.Protocols.SoapHttpClientProtocol {
private System.Threading.SendOrPostCallback assignGroupsToGroupOperationCompleted;
private System.Threading.SendOrPostCallback assignSWConfigsToGroupOperationCompleted;
private System.Threading.SendOrPostCallback assignSWConfigsToUserOperationCompleted;
private System.Threading.SendOrPostCallback assignUsersToGroupOperationCompleted;
private System.Threading.SendOrPostCallback assignVPNConfigsToGroupOperationCompleted;
private System.Threading.SendOrPostCallback assignWLANConfigsToGroupOperationCompleted;
private System.Threading.SendOrPostCallback clearGroupsITPolicyOperationCompleted;
private System.Threading.SendOrPostCallback clearUsersITPolicyOperationCompleted;
private System.Threading.SendOrPostCallback createGroupsOperationCompleted;
private System.Threading.SendOrPostCallback createUserEmailProfilesOperationCompleted;
private System.Threading.SendOrPostCallback createUsersOperationCompleted;
private System.Threading.SendOrPostCallback deleteGroupsOperationCompleted;
private System.Threading.SendOrPostCallback deleteUserEmailProfilesOperationCompleted;
private System.Threading.SendOrPostCallback deleteUsersOperationCompleted;
private System.Threading.SendOrPostCallback deleteUsersEmailStatsOperationCompleted;
private System.Threading.SendOrPostCallback echoOperationCompleted;
private System.Threading.SendOrPostCallback getBESHAPoolsOperationCompleted;
private System.Threading.SendOrPostCallback getCapabilityDefinitionsOperationCompleted;
private System.Threading.SendOrPostCallback getDeviceOSBundlesOperationCompleted;
private System.Threading.SendOrPostCallback getDevicesDetailOperationCompleted;
private System.Threading.SendOrPostCallback getEmailProfilesOperationCompleted;
private System.Threading.SendOrPostCallback getGroupsOperationCompleted;
private System.Threading.SendOrPostCallback getGroupsDetailOperationCompleted;
private System.Threading.SendOrPostCallback getITPoliciesOperationCompleted;
private System.Threading.SendOrPostCallback getMailStoreUsersOperationCompleted;
private System.Threading.SendOrPostCallback getPolicyRuleDefinitionsOperationCompleted;
private System.Threading.SendOrPostCallback getReportDataOperationCompleted;
private System.Threading.SendOrPostCallback getRolesOperationCompleted;
private System.Threading.SendOrPostCallback getRolesDetailOperationCompleted;
private System.Threading.SendOrPostCallback getSWConfigApplicationsOperationCompleted;
private System.Threading.SendOrPostCallback getSWConfigsOperationCompleted;
private System.Threading.SendOrPostCallback getServersOperationCompleted;
private System.Threading.SendOrPostCallback getServersDetailOperationCompleted;
private System.Threading.SendOrPostCallback getSystemInfoOperationCompleted;
private System.Threading.SendOrPostCallback getUserActivationsOperationCompleted;
private System.Threading.SendOrPostCallback getUsersOperationCompleted;
private System.Threading.SendOrPostCallback getUsersDetailOperationCompleted;
private System.Threading.SendOrPostCallback getUsersReconciledApplicationsOperationCompleted;
private System.Threading.SendOrPostCallback getVPNConfigsOperationCompleted;
private System.Threading.SendOrPostCallback getWLANConfigsOperationCompleted;
private System.Threading.SendOrPostCallback setDevicesEmailRedirectionOperationCompleted;
private System.Threading.SendOrPostCallback setDevicesLockOperationCompleted;
private System.Threading.SendOrPostCallback setDevicesOwnerInfoOperationCompleted;
private System.Threading.SendOrPostCallback setDevicesPasswordOperationCompleted;
private System.Threading.SendOrPostCallback setDevicesSyncCalendarOperationCompleted;
private System.Threading.SendOrPostCallback setDevicesWipeOperationCompleted;
private System.Threading.SendOrPostCallback setGroupsITPolicyOperationCompleted;
private System.Threading.SendOrPostCallback setGroupsSendMessageOperationCompleted;
private System.Threading.SendOrPostCallback setUsersActivationPasswordOperationCompleted;
private System.Threading.SendOrPostCallback setUsersAutoSignatureOperationCompleted;
private System.Threading.SendOrPostCallback setUsersEmailFilterRulesOperationCompleted;
private System.Threading.SendOrPostCallback setUsersFolderRedirectionOperationCompleted;
private System.Threading.SendOrPostCallback setUsersITPolicyOperationCompleted;
private System.Threading.SendOrPostCallback setUsersPIMSyncConfigsOperationCompleted;
private System.Threading.SendOrPostCallback setUsersResendITPolicyOperationCompleted;
private System.Threading.SendOrPostCallback setUsersResendReconciledApplicationsOperationCompleted;
private System.Threading.SendOrPostCallback setUsersResendServiceBooksOperationCompleted;
private System.Threading.SendOrPostCallback setUsersSendMessageOperationCompleted;
private System.Threading.SendOrPostCallback setUsersServerOperationCompleted;
private System.Threading.SendOrPostCallback unassignGroupsFromGroupOperationCompleted;
private System.Threading.SendOrPostCallback unassignSWConfigsFromGroupOperationCompleted;
private System.Threading.SendOrPostCallback unassignSWConfigsFromUserOperationCompleted;
private System.Threading.SendOrPostCallback unassignUsersFromGroupOperationCompleted;
private System.Threading.SendOrPostCallback unassignVPNConfigsFromGroupOperationCompleted;
private System.Threading.SendOrPostCallback unassignWLANConfigsFromGroupOperationCompleted;
///
public BWSService() {
this.Url = "https://basconsole.domain.local/enterprise/admin/ws";
}
///
public event assignGroupsToGroupCompletedEventHandler assignGroupsToGroupCompleted;
///
public event assignSWConfigsToGroupCompletedEventHandler assignSWConfigsToGroupCompleted;
///
public event assignSWConfigsToUserCompletedEventHandler assignSWConfigsToUserCompleted;
///
public event assignUsersToGroupCompletedEventHandler assignUsersToGroupCompleted;
///
public event assignVPNConfigsToGroupCompletedEventHandler assignVPNConfigsToGroupCompleted;
///
public event assignWLANConfigsToGroupCompletedEventHandler assignWLANConfigsToGroupCompleted;
///
public event clearGroupsITPolicyCompletedEventHandler clearGroupsITPolicyCompleted;
///
public event clearUsersITPolicyCompletedEventHandler clearUsersITPolicyCompleted;
///
public event createGroupsCompletedEventHandler createGroupsCompleted;
///
public event createUserEmailProfilesCompletedEventHandler createUserEmailProfilesCompleted;
///
public event createUsersCompletedEventHandler createUsersCompleted;
///
public event deleteGroupsCompletedEventHandler deleteGroupsCompleted;
///
public event deleteUserEmailProfilesCompletedEventHandler deleteUserEmailProfilesCompleted;
///
public event deleteUsersCompletedEventHandler deleteUsersCompleted;
///
public event deleteUsersEmailStatsCompletedEventHandler deleteUsersEmailStatsCompleted;
///
public event echoCompletedEventHandler echoCompleted;
///
public event getBESHAPoolsCompletedEventHandler getBESHAPoolsCompleted;
///
public event getCapabilityDefinitionsCompletedEventHandler getCapabilityDefinitionsCompleted;
///
public event getDeviceOSBundlesCompletedEventHandler getDeviceOSBundlesCompleted;
///
public event getDevicesDetailCompletedEventHandler getDevicesDetailCompleted;
///
public event getEmailProfilesCompletedEventHandler getEmailProfilesCompleted;
///
public event getGroupsCompletedEventHandler getGroupsCompleted;
///
public event getGroupsDetailCompletedEventHandler getGroupsDetailCompleted;
///
public event getITPoliciesCompletedEventHandler getITPoliciesCompleted;
///
public event getMailStoreUsersCompletedEventHandler getMailStoreUsersCompleted;
///
public event getPolicyRuleDefinitionsCompletedEventHandler getPolicyRuleDefinitionsCompleted;
///
public event getReportDataCompletedEventHandler getReportDataCompleted;
///
public event getRolesCompletedEventHandler getRolesCompleted;
///
public event getRolesDetailCompletedEventHandler getRolesDetailCompleted;
///
public event getSWConfigApplicationsCompletedEventHandler getSWConfigApplicationsCompleted;
///
public event getSWConfigsCompletedEventHandler getSWConfigsCompleted;
///
public event getServersCompletedEventHandler getServersCompleted;
///
public event getServersDetailCompletedEventHandler getServersDetailCompleted;
///
public event getSystemInfoCompletedEventHandler getSystemInfoCompleted;
///
public event getUserActivationsCompletedEventHandler getUserActivationsCompleted;
///
public event getUsersCompletedEventHandler getUsersCompleted;
///
public event getUsersDetailCompletedEventHandler getUsersDetailCompleted;
///
public event getUsersReconciledApplicationsCompletedEventHandler getUsersReconciledApplicationsCompleted;
///
public event getVPNConfigsCompletedEventHandler getVPNConfigsCompleted;
///
public event getWLANConfigsCompletedEventHandler getWLANConfigsCompleted;
///
public event setDevicesEmailRedirectionCompletedEventHandler setDevicesEmailRedirectionCompleted;
///
public event setDevicesLockCompletedEventHandler setDevicesLockCompleted;
///
public event setDevicesOwnerInfoCompletedEventHandler setDevicesOwnerInfoCompleted;
///
public event setDevicesPasswordCompletedEventHandler setDevicesPasswordCompleted;
///
public event setDevicesSyncCalendarCompletedEventHandler setDevicesSyncCalendarCompleted;
///
public event setDevicesWipeCompletedEventHandler setDevicesWipeCompleted;
///
public event setGroupsITPolicyCompletedEventHandler setGroupsITPolicyCompleted;
///
public event setGroupsSendMessageCompletedEventHandler setGroupsSendMessageCompleted;
///
public event setUsersActivationPasswordCompletedEventHandler setUsersActivationPasswordCompleted;
///
public event setUsersAutoSignatureCompletedEventHandler setUsersAutoSignatureCompleted;
///
public event setUsersEmailFilterRulesCompletedEventHandler setUsersEmailFilterRulesCompleted;
///
public event setUsersFolderRedirectionCompletedEventHandler setUsersFolderRedirectionCompleted;
///
public event setUsersITPolicyCompletedEventHandler setUsersITPolicyCompleted;
///
public event setUsersPIMSyncConfigsCompletedEventHandler setUsersPIMSyncConfigsCompleted;
///
public event setUsersResendITPolicyCompletedEventHandler setUsersResendITPolicyCompleted;
///
public event setUsersResendReconciledApplicationsCompletedEventHandler setUsersResendReconciledApplicationsCompleted;
///
public event setUsersResendServiceBooksCompletedEventHandler setUsersResendServiceBooksCompleted;
///
public event setUsersSendMessageCompletedEventHandler setUsersSendMessageCompleted;
///
public event setUsersServerCompletedEventHandler setUsersServerCompleted;
///
public event unassignGroupsFromGroupCompletedEventHandler unassignGroupsFromGroupCompleted;
///
public event unassignSWConfigsFromGroupCompletedEventHandler unassignSWConfigsFromGroupCompleted;
///
public event unassignSWConfigsFromUserCompletedEventHandler unassignSWConfigsFromUserCompleted;
///
public event unassignUsersFromGroupCompletedEventHandler unassignUsersFromGroupCompleted;
///
public event unassignVPNConfigsFromGroupCompletedEventHandler unassignVPNConfigsFromGroupCompleted;
///
public event unassignWLANConfigsFromGroupCompletedEventHandler unassignWLANConfigsFromGroupCompleted;
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("AssignGroupsToGroupResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public AssignGroupsToGroupResponse assignGroupsToGroup([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] AssignGroupsToGroupRequest AssignGroupsToGroupRequest) {
object[] results = this.Invoke("assignGroupsToGroup", new object[] {
AssignGroupsToGroupRequest});
return ((AssignGroupsToGroupResponse)(results[0]));
}
///
public System.IAsyncResult BeginassignGroupsToGroup(AssignGroupsToGroupRequest AssignGroupsToGroupRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("assignGroupsToGroup", new object[] {
AssignGroupsToGroupRequest}, callback, asyncState);
}
///
public AssignGroupsToGroupResponse EndassignGroupsToGroup(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((AssignGroupsToGroupResponse)(results[0]));
}
///
public void assignGroupsToGroupAsync(AssignGroupsToGroupRequest AssignGroupsToGroupRequest) {
this.assignGroupsToGroupAsync(AssignGroupsToGroupRequest, null);
}
///
public void assignGroupsToGroupAsync(AssignGroupsToGroupRequest AssignGroupsToGroupRequest, object userState) {
if ((this.assignGroupsToGroupOperationCompleted == null)) {
this.assignGroupsToGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnassignGroupsToGroupOperationCompleted);
}
this.InvokeAsync("assignGroupsToGroup", new object[] {
AssignGroupsToGroupRequest}, this.assignGroupsToGroupOperationCompleted, userState);
}
private void OnassignGroupsToGroupOperationCompleted(object arg) {
if ((this.assignGroupsToGroupCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.assignGroupsToGroupCompleted(this, new assignGroupsToGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("AssignSWConfigsToGroupResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public AssignSWConfigsToGroupResponse assignSWConfigsToGroup([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] AssignSWConfigsToGroupRequest AssignSWConfigsToGroupRequest) {
object[] results = this.Invoke("assignSWConfigsToGroup", new object[] {
AssignSWConfigsToGroupRequest});
return ((AssignSWConfigsToGroupResponse)(results[0]));
}
///
public System.IAsyncResult BeginassignSWConfigsToGroup(AssignSWConfigsToGroupRequest AssignSWConfigsToGroupRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("assignSWConfigsToGroup", new object[] {
AssignSWConfigsToGroupRequest}, callback, asyncState);
}
///
public AssignSWConfigsToGroupResponse EndassignSWConfigsToGroup(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((AssignSWConfigsToGroupResponse)(results[0]));
}
///
public void assignSWConfigsToGroupAsync(AssignSWConfigsToGroupRequest AssignSWConfigsToGroupRequest) {
this.assignSWConfigsToGroupAsync(AssignSWConfigsToGroupRequest, null);
}
///
public void assignSWConfigsToGroupAsync(AssignSWConfigsToGroupRequest AssignSWConfigsToGroupRequest, object userState) {
if ((this.assignSWConfigsToGroupOperationCompleted == null)) {
this.assignSWConfigsToGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnassignSWConfigsToGroupOperationCompleted);
}
this.InvokeAsync("assignSWConfigsToGroup", new object[] {
AssignSWConfigsToGroupRequest}, this.assignSWConfigsToGroupOperationCompleted, userState);
}
private void OnassignSWConfigsToGroupOperationCompleted(object arg) {
if ((this.assignSWConfigsToGroupCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.assignSWConfigsToGroupCompleted(this, new assignSWConfigsToGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("AssignSWConfigsToUserResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public AssignSWConfigsToUserResponse assignSWConfigsToUser([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] AssignSWConfigsToUserRequest AssignSWConfigsToUserRequest) {
object[] results = this.Invoke("assignSWConfigsToUser", new object[] {
AssignSWConfigsToUserRequest});
return ((AssignSWConfigsToUserResponse)(results[0]));
}
///
public System.IAsyncResult BeginassignSWConfigsToUser(AssignSWConfigsToUserRequest AssignSWConfigsToUserRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("assignSWConfigsToUser", new object[] {
AssignSWConfigsToUserRequest}, callback, asyncState);
}
///
public AssignSWConfigsToUserResponse EndassignSWConfigsToUser(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((AssignSWConfigsToUserResponse)(results[0]));
}
///
public void assignSWConfigsToUserAsync(AssignSWConfigsToUserRequest AssignSWConfigsToUserRequest) {
this.assignSWConfigsToUserAsync(AssignSWConfigsToUserRequest, null);
}
///
public void assignSWConfigsToUserAsync(AssignSWConfigsToUserRequest AssignSWConfigsToUserRequest, object userState) {
if ((this.assignSWConfigsToUserOperationCompleted == null)) {
this.assignSWConfigsToUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OnassignSWConfigsToUserOperationCompleted);
}
this.InvokeAsync("assignSWConfigsToUser", new object[] {
AssignSWConfigsToUserRequest}, this.assignSWConfigsToUserOperationCompleted, userState);
}
private void OnassignSWConfigsToUserOperationCompleted(object arg) {
if ((this.assignSWConfigsToUserCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.assignSWConfigsToUserCompleted(this, new assignSWConfigsToUserCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("AssignUsersToGroupResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public AssignUsersToGroupResponse assignUsersToGroup([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] AssignUsersToGroupRequest AssignUsersToGroupRequest) {
object[] results = this.Invoke("assignUsersToGroup", new object[] {
AssignUsersToGroupRequest});
return ((AssignUsersToGroupResponse)(results[0]));
}
///
public System.IAsyncResult BeginassignUsersToGroup(AssignUsersToGroupRequest AssignUsersToGroupRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("assignUsersToGroup", new object[] {
AssignUsersToGroupRequest}, callback, asyncState);
}
///
public AssignUsersToGroupResponse EndassignUsersToGroup(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((AssignUsersToGroupResponse)(results[0]));
}
///
public void assignUsersToGroupAsync(AssignUsersToGroupRequest AssignUsersToGroupRequest) {
this.assignUsersToGroupAsync(AssignUsersToGroupRequest, null);
}
///
public void assignUsersToGroupAsync(AssignUsersToGroupRequest AssignUsersToGroupRequest, object userState) {
if ((this.assignUsersToGroupOperationCompleted == null)) {
this.assignUsersToGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnassignUsersToGroupOperationCompleted);
}
this.InvokeAsync("assignUsersToGroup", new object[] {
AssignUsersToGroupRequest}, this.assignUsersToGroupOperationCompleted, userState);
}
private void OnassignUsersToGroupOperationCompleted(object arg) {
if ((this.assignUsersToGroupCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.assignUsersToGroupCompleted(this, new assignUsersToGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("AssignVPNConfigsToGroupResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public AssignVPNConfigsToGroupResponse assignVPNConfigsToGroup([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] AssignVPNConfigsToGroupRequest AssignVPNConfigsToGroupRequest) {
object[] results = this.Invoke("assignVPNConfigsToGroup", new object[] {
AssignVPNConfigsToGroupRequest});
return ((AssignVPNConfigsToGroupResponse)(results[0]));
}
///
public System.IAsyncResult BeginassignVPNConfigsToGroup(AssignVPNConfigsToGroupRequest AssignVPNConfigsToGroupRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("assignVPNConfigsToGroup", new object[] {
AssignVPNConfigsToGroupRequest}, callback, asyncState);
}
///
public AssignVPNConfigsToGroupResponse EndassignVPNConfigsToGroup(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((AssignVPNConfigsToGroupResponse)(results[0]));
}
///
public void assignVPNConfigsToGroupAsync(AssignVPNConfigsToGroupRequest AssignVPNConfigsToGroupRequest) {
this.assignVPNConfigsToGroupAsync(AssignVPNConfigsToGroupRequest, null);
}
///
public void assignVPNConfigsToGroupAsync(AssignVPNConfigsToGroupRequest AssignVPNConfigsToGroupRequest, object userState) {
if ((this.assignVPNConfigsToGroupOperationCompleted == null)) {
this.assignVPNConfigsToGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnassignVPNConfigsToGroupOperationCompleted);
}
this.InvokeAsync("assignVPNConfigsToGroup", new object[] {
AssignVPNConfigsToGroupRequest}, this.assignVPNConfigsToGroupOperationCompleted, userState);
}
private void OnassignVPNConfigsToGroupOperationCompleted(object arg) {
if ((this.assignVPNConfigsToGroupCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.assignVPNConfigsToGroupCompleted(this, new assignVPNConfigsToGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("AssignWLANConfigsToGroupResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public AssignWLANConfigsToGroupResponse assignWLANConfigsToGroup([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] AssignWLANConfigsToGroupRequest AssignWLANConfigsToGroupRequest) {
object[] results = this.Invoke("assignWLANConfigsToGroup", new object[] {
AssignWLANConfigsToGroupRequest});
return ((AssignWLANConfigsToGroupResponse)(results[0]));
}
///
public System.IAsyncResult BeginassignWLANConfigsToGroup(AssignWLANConfigsToGroupRequest AssignWLANConfigsToGroupRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("assignWLANConfigsToGroup", new object[] {
AssignWLANConfigsToGroupRequest}, callback, asyncState);
}
///
public AssignWLANConfigsToGroupResponse EndassignWLANConfigsToGroup(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((AssignWLANConfigsToGroupResponse)(results[0]));
}
///
public void assignWLANConfigsToGroupAsync(AssignWLANConfigsToGroupRequest AssignWLANConfigsToGroupRequest) {
this.assignWLANConfigsToGroupAsync(AssignWLANConfigsToGroupRequest, null);
}
///
public void assignWLANConfigsToGroupAsync(AssignWLANConfigsToGroupRequest AssignWLANConfigsToGroupRequest, object userState) {
if ((this.assignWLANConfigsToGroupOperationCompleted == null)) {
this.assignWLANConfigsToGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnassignWLANConfigsToGroupOperationCompleted);
}
this.InvokeAsync("assignWLANConfigsToGroup", new object[] {
AssignWLANConfigsToGroupRequest}, this.assignWLANConfigsToGroupOperationCompleted, userState);
}
private void OnassignWLANConfigsToGroupOperationCompleted(object arg) {
if ((this.assignWLANConfigsToGroupCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.assignWLANConfigsToGroupCompleted(this, new assignWLANConfigsToGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("ClearGroupsITPolicyResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public ClearGroupsITPolicyResponse clearGroupsITPolicy([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] ClearGroupsITPolicyRequest ClearGroupsITPolicyRequest) {
object[] results = this.Invoke("clearGroupsITPolicy", new object[] {
ClearGroupsITPolicyRequest});
return ((ClearGroupsITPolicyResponse)(results[0]));
}
///
public System.IAsyncResult BeginclearGroupsITPolicy(ClearGroupsITPolicyRequest ClearGroupsITPolicyRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("clearGroupsITPolicy", new object[] {
ClearGroupsITPolicyRequest}, callback, asyncState);
}
///
public ClearGroupsITPolicyResponse EndclearGroupsITPolicy(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((ClearGroupsITPolicyResponse)(results[0]));
}
///
public void clearGroupsITPolicyAsync(ClearGroupsITPolicyRequest ClearGroupsITPolicyRequest) {
this.clearGroupsITPolicyAsync(ClearGroupsITPolicyRequest, null);
}
///
public void clearGroupsITPolicyAsync(ClearGroupsITPolicyRequest ClearGroupsITPolicyRequest, object userState) {
if ((this.clearGroupsITPolicyOperationCompleted == null)) {
this.clearGroupsITPolicyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnclearGroupsITPolicyOperationCompleted);
}
this.InvokeAsync("clearGroupsITPolicy", new object[] {
ClearGroupsITPolicyRequest}, this.clearGroupsITPolicyOperationCompleted, userState);
}
private void OnclearGroupsITPolicyOperationCompleted(object arg) {
if ((this.clearGroupsITPolicyCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.clearGroupsITPolicyCompleted(this, new clearGroupsITPolicyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("ClearUsersITPolicyResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public ClearUsersITPolicyResponse clearUsersITPolicy([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] ClearUsersITPolicyRequest ClearUsersITPolicyRequest) {
object[] results = this.Invoke("clearUsersITPolicy", new object[] {
ClearUsersITPolicyRequest});
return ((ClearUsersITPolicyResponse)(results[0]));
}
///
public System.IAsyncResult BeginclearUsersITPolicy(ClearUsersITPolicyRequest ClearUsersITPolicyRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("clearUsersITPolicy", new object[] {
ClearUsersITPolicyRequest}, callback, asyncState);
}
///
public ClearUsersITPolicyResponse EndclearUsersITPolicy(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((ClearUsersITPolicyResponse)(results[0]));
}
///
public void clearUsersITPolicyAsync(ClearUsersITPolicyRequest ClearUsersITPolicyRequest) {
this.clearUsersITPolicyAsync(ClearUsersITPolicyRequest, null);
}
///
public void clearUsersITPolicyAsync(ClearUsersITPolicyRequest ClearUsersITPolicyRequest, object userState) {
if ((this.clearUsersITPolicyOperationCompleted == null)) {
this.clearUsersITPolicyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnclearUsersITPolicyOperationCompleted);
}
this.InvokeAsync("clearUsersITPolicy", new object[] {
ClearUsersITPolicyRequest}, this.clearUsersITPolicyOperationCompleted, userState);
}
private void OnclearUsersITPolicyOperationCompleted(object arg) {
if ((this.clearUsersITPolicyCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.clearUsersITPolicyCompleted(this, new clearUsersITPolicyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("CreateGroupsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public CreateGroupsResponse createGroups([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] CreateGroupsRequest CreateGroupsRequest) {
object[] results = this.Invoke("createGroups", new object[] {
CreateGroupsRequest});
return ((CreateGroupsResponse)(results[0]));
}
///
public System.IAsyncResult BegincreateGroups(CreateGroupsRequest CreateGroupsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("createGroups", new object[] {
CreateGroupsRequest}, callback, asyncState);
}
///
public CreateGroupsResponse EndcreateGroups(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((CreateGroupsResponse)(results[0]));
}
///
public void createGroupsAsync(CreateGroupsRequest CreateGroupsRequest) {
this.createGroupsAsync(CreateGroupsRequest, null);
}
///
public void createGroupsAsync(CreateGroupsRequest CreateGroupsRequest, object userState) {
if ((this.createGroupsOperationCompleted == null)) {
this.createGroupsOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateGroupsOperationCompleted);
}
this.InvokeAsync("createGroups", new object[] {
CreateGroupsRequest}, this.createGroupsOperationCompleted, userState);
}
private void OncreateGroupsOperationCompleted(object arg) {
if ((this.createGroupsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.createGroupsCompleted(this, new createGroupsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("CreateUserEmailProfilesResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public CreateUserEmailProfilesResponse createUserEmailProfiles([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] CreateUserEmailProfilesRequest CreateUserEmailProfilesRequest) {
object[] results = this.Invoke("createUserEmailProfiles", new object[] {
CreateUserEmailProfilesRequest});
return ((CreateUserEmailProfilesResponse)(results[0]));
}
///
public System.IAsyncResult BegincreateUserEmailProfiles(CreateUserEmailProfilesRequest CreateUserEmailProfilesRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("createUserEmailProfiles", new object[] {
CreateUserEmailProfilesRequest}, callback, asyncState);
}
///
public CreateUserEmailProfilesResponse EndcreateUserEmailProfiles(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((CreateUserEmailProfilesResponse)(results[0]));
}
///
public void createUserEmailProfilesAsync(CreateUserEmailProfilesRequest CreateUserEmailProfilesRequest) {
this.createUserEmailProfilesAsync(CreateUserEmailProfilesRequest, null);
}
///
public void createUserEmailProfilesAsync(CreateUserEmailProfilesRequest CreateUserEmailProfilesRequest, object userState) {
if ((this.createUserEmailProfilesOperationCompleted == null)) {
this.createUserEmailProfilesOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateUserEmailProfilesOperationCompleted);
}
this.InvokeAsync("createUserEmailProfiles", new object[] {
CreateUserEmailProfilesRequest}, this.createUserEmailProfilesOperationCompleted, userState);
}
private void OncreateUserEmailProfilesOperationCompleted(object arg) {
if ((this.createUserEmailProfilesCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.createUserEmailProfilesCompleted(this, new createUserEmailProfilesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("CreateUsersResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public CreateUsersResponse createUsers([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] CreateUsersRequest CreateUsersRequest) {
object[] results = this.Invoke("createUsers", new object[] {
CreateUsersRequest});
return ((CreateUsersResponse)(results[0]));
}
///
public System.IAsyncResult BegincreateUsers(CreateUsersRequest CreateUsersRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("createUsers", new object[] {
CreateUsersRequest}, callback, asyncState);
}
///
public CreateUsersResponse EndcreateUsers(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((CreateUsersResponse)(results[0]));
}
///
public void createUsersAsync(CreateUsersRequest CreateUsersRequest) {
this.createUsersAsync(CreateUsersRequest, null);
}
///
public void createUsersAsync(CreateUsersRequest CreateUsersRequest, object userState) {
if ((this.createUsersOperationCompleted == null)) {
this.createUsersOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateUsersOperationCompleted);
}
this.InvokeAsync("createUsers", new object[] {
CreateUsersRequest}, this.createUsersOperationCompleted, userState);
}
private void OncreateUsersOperationCompleted(object arg) {
if ((this.createUsersCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.createUsersCompleted(this, new createUsersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("DeleteGroupsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public DeleteGroupsResponse deleteGroups([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] DeleteGroupsRequest DeleteGroupsRequest) {
object[] results = this.Invoke("deleteGroups", new object[] {
DeleteGroupsRequest});
return ((DeleteGroupsResponse)(results[0]));
}
///
public System.IAsyncResult BegindeleteGroups(DeleteGroupsRequest DeleteGroupsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("deleteGroups", new object[] {
DeleteGroupsRequest}, callback, asyncState);
}
///
public DeleteGroupsResponse EnddeleteGroups(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((DeleteGroupsResponse)(results[0]));
}
///
public void deleteGroupsAsync(DeleteGroupsRequest DeleteGroupsRequest) {
this.deleteGroupsAsync(DeleteGroupsRequest, null);
}
///
public void deleteGroupsAsync(DeleteGroupsRequest DeleteGroupsRequest, object userState) {
if ((this.deleteGroupsOperationCompleted == null)) {
this.deleteGroupsOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteGroupsOperationCompleted);
}
this.InvokeAsync("deleteGroups", new object[] {
DeleteGroupsRequest}, this.deleteGroupsOperationCompleted, userState);
}
private void OndeleteGroupsOperationCompleted(object arg) {
if ((this.deleteGroupsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.deleteGroupsCompleted(this, new deleteGroupsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("DeleteUserEmailProfilesResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public DeleteUserEmailProfilesResponse deleteUserEmailProfiles([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] DeleteUserEmailProfilesRequest DeleteUserEmailProfilesRequest) {
object[] results = this.Invoke("deleteUserEmailProfiles", new object[] {
DeleteUserEmailProfilesRequest});
return ((DeleteUserEmailProfilesResponse)(results[0]));
}
///
public System.IAsyncResult BegindeleteUserEmailProfiles(DeleteUserEmailProfilesRequest DeleteUserEmailProfilesRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("deleteUserEmailProfiles", new object[] {
DeleteUserEmailProfilesRequest}, callback, asyncState);
}
///
public DeleteUserEmailProfilesResponse EnddeleteUserEmailProfiles(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((DeleteUserEmailProfilesResponse)(results[0]));
}
///
public void deleteUserEmailProfilesAsync(DeleteUserEmailProfilesRequest DeleteUserEmailProfilesRequest) {
this.deleteUserEmailProfilesAsync(DeleteUserEmailProfilesRequest, null);
}
///
public void deleteUserEmailProfilesAsync(DeleteUserEmailProfilesRequest DeleteUserEmailProfilesRequest, object userState) {
if ((this.deleteUserEmailProfilesOperationCompleted == null)) {
this.deleteUserEmailProfilesOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteUserEmailProfilesOperationCompleted);
}
this.InvokeAsync("deleteUserEmailProfiles", new object[] {
DeleteUserEmailProfilesRequest}, this.deleteUserEmailProfilesOperationCompleted, userState);
}
private void OndeleteUserEmailProfilesOperationCompleted(object arg) {
if ((this.deleteUserEmailProfilesCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.deleteUserEmailProfilesCompleted(this, new deleteUserEmailProfilesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("DeleteUsersResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public DeleteUsersResponse deleteUsers([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] DeleteUsersRequest DeleteUsersRequest) {
object[] results = this.Invoke("deleteUsers", new object[] {
DeleteUsersRequest});
return ((DeleteUsersResponse)(results[0]));
}
///
public System.IAsyncResult BegindeleteUsers(DeleteUsersRequest DeleteUsersRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("deleteUsers", new object[] {
DeleteUsersRequest}, callback, asyncState);
}
///
public DeleteUsersResponse EnddeleteUsers(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((DeleteUsersResponse)(results[0]));
}
///
public void deleteUsersAsync(DeleteUsersRequest DeleteUsersRequest) {
this.deleteUsersAsync(DeleteUsersRequest, null);
}
///
public void deleteUsersAsync(DeleteUsersRequest DeleteUsersRequest, object userState) {
if ((this.deleteUsersOperationCompleted == null)) {
this.deleteUsersOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteUsersOperationCompleted);
}
this.InvokeAsync("deleteUsers", new object[] {
DeleteUsersRequest}, this.deleteUsersOperationCompleted, userState);
}
private void OndeleteUsersOperationCompleted(object arg) {
if ((this.deleteUsersCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.deleteUsersCompleted(this, new deleteUsersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("DeleteUsersEmailStatsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public DeleteUsersEmailStatsResponse deleteUsersEmailStats([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] DeleteUsersEmailStatsRequest DeleteUsersEmailStatsRequest) {
object[] results = this.Invoke("deleteUsersEmailStats", new object[] {
DeleteUsersEmailStatsRequest});
return ((DeleteUsersEmailStatsResponse)(results[0]));
}
///
public System.IAsyncResult BegindeleteUsersEmailStats(DeleteUsersEmailStatsRequest DeleteUsersEmailStatsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("deleteUsersEmailStats", new object[] {
DeleteUsersEmailStatsRequest}, callback, asyncState);
}
///
public DeleteUsersEmailStatsResponse EnddeleteUsersEmailStats(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((DeleteUsersEmailStatsResponse)(results[0]));
}
///
public void deleteUsersEmailStatsAsync(DeleteUsersEmailStatsRequest DeleteUsersEmailStatsRequest) {
this.deleteUsersEmailStatsAsync(DeleteUsersEmailStatsRequest, null);
}
///
public void deleteUsersEmailStatsAsync(DeleteUsersEmailStatsRequest DeleteUsersEmailStatsRequest, object userState) {
if ((this.deleteUsersEmailStatsOperationCompleted == null)) {
this.deleteUsersEmailStatsOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteUsersEmailStatsOperationCompleted);
}
this.InvokeAsync("deleteUsersEmailStats", new object[] {
DeleteUsersEmailStatsRequest}, this.deleteUsersEmailStatsOperationCompleted, userState);
}
private void OndeleteUsersEmailStatsOperationCompleted(object arg) {
if ((this.deleteUsersEmailStatsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.deleteUsersEmailStatsCompleted(this, new deleteUsersEmailStatsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("EchoResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public EchoResponse echo([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] EchoRequest EchoRequest) {
object[] results = this.Invoke("echo", new object[] {
EchoRequest});
return ((EchoResponse)(results[0]));
}
///
public System.IAsyncResult Beginecho(EchoRequest EchoRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("echo", new object[] {
EchoRequest}, callback, asyncState);
}
///
public EchoResponse Endecho(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((EchoResponse)(results[0]));
}
///
public void echoAsync(EchoRequest EchoRequest) {
this.echoAsync(EchoRequest, null);
}
///
public void echoAsync(EchoRequest EchoRequest, object userState) {
if ((this.echoOperationCompleted == null)) {
this.echoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnechoOperationCompleted);
}
this.InvokeAsync("echo", new object[] {
EchoRequest}, this.echoOperationCompleted, userState);
}
private void OnechoOperationCompleted(object arg) {
if ((this.echoCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.echoCompleted(this, new echoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetBESHAPoolsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetBESHAPoolsResponse getBESHAPools([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetBESHAPoolsRequest GetBESHAPoolsRequest) {
object[] results = this.Invoke("getBESHAPools", new object[] {
GetBESHAPoolsRequest});
return ((GetBESHAPoolsResponse)(results[0]));
}
///
public System.IAsyncResult BegingetBESHAPools(GetBESHAPoolsRequest GetBESHAPoolsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getBESHAPools", new object[] {
GetBESHAPoolsRequest}, callback, asyncState);
}
///
public GetBESHAPoolsResponse EndgetBESHAPools(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetBESHAPoolsResponse)(results[0]));
}
///
public void getBESHAPoolsAsync(GetBESHAPoolsRequest GetBESHAPoolsRequest) {
this.getBESHAPoolsAsync(GetBESHAPoolsRequest, null);
}
///
public void getBESHAPoolsAsync(GetBESHAPoolsRequest GetBESHAPoolsRequest, object userState) {
if ((this.getBESHAPoolsOperationCompleted == null)) {
this.getBESHAPoolsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetBESHAPoolsOperationCompleted);
}
this.InvokeAsync("getBESHAPools", new object[] {
GetBESHAPoolsRequest}, this.getBESHAPoolsOperationCompleted, userState);
}
private void OngetBESHAPoolsOperationCompleted(object arg) {
if ((this.getBESHAPoolsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getBESHAPoolsCompleted(this, new getBESHAPoolsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetCapabilityDefinitionsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetCapabilityDefinitionsResponse getCapabilityDefinitions([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetCapabilityDefinitionsRequest GetCapabilityDefinitionsRequest) {
object[] results = this.Invoke("getCapabilityDefinitions", new object[] {
GetCapabilityDefinitionsRequest});
return ((GetCapabilityDefinitionsResponse)(results[0]));
}
///
public System.IAsyncResult BegingetCapabilityDefinitions(GetCapabilityDefinitionsRequest GetCapabilityDefinitionsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getCapabilityDefinitions", new object[] {
GetCapabilityDefinitionsRequest}, callback, asyncState);
}
///
public GetCapabilityDefinitionsResponse EndgetCapabilityDefinitions(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetCapabilityDefinitionsResponse)(results[0]));
}
///
public void getCapabilityDefinitionsAsync(GetCapabilityDefinitionsRequest GetCapabilityDefinitionsRequest) {
this.getCapabilityDefinitionsAsync(GetCapabilityDefinitionsRequest, null);
}
///
public void getCapabilityDefinitionsAsync(GetCapabilityDefinitionsRequest GetCapabilityDefinitionsRequest, object userState) {
if ((this.getCapabilityDefinitionsOperationCompleted == null)) {
this.getCapabilityDefinitionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCapabilityDefinitionsOperationCompleted);
}
this.InvokeAsync("getCapabilityDefinitions", new object[] {
GetCapabilityDefinitionsRequest}, this.getCapabilityDefinitionsOperationCompleted, userState);
}
private void OngetCapabilityDefinitionsOperationCompleted(object arg) {
if ((this.getCapabilityDefinitionsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getCapabilityDefinitionsCompleted(this, new getCapabilityDefinitionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetDeviceOSBundlesResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetDeviceOSBundlesResponse getDeviceOSBundles([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetDeviceOSBundlesRequest GetDeviceOSBundlesRequest) {
object[] results = this.Invoke("getDeviceOSBundles", new object[] {
GetDeviceOSBundlesRequest});
return ((GetDeviceOSBundlesResponse)(results[0]));
}
///
public System.IAsyncResult BegingetDeviceOSBundles(GetDeviceOSBundlesRequest GetDeviceOSBundlesRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getDeviceOSBundles", new object[] {
GetDeviceOSBundlesRequest}, callback, asyncState);
}
///
public GetDeviceOSBundlesResponse EndgetDeviceOSBundles(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetDeviceOSBundlesResponse)(results[0]));
}
///
public void getDeviceOSBundlesAsync(GetDeviceOSBundlesRequest GetDeviceOSBundlesRequest) {
this.getDeviceOSBundlesAsync(GetDeviceOSBundlesRequest, null);
}
///
public void getDeviceOSBundlesAsync(GetDeviceOSBundlesRequest GetDeviceOSBundlesRequest, object userState) {
if ((this.getDeviceOSBundlesOperationCompleted == null)) {
this.getDeviceOSBundlesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDeviceOSBundlesOperationCompleted);
}
this.InvokeAsync("getDeviceOSBundles", new object[] {
GetDeviceOSBundlesRequest}, this.getDeviceOSBundlesOperationCompleted, userState);
}
private void OngetDeviceOSBundlesOperationCompleted(object arg) {
if ((this.getDeviceOSBundlesCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getDeviceOSBundlesCompleted(this, new getDeviceOSBundlesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetDevicesDetailResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetDevicesDetailResponse getDevicesDetail([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetDevicesDetailRequest GetDevicesDetailRequest) {
object[] results = this.Invoke("getDevicesDetail", new object[] {
GetDevicesDetailRequest});
return ((GetDevicesDetailResponse)(results[0]));
}
///
public System.IAsyncResult BegingetDevicesDetail(GetDevicesDetailRequest GetDevicesDetailRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getDevicesDetail", new object[] {
GetDevicesDetailRequest}, callback, asyncState);
}
///
public GetDevicesDetailResponse EndgetDevicesDetail(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetDevicesDetailResponse)(results[0]));
}
///
public void getDevicesDetailAsync(GetDevicesDetailRequest GetDevicesDetailRequest) {
this.getDevicesDetailAsync(GetDevicesDetailRequest, null);
}
///
public void getDevicesDetailAsync(GetDevicesDetailRequest GetDevicesDetailRequest, object userState) {
if ((this.getDevicesDetailOperationCompleted == null)) {
this.getDevicesDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDevicesDetailOperationCompleted);
}
this.InvokeAsync("getDevicesDetail", new object[] {
GetDevicesDetailRequest}, this.getDevicesDetailOperationCompleted, userState);
}
private void OngetDevicesDetailOperationCompleted(object arg) {
if ((this.getDevicesDetailCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getDevicesDetailCompleted(this, new getDevicesDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetEmailProfilesResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetEmailProfilesResponse getEmailProfiles([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetEmailProfilesRequest GetEmailProfilesRequest) {
object[] results = this.Invoke("getEmailProfiles", new object[] {
GetEmailProfilesRequest});
return ((GetEmailProfilesResponse)(results[0]));
}
///
public System.IAsyncResult BegingetEmailProfiles(GetEmailProfilesRequest GetEmailProfilesRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getEmailProfiles", new object[] {
GetEmailProfilesRequest}, callback, asyncState);
}
///
public GetEmailProfilesResponse EndgetEmailProfiles(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetEmailProfilesResponse)(results[0]));
}
///
public void getEmailProfilesAsync(GetEmailProfilesRequest GetEmailProfilesRequest) {
this.getEmailProfilesAsync(GetEmailProfilesRequest, null);
}
///
public void getEmailProfilesAsync(GetEmailProfilesRequest GetEmailProfilesRequest, object userState) {
if ((this.getEmailProfilesOperationCompleted == null)) {
this.getEmailProfilesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetEmailProfilesOperationCompleted);
}
this.InvokeAsync("getEmailProfiles", new object[] {
GetEmailProfilesRequest}, this.getEmailProfilesOperationCompleted, userState);
}
private void OngetEmailProfilesOperationCompleted(object arg) {
if ((this.getEmailProfilesCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getEmailProfilesCompleted(this, new getEmailProfilesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetGroupsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetGroupsResponse getGroups([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetGroupsRequest GetGroupsRequest) {
object[] results = this.Invoke("getGroups", new object[] {
GetGroupsRequest});
return ((GetGroupsResponse)(results[0]));
}
///
public System.IAsyncResult BegingetGroups(GetGroupsRequest GetGroupsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getGroups", new object[] {
GetGroupsRequest}, callback, asyncState);
}
///
public GetGroupsResponse EndgetGroups(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetGroupsResponse)(results[0]));
}
///
public void getGroupsAsync(GetGroupsRequest GetGroupsRequest) {
this.getGroupsAsync(GetGroupsRequest, null);
}
///
public void getGroupsAsync(GetGroupsRequest GetGroupsRequest, object userState) {
if ((this.getGroupsOperationCompleted == null)) {
this.getGroupsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetGroupsOperationCompleted);
}
this.InvokeAsync("getGroups", new object[] {
GetGroupsRequest}, this.getGroupsOperationCompleted, userState);
}
private void OngetGroupsOperationCompleted(object arg) {
if ((this.getGroupsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getGroupsCompleted(this, new getGroupsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetGroupsDetailResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetGroupsDetailResponse getGroupsDetail([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetGroupsDetailRequest GetGroupsDetailRequest) {
object[] results = this.Invoke("getGroupsDetail", new object[] {
GetGroupsDetailRequest});
return ((GetGroupsDetailResponse)(results[0]));
}
///
public System.IAsyncResult BegingetGroupsDetail(GetGroupsDetailRequest GetGroupsDetailRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getGroupsDetail", new object[] {
GetGroupsDetailRequest}, callback, asyncState);
}
///
public GetGroupsDetailResponse EndgetGroupsDetail(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetGroupsDetailResponse)(results[0]));
}
///
public void getGroupsDetailAsync(GetGroupsDetailRequest GetGroupsDetailRequest) {
this.getGroupsDetailAsync(GetGroupsDetailRequest, null);
}
///
public void getGroupsDetailAsync(GetGroupsDetailRequest GetGroupsDetailRequest, object userState) {
if ((this.getGroupsDetailOperationCompleted == null)) {
this.getGroupsDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetGroupsDetailOperationCompleted);
}
this.InvokeAsync("getGroupsDetail", new object[] {
GetGroupsDetailRequest}, this.getGroupsDetailOperationCompleted, userState);
}
private void OngetGroupsDetailOperationCompleted(object arg) {
if ((this.getGroupsDetailCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getGroupsDetailCompleted(this, new getGroupsDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetITPoliciesResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetITPoliciesResponse getITPolicies([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetITPoliciesRequest GetITPoliciesRequest) {
object[] results = this.Invoke("getITPolicies", new object[] {
GetITPoliciesRequest});
return ((GetITPoliciesResponse)(results[0]));
}
///
public System.IAsyncResult BegingetITPolicies(GetITPoliciesRequest GetITPoliciesRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getITPolicies", new object[] {
GetITPoliciesRequest}, callback, asyncState);
}
///
public GetITPoliciesResponse EndgetITPolicies(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetITPoliciesResponse)(results[0]));
}
///
public void getITPoliciesAsync(GetITPoliciesRequest GetITPoliciesRequest) {
this.getITPoliciesAsync(GetITPoliciesRequest, null);
}
///
public void getITPoliciesAsync(GetITPoliciesRequest GetITPoliciesRequest, object userState) {
if ((this.getITPoliciesOperationCompleted == null)) {
this.getITPoliciesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetITPoliciesOperationCompleted);
}
this.InvokeAsync("getITPolicies", new object[] {
GetITPoliciesRequest}, this.getITPoliciesOperationCompleted, userState);
}
private void OngetITPoliciesOperationCompleted(object arg) {
if ((this.getITPoliciesCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getITPoliciesCompleted(this, new getITPoliciesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetMailStoreUsersResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetMailStoreUsersResponse getMailStoreUsers([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetMailStoreUsersRequest GetMailStoreUsersRequest) {
object[] results = this.Invoke("getMailStoreUsers", new object[] {
GetMailStoreUsersRequest});
return ((GetMailStoreUsersResponse)(results[0]));
}
///
public System.IAsyncResult BegingetMailStoreUsers(GetMailStoreUsersRequest GetMailStoreUsersRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getMailStoreUsers", new object[] {
GetMailStoreUsersRequest}, callback, asyncState);
}
///
public GetMailStoreUsersResponse EndgetMailStoreUsers(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetMailStoreUsersResponse)(results[0]));
}
///
public void getMailStoreUsersAsync(GetMailStoreUsersRequest GetMailStoreUsersRequest) {
this.getMailStoreUsersAsync(GetMailStoreUsersRequest, null);
}
///
public void getMailStoreUsersAsync(GetMailStoreUsersRequest GetMailStoreUsersRequest, object userState) {
if ((this.getMailStoreUsersOperationCompleted == null)) {
this.getMailStoreUsersOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetMailStoreUsersOperationCompleted);
}
this.InvokeAsync("getMailStoreUsers", new object[] {
GetMailStoreUsersRequest}, this.getMailStoreUsersOperationCompleted, userState);
}
private void OngetMailStoreUsersOperationCompleted(object arg) {
if ((this.getMailStoreUsersCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getMailStoreUsersCompleted(this, new getMailStoreUsersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetPolicyRuleDefinitionsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetPolicyRuleDefinitionsResponse getPolicyRuleDefinitions([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetPolicyRuleDefinitionsRequest GetPolicyRuleDefinitionsRequest) {
object[] results = this.Invoke("getPolicyRuleDefinitions", new object[] {
GetPolicyRuleDefinitionsRequest});
return ((GetPolicyRuleDefinitionsResponse)(results[0]));
}
///
public System.IAsyncResult BegingetPolicyRuleDefinitions(GetPolicyRuleDefinitionsRequest GetPolicyRuleDefinitionsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getPolicyRuleDefinitions", new object[] {
GetPolicyRuleDefinitionsRequest}, callback, asyncState);
}
///
public GetPolicyRuleDefinitionsResponse EndgetPolicyRuleDefinitions(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetPolicyRuleDefinitionsResponse)(results[0]));
}
///
public void getPolicyRuleDefinitionsAsync(GetPolicyRuleDefinitionsRequest GetPolicyRuleDefinitionsRequest) {
this.getPolicyRuleDefinitionsAsync(GetPolicyRuleDefinitionsRequest, null);
}
///
public void getPolicyRuleDefinitionsAsync(GetPolicyRuleDefinitionsRequest GetPolicyRuleDefinitionsRequest, object userState) {
if ((this.getPolicyRuleDefinitionsOperationCompleted == null)) {
this.getPolicyRuleDefinitionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetPolicyRuleDefinitionsOperationCompleted);
}
this.InvokeAsync("getPolicyRuleDefinitions", new object[] {
GetPolicyRuleDefinitionsRequest}, this.getPolicyRuleDefinitionsOperationCompleted, userState);
}
private void OngetPolicyRuleDefinitionsOperationCompleted(object arg) {
if ((this.getPolicyRuleDefinitionsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getPolicyRuleDefinitionsCompleted(this, new getPolicyRuleDefinitionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetReportDataResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetReportDataResponse getReportData([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetReportDataRequest GetReportDataRequest) {
object[] results = this.Invoke("getReportData", new object[] {
GetReportDataRequest});
return ((GetReportDataResponse)(results[0]));
}
///
public System.IAsyncResult BegingetReportData(GetReportDataRequest GetReportDataRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getReportData", new object[] {
GetReportDataRequest}, callback, asyncState);
}
///
public GetReportDataResponse EndgetReportData(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetReportDataResponse)(results[0]));
}
///
public void getReportDataAsync(GetReportDataRequest GetReportDataRequest) {
this.getReportDataAsync(GetReportDataRequest, null);
}
///
public void getReportDataAsync(GetReportDataRequest GetReportDataRequest, object userState) {
if ((this.getReportDataOperationCompleted == null)) {
this.getReportDataOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetReportDataOperationCompleted);
}
this.InvokeAsync("getReportData", new object[] {
GetReportDataRequest}, this.getReportDataOperationCompleted, userState);
}
private void OngetReportDataOperationCompleted(object arg) {
if ((this.getReportDataCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getReportDataCompleted(this, new getReportDataCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetRolesResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetRolesResponse getRoles([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetRolesRequest GetRolesRequest) {
object[] results = this.Invoke("getRoles", new object[] {
GetRolesRequest});
return ((GetRolesResponse)(results[0]));
}
///
public System.IAsyncResult BegingetRoles(GetRolesRequest GetRolesRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getRoles", new object[] {
GetRolesRequest}, callback, asyncState);
}
///
public GetRolesResponse EndgetRoles(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetRolesResponse)(results[0]));
}
///
public void getRolesAsync(GetRolesRequest GetRolesRequest) {
this.getRolesAsync(GetRolesRequest, null);
}
///
public void getRolesAsync(GetRolesRequest GetRolesRequest, object userState) {
if ((this.getRolesOperationCompleted == null)) {
this.getRolesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetRolesOperationCompleted);
}
this.InvokeAsync("getRoles", new object[] {
GetRolesRequest}, this.getRolesOperationCompleted, userState);
}
private void OngetRolesOperationCompleted(object arg) {
if ((this.getRolesCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getRolesCompleted(this, new getRolesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetRolesDetailResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetRolesDetailResponse getRolesDetail([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetRolesDetailRequest GetRolesDetailRequest) {
object[] results = this.Invoke("getRolesDetail", new object[] {
GetRolesDetailRequest});
return ((GetRolesDetailResponse)(results[0]));
}
///
public System.IAsyncResult BegingetRolesDetail(GetRolesDetailRequest GetRolesDetailRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getRolesDetail", new object[] {
GetRolesDetailRequest}, callback, asyncState);
}
///
public GetRolesDetailResponse EndgetRolesDetail(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetRolesDetailResponse)(results[0]));
}
///
public void getRolesDetailAsync(GetRolesDetailRequest GetRolesDetailRequest) {
this.getRolesDetailAsync(GetRolesDetailRequest, null);
}
///
public void getRolesDetailAsync(GetRolesDetailRequest GetRolesDetailRequest, object userState) {
if ((this.getRolesDetailOperationCompleted == null)) {
this.getRolesDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetRolesDetailOperationCompleted);
}
this.InvokeAsync("getRolesDetail", new object[] {
GetRolesDetailRequest}, this.getRolesDetailOperationCompleted, userState);
}
private void OngetRolesDetailOperationCompleted(object arg) {
if ((this.getRolesDetailCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getRolesDetailCompleted(this, new getRolesDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetSWConfigApplicationsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetSWConfigApplicationsResponse getSWConfigApplications([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetSWConfigApplicationsRequest GetSWConfigApplicationsRequest) {
object[] results = this.Invoke("getSWConfigApplications", new object[] {
GetSWConfigApplicationsRequest});
return ((GetSWConfigApplicationsResponse)(results[0]));
}
///
public System.IAsyncResult BegingetSWConfigApplications(GetSWConfigApplicationsRequest GetSWConfigApplicationsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getSWConfigApplications", new object[] {
GetSWConfigApplicationsRequest}, callback, asyncState);
}
///
public GetSWConfigApplicationsResponse EndgetSWConfigApplications(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetSWConfigApplicationsResponse)(results[0]));
}
///
public void getSWConfigApplicationsAsync(GetSWConfigApplicationsRequest GetSWConfigApplicationsRequest) {
this.getSWConfigApplicationsAsync(GetSWConfigApplicationsRequest, null);
}
///
public void getSWConfigApplicationsAsync(GetSWConfigApplicationsRequest GetSWConfigApplicationsRequest, object userState) {
if ((this.getSWConfigApplicationsOperationCompleted == null)) {
this.getSWConfigApplicationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSWConfigApplicationsOperationCompleted);
}
this.InvokeAsync("getSWConfigApplications", new object[] {
GetSWConfigApplicationsRequest}, this.getSWConfigApplicationsOperationCompleted, userState);
}
private void OngetSWConfigApplicationsOperationCompleted(object arg) {
if ((this.getSWConfigApplicationsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getSWConfigApplicationsCompleted(this, new getSWConfigApplicationsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetSWConfigsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetSWConfigsResponse getSWConfigs([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetSWConfigsRequest GetSWConfigsRequest) {
object[] results = this.Invoke("getSWConfigs", new object[] {
GetSWConfigsRequest});
return ((GetSWConfigsResponse)(results[0]));
}
///
public System.IAsyncResult BegingetSWConfigs(GetSWConfigsRequest GetSWConfigsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getSWConfigs", new object[] {
GetSWConfigsRequest}, callback, asyncState);
}
///
public GetSWConfigsResponse EndgetSWConfigs(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetSWConfigsResponse)(results[0]));
}
///
public void getSWConfigsAsync(GetSWConfigsRequest GetSWConfigsRequest) {
this.getSWConfigsAsync(GetSWConfigsRequest, null);
}
///
public void getSWConfigsAsync(GetSWConfigsRequest GetSWConfigsRequest, object userState) {
if ((this.getSWConfigsOperationCompleted == null)) {
this.getSWConfigsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSWConfigsOperationCompleted);
}
this.InvokeAsync("getSWConfigs", new object[] {
GetSWConfigsRequest}, this.getSWConfigsOperationCompleted, userState);
}
private void OngetSWConfigsOperationCompleted(object arg) {
if ((this.getSWConfigsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getSWConfigsCompleted(this, new getSWConfigsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetServersResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetServersResponse getServers([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetServersRequest GetServersRequest) {
object[] results = this.Invoke("getServers", new object[] {
GetServersRequest});
return ((GetServersResponse)(results[0]));
}
///
public System.IAsyncResult BegingetServers(GetServersRequest GetServersRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getServers", new object[] {
GetServersRequest}, callback, asyncState);
}
///
public GetServersResponse EndgetServers(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetServersResponse)(results[0]));
}
///
public void getServersAsync(GetServersRequest GetServersRequest) {
this.getServersAsync(GetServersRequest, null);
}
///
public void getServersAsync(GetServersRequest GetServersRequest, object userState) {
if ((this.getServersOperationCompleted == null)) {
this.getServersOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetServersOperationCompleted);
}
this.InvokeAsync("getServers", new object[] {
GetServersRequest}, this.getServersOperationCompleted, userState);
}
private void OngetServersOperationCompleted(object arg) {
if ((this.getServersCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getServersCompleted(this, new getServersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetServersDetailResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetServersDetailResponse getServersDetail([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetServersDetailRequest GetServersDetailRequest) {
object[] results = this.Invoke("getServersDetail", new object[] {
GetServersDetailRequest});
return ((GetServersDetailResponse)(results[0]));
}
///
public System.IAsyncResult BegingetServersDetail(GetServersDetailRequest GetServersDetailRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getServersDetail", new object[] {
GetServersDetailRequest}, callback, asyncState);
}
///
public GetServersDetailResponse EndgetServersDetail(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetServersDetailResponse)(results[0]));
}
///
public void getServersDetailAsync(GetServersDetailRequest GetServersDetailRequest) {
this.getServersDetailAsync(GetServersDetailRequest, null);
}
///
public void getServersDetailAsync(GetServersDetailRequest GetServersDetailRequest, object userState) {
if ((this.getServersDetailOperationCompleted == null)) {
this.getServersDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetServersDetailOperationCompleted);
}
this.InvokeAsync("getServersDetail", new object[] {
GetServersDetailRequest}, this.getServersDetailOperationCompleted, userState);
}
private void OngetServersDetailOperationCompleted(object arg) {
if ((this.getServersDetailCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getServersDetailCompleted(this, new getServersDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetSystemInfoResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetSystemInfoResponse getSystemInfo([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetSystemInfoRequest GetSystemInfoRequest) {
object[] results = this.Invoke("getSystemInfo", new object[] {
GetSystemInfoRequest});
return ((GetSystemInfoResponse)(results[0]));
}
///
public System.IAsyncResult BegingetSystemInfo(GetSystemInfoRequest GetSystemInfoRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getSystemInfo", new object[] {
GetSystemInfoRequest}, callback, asyncState);
}
///
public GetSystemInfoResponse EndgetSystemInfo(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetSystemInfoResponse)(results[0]));
}
///
public void getSystemInfoAsync(GetSystemInfoRequest GetSystemInfoRequest) {
this.getSystemInfoAsync(GetSystemInfoRequest, null);
}
///
public void getSystemInfoAsync(GetSystemInfoRequest GetSystemInfoRequest, object userState) {
if ((this.getSystemInfoOperationCompleted == null)) {
this.getSystemInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSystemInfoOperationCompleted);
}
this.InvokeAsync("getSystemInfo", new object[] {
GetSystemInfoRequest}, this.getSystemInfoOperationCompleted, userState);
}
private void OngetSystemInfoOperationCompleted(object arg) {
if ((this.getSystemInfoCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getSystemInfoCompleted(this, new getSystemInfoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetUserActivationsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetUserActivationsResponse getUserActivations([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetUserActivationsRequest GetUserActivationsRequest) {
object[] results = this.Invoke("getUserActivations", new object[] {
GetUserActivationsRequest});
return ((GetUserActivationsResponse)(results[0]));
}
///
public System.IAsyncResult BegingetUserActivations(GetUserActivationsRequest GetUserActivationsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUserActivations", new object[] {
GetUserActivationsRequest}, callback, asyncState);
}
///
public GetUserActivationsResponse EndgetUserActivations(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetUserActivationsResponse)(results[0]));
}
///
public void getUserActivationsAsync(GetUserActivationsRequest GetUserActivationsRequest) {
this.getUserActivationsAsync(GetUserActivationsRequest, null);
}
///
public void getUserActivationsAsync(GetUserActivationsRequest GetUserActivationsRequest, object userState) {
if ((this.getUserActivationsOperationCompleted == null)) {
this.getUserActivationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUserActivationsOperationCompleted);
}
this.InvokeAsync("getUserActivations", new object[] {
GetUserActivationsRequest}, this.getUserActivationsOperationCompleted, userState);
}
private void OngetUserActivationsOperationCompleted(object arg) {
if ((this.getUserActivationsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUserActivationsCompleted(this, new getUserActivationsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetUsersResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetUsersResponse getUsers([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetUsersRequest GetUsersRequest) {
object[] results = this.Invoke("getUsers", new object[] {
GetUsersRequest});
return ((GetUsersResponse)(results[0]));
}
///
public System.IAsyncResult BegingetUsers(GetUsersRequest GetUsersRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUsers", new object[] {
GetUsersRequest}, callback, asyncState);
}
///
public GetUsersResponse EndgetUsers(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetUsersResponse)(results[0]));
}
///
public void getUsersAsync(GetUsersRequest GetUsersRequest) {
this.getUsersAsync(GetUsersRequest, null);
}
///
public void getUsersAsync(GetUsersRequest GetUsersRequest, object userState) {
if ((this.getUsersOperationCompleted == null)) {
this.getUsersOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUsersOperationCompleted);
}
this.InvokeAsync("getUsers", new object[] {
GetUsersRequest}, this.getUsersOperationCompleted, userState);
}
private void OngetUsersOperationCompleted(object arg) {
if ((this.getUsersCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUsersCompleted(this, new getUsersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetUsersDetailResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetUsersDetailResponse getUsersDetail([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetUsersDetailRequest GetUsersDetailRequest) {
object[] results = this.Invoke("getUsersDetail", new object[] {
GetUsersDetailRequest});
return ((GetUsersDetailResponse)(results[0]));
}
///
public System.IAsyncResult BegingetUsersDetail(GetUsersDetailRequest GetUsersDetailRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUsersDetail", new object[] {
GetUsersDetailRequest}, callback, asyncState);
}
///
public GetUsersDetailResponse EndgetUsersDetail(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetUsersDetailResponse)(results[0]));
}
///
public void getUsersDetailAsync(GetUsersDetailRequest GetUsersDetailRequest) {
this.getUsersDetailAsync(GetUsersDetailRequest, null);
}
///
public void getUsersDetailAsync(GetUsersDetailRequest GetUsersDetailRequest, object userState) {
if ((this.getUsersDetailOperationCompleted == null)) {
this.getUsersDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUsersDetailOperationCompleted);
}
this.InvokeAsync("getUsersDetail", new object[] {
GetUsersDetailRequest}, this.getUsersDetailOperationCompleted, userState);
}
private void OngetUsersDetailOperationCompleted(object arg) {
if ((this.getUsersDetailCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUsersDetailCompleted(this, new getUsersDetailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetUsersReconciledApplicationsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetUsersReconciledApplicationsResponse getUsersReconciledApplications([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetUsersReconciledApplicationsRequest GetUsersReconciledApplicationsRequest) {
object[] results = this.Invoke("getUsersReconciledApplications", new object[] {
GetUsersReconciledApplicationsRequest});
return ((GetUsersReconciledApplicationsResponse)(results[0]));
}
///
public System.IAsyncResult BegingetUsersReconciledApplications(GetUsersReconciledApplicationsRequest GetUsersReconciledApplicationsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUsersReconciledApplications", new object[] {
GetUsersReconciledApplicationsRequest}, callback, asyncState);
}
///
public GetUsersReconciledApplicationsResponse EndgetUsersReconciledApplications(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetUsersReconciledApplicationsResponse)(results[0]));
}
///
public void getUsersReconciledApplicationsAsync(GetUsersReconciledApplicationsRequest GetUsersReconciledApplicationsRequest) {
this.getUsersReconciledApplicationsAsync(GetUsersReconciledApplicationsRequest, null);
}
///
public void getUsersReconciledApplicationsAsync(GetUsersReconciledApplicationsRequest GetUsersReconciledApplicationsRequest, object userState) {
if ((this.getUsersReconciledApplicationsOperationCompleted == null)) {
this.getUsersReconciledApplicationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUsersReconciledApplicationsOperationCompleted);
}
this.InvokeAsync("getUsersReconciledApplications", new object[] {
GetUsersReconciledApplicationsRequest}, this.getUsersReconciledApplicationsOperationCompleted, userState);
}
private void OngetUsersReconciledApplicationsOperationCompleted(object arg) {
if ((this.getUsersReconciledApplicationsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUsersReconciledApplicationsCompleted(this, new getUsersReconciledApplicationsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetVPNConfigsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetVPNConfigsResponse getVPNConfigs([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetVPNConfigsRequest GetVPNConfigsRequest) {
object[] results = this.Invoke("getVPNConfigs", new object[] {
GetVPNConfigsRequest});
return ((GetVPNConfigsResponse)(results[0]));
}
///
public System.IAsyncResult BegingetVPNConfigs(GetVPNConfigsRequest GetVPNConfigsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getVPNConfigs", new object[] {
GetVPNConfigsRequest}, callback, asyncState);
}
///
public GetVPNConfigsResponse EndgetVPNConfigs(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetVPNConfigsResponse)(results[0]));
}
///
public void getVPNConfigsAsync(GetVPNConfigsRequest GetVPNConfigsRequest) {
this.getVPNConfigsAsync(GetVPNConfigsRequest, null);
}
///
public void getVPNConfigsAsync(GetVPNConfigsRequest GetVPNConfigsRequest, object userState) {
if ((this.getVPNConfigsOperationCompleted == null)) {
this.getVPNConfigsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetVPNConfigsOperationCompleted);
}
this.InvokeAsync("getVPNConfigs", new object[] {
GetVPNConfigsRequest}, this.getVPNConfigsOperationCompleted, userState);
}
private void OngetVPNConfigsOperationCompleted(object arg) {
if ((this.getVPNConfigsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getVPNConfigsCompleted(this, new getVPNConfigsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetWLANConfigsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetWLANConfigsResponse getWLANConfigs([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetWLANConfigsRequest GetWLANConfigsRequest) {
object[] results = this.Invoke("getWLANConfigs", new object[] {
GetWLANConfigsRequest});
return ((GetWLANConfigsResponse)(results[0]));
}
///
public System.IAsyncResult BegingetWLANConfigs(GetWLANConfigsRequest GetWLANConfigsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getWLANConfigs", new object[] {
GetWLANConfigsRequest}, callback, asyncState);
}
///
public GetWLANConfigsResponse EndgetWLANConfigs(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetWLANConfigsResponse)(results[0]));
}
///
public void getWLANConfigsAsync(GetWLANConfigsRequest GetWLANConfigsRequest) {
this.getWLANConfigsAsync(GetWLANConfigsRequest, null);
}
///
public void getWLANConfigsAsync(GetWLANConfigsRequest GetWLANConfigsRequest, object userState) {
if ((this.getWLANConfigsOperationCompleted == null)) {
this.getWLANConfigsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetWLANConfigsOperationCompleted);
}
this.InvokeAsync("getWLANConfigs", new object[] {
GetWLANConfigsRequest}, this.getWLANConfigsOperationCompleted, userState);
}
private void OngetWLANConfigsOperationCompleted(object arg) {
if ((this.getWLANConfigsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getWLANConfigsCompleted(this, new getWLANConfigsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetDevicesEmailRedirectionResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetDevicesEmailRedirectionResponse setDevicesEmailRedirection([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetDevicesEmailRedirectionRequest SetDevicesEmailRedirectionRequest) {
object[] results = this.Invoke("setDevicesEmailRedirection", new object[] {
SetDevicesEmailRedirectionRequest});
return ((SetDevicesEmailRedirectionResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetDevicesEmailRedirection(SetDevicesEmailRedirectionRequest SetDevicesEmailRedirectionRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setDevicesEmailRedirection", new object[] {
SetDevicesEmailRedirectionRequest}, callback, asyncState);
}
///
public SetDevicesEmailRedirectionResponse EndsetDevicesEmailRedirection(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetDevicesEmailRedirectionResponse)(results[0]));
}
///
public void setDevicesEmailRedirectionAsync(SetDevicesEmailRedirectionRequest SetDevicesEmailRedirectionRequest) {
this.setDevicesEmailRedirectionAsync(SetDevicesEmailRedirectionRequest, null);
}
///
public void setDevicesEmailRedirectionAsync(SetDevicesEmailRedirectionRequest SetDevicesEmailRedirectionRequest, object userState) {
if ((this.setDevicesEmailRedirectionOperationCompleted == null)) {
this.setDevicesEmailRedirectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetDevicesEmailRedirectionOperationCompleted);
}
this.InvokeAsync("setDevicesEmailRedirection", new object[] {
SetDevicesEmailRedirectionRequest}, this.setDevicesEmailRedirectionOperationCompleted, userState);
}
private void OnsetDevicesEmailRedirectionOperationCompleted(object arg) {
if ((this.setDevicesEmailRedirectionCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setDevicesEmailRedirectionCompleted(this, new setDevicesEmailRedirectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetDevicesLockResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetDevicesLockResponse setDevicesLock([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetDevicesLockRequest SetDevicesLockRequest) {
object[] results = this.Invoke("setDevicesLock", new object[] {
SetDevicesLockRequest});
return ((SetDevicesLockResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetDevicesLock(SetDevicesLockRequest SetDevicesLockRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setDevicesLock", new object[] {
SetDevicesLockRequest}, callback, asyncState);
}
///
public SetDevicesLockResponse EndsetDevicesLock(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetDevicesLockResponse)(results[0]));
}
///
public void setDevicesLockAsync(SetDevicesLockRequest SetDevicesLockRequest) {
this.setDevicesLockAsync(SetDevicesLockRequest, null);
}
///
public void setDevicesLockAsync(SetDevicesLockRequest SetDevicesLockRequest, object userState) {
if ((this.setDevicesLockOperationCompleted == null)) {
this.setDevicesLockOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetDevicesLockOperationCompleted);
}
this.InvokeAsync("setDevicesLock", new object[] {
SetDevicesLockRequest}, this.setDevicesLockOperationCompleted, userState);
}
private void OnsetDevicesLockOperationCompleted(object arg) {
if ((this.setDevicesLockCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setDevicesLockCompleted(this, new setDevicesLockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetDevicesOwnerInfoResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetDevicesOwnerInfoResponse setDevicesOwnerInfo([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetDevicesOwnerInfoRequest SetDevicesOwnerInfoRequest) {
object[] results = this.Invoke("setDevicesOwnerInfo", new object[] {
SetDevicesOwnerInfoRequest});
return ((SetDevicesOwnerInfoResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetDevicesOwnerInfo(SetDevicesOwnerInfoRequest SetDevicesOwnerInfoRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setDevicesOwnerInfo", new object[] {
SetDevicesOwnerInfoRequest}, callback, asyncState);
}
///
public SetDevicesOwnerInfoResponse EndsetDevicesOwnerInfo(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetDevicesOwnerInfoResponse)(results[0]));
}
///
public void setDevicesOwnerInfoAsync(SetDevicesOwnerInfoRequest SetDevicesOwnerInfoRequest) {
this.setDevicesOwnerInfoAsync(SetDevicesOwnerInfoRequest, null);
}
///
public void setDevicesOwnerInfoAsync(SetDevicesOwnerInfoRequest SetDevicesOwnerInfoRequest, object userState) {
if ((this.setDevicesOwnerInfoOperationCompleted == null)) {
this.setDevicesOwnerInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetDevicesOwnerInfoOperationCompleted);
}
this.InvokeAsync("setDevicesOwnerInfo", new object[] {
SetDevicesOwnerInfoRequest}, this.setDevicesOwnerInfoOperationCompleted, userState);
}
private void OnsetDevicesOwnerInfoOperationCompleted(object arg) {
if ((this.setDevicesOwnerInfoCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setDevicesOwnerInfoCompleted(this, new setDevicesOwnerInfoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetDevicesPasswordResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetDevicesPasswordResponse setDevicesPassword([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetDevicesPasswordRequest SetDevicesPasswordRequest) {
object[] results = this.Invoke("setDevicesPassword", new object[] {
SetDevicesPasswordRequest});
return ((SetDevicesPasswordResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetDevicesPassword(SetDevicesPasswordRequest SetDevicesPasswordRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setDevicesPassword", new object[] {
SetDevicesPasswordRequest}, callback, asyncState);
}
///
public SetDevicesPasswordResponse EndsetDevicesPassword(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetDevicesPasswordResponse)(results[0]));
}
///
public void setDevicesPasswordAsync(SetDevicesPasswordRequest SetDevicesPasswordRequest) {
this.setDevicesPasswordAsync(SetDevicesPasswordRequest, null);
}
///
public void setDevicesPasswordAsync(SetDevicesPasswordRequest SetDevicesPasswordRequest, object userState) {
if ((this.setDevicesPasswordOperationCompleted == null)) {
this.setDevicesPasswordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetDevicesPasswordOperationCompleted);
}
this.InvokeAsync("setDevicesPassword", new object[] {
SetDevicesPasswordRequest}, this.setDevicesPasswordOperationCompleted, userState);
}
private void OnsetDevicesPasswordOperationCompleted(object arg) {
if ((this.setDevicesPasswordCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setDevicesPasswordCompleted(this, new setDevicesPasswordCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetDevicesSyncCalendarResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetDevicesSyncCalendarResponse setDevicesSyncCalendar([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetDevicesSyncCalendarRequest SetDevicesSyncCalendarRequest) {
object[] results = this.Invoke("setDevicesSyncCalendar", new object[] {
SetDevicesSyncCalendarRequest});
return ((SetDevicesSyncCalendarResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetDevicesSyncCalendar(SetDevicesSyncCalendarRequest SetDevicesSyncCalendarRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setDevicesSyncCalendar", new object[] {
SetDevicesSyncCalendarRequest}, callback, asyncState);
}
///
public SetDevicesSyncCalendarResponse EndsetDevicesSyncCalendar(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetDevicesSyncCalendarResponse)(results[0]));
}
///
public void setDevicesSyncCalendarAsync(SetDevicesSyncCalendarRequest SetDevicesSyncCalendarRequest) {
this.setDevicesSyncCalendarAsync(SetDevicesSyncCalendarRequest, null);
}
///
public void setDevicesSyncCalendarAsync(SetDevicesSyncCalendarRequest SetDevicesSyncCalendarRequest, object userState) {
if ((this.setDevicesSyncCalendarOperationCompleted == null)) {
this.setDevicesSyncCalendarOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetDevicesSyncCalendarOperationCompleted);
}
this.InvokeAsync("setDevicesSyncCalendar", new object[] {
SetDevicesSyncCalendarRequest}, this.setDevicesSyncCalendarOperationCompleted, userState);
}
private void OnsetDevicesSyncCalendarOperationCompleted(object arg) {
if ((this.setDevicesSyncCalendarCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setDevicesSyncCalendarCompleted(this, new setDevicesSyncCalendarCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetDevicesWipeResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetDevicesWipeResponse setDevicesWipe([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetDevicesWipeRequest SetDevicesWipeRequest) {
object[] results = this.Invoke("setDevicesWipe", new object[] {
SetDevicesWipeRequest});
return ((SetDevicesWipeResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetDevicesWipe(SetDevicesWipeRequest SetDevicesWipeRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setDevicesWipe", new object[] {
SetDevicesWipeRequest}, callback, asyncState);
}
///
public SetDevicesWipeResponse EndsetDevicesWipe(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetDevicesWipeResponse)(results[0]));
}
///
public void setDevicesWipeAsync(SetDevicesWipeRequest SetDevicesWipeRequest) {
this.setDevicesWipeAsync(SetDevicesWipeRequest, null);
}
///
public void setDevicesWipeAsync(SetDevicesWipeRequest SetDevicesWipeRequest, object userState) {
if ((this.setDevicesWipeOperationCompleted == null)) {
this.setDevicesWipeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetDevicesWipeOperationCompleted);
}
this.InvokeAsync("setDevicesWipe", new object[] {
SetDevicesWipeRequest}, this.setDevicesWipeOperationCompleted, userState);
}
private void OnsetDevicesWipeOperationCompleted(object arg) {
if ((this.setDevicesWipeCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setDevicesWipeCompleted(this, new setDevicesWipeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetGroupsITPolicyResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetGroupsITPolicyResponse setGroupsITPolicy([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetGroupsITPolicyRequest SetGroupsITPolicyRequest) {
object[] results = this.Invoke("setGroupsITPolicy", new object[] {
SetGroupsITPolicyRequest});
return ((SetGroupsITPolicyResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetGroupsITPolicy(SetGroupsITPolicyRequest SetGroupsITPolicyRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setGroupsITPolicy", new object[] {
SetGroupsITPolicyRequest}, callback, asyncState);
}
///
public SetGroupsITPolicyResponse EndsetGroupsITPolicy(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetGroupsITPolicyResponse)(results[0]));
}
///
public void setGroupsITPolicyAsync(SetGroupsITPolicyRequest SetGroupsITPolicyRequest) {
this.setGroupsITPolicyAsync(SetGroupsITPolicyRequest, null);
}
///
public void setGroupsITPolicyAsync(SetGroupsITPolicyRequest SetGroupsITPolicyRequest, object userState) {
if ((this.setGroupsITPolicyOperationCompleted == null)) {
this.setGroupsITPolicyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetGroupsITPolicyOperationCompleted);
}
this.InvokeAsync("setGroupsITPolicy", new object[] {
SetGroupsITPolicyRequest}, this.setGroupsITPolicyOperationCompleted, userState);
}
private void OnsetGroupsITPolicyOperationCompleted(object arg) {
if ((this.setGroupsITPolicyCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setGroupsITPolicyCompleted(this, new setGroupsITPolicyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetGroupsSendMessageResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetGroupsSendMessageResponse setGroupsSendMessage([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetGroupsSendMessageRequest SetGroupsSendMessageRequest) {
object[] results = this.Invoke("setGroupsSendMessage", new object[] {
SetGroupsSendMessageRequest});
return ((SetGroupsSendMessageResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetGroupsSendMessage(SetGroupsSendMessageRequest SetGroupsSendMessageRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setGroupsSendMessage", new object[] {
SetGroupsSendMessageRequest}, callback, asyncState);
}
///
public SetGroupsSendMessageResponse EndsetGroupsSendMessage(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetGroupsSendMessageResponse)(results[0]));
}
///
public void setGroupsSendMessageAsync(SetGroupsSendMessageRequest SetGroupsSendMessageRequest) {
this.setGroupsSendMessageAsync(SetGroupsSendMessageRequest, null);
}
///
public void setGroupsSendMessageAsync(SetGroupsSendMessageRequest SetGroupsSendMessageRequest, object userState) {
if ((this.setGroupsSendMessageOperationCompleted == null)) {
this.setGroupsSendMessageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetGroupsSendMessageOperationCompleted);
}
this.InvokeAsync("setGroupsSendMessage", new object[] {
SetGroupsSendMessageRequest}, this.setGroupsSendMessageOperationCompleted, userState);
}
private void OnsetGroupsSendMessageOperationCompleted(object arg) {
if ((this.setGroupsSendMessageCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setGroupsSendMessageCompleted(this, new setGroupsSendMessageCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetUsersActivationPasswordResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetUsersActivationPasswordResponse setUsersActivationPassword([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetUsersActivationPasswordRequest SetUsersActivationPasswordRequest) {
object[] results = this.Invoke("setUsersActivationPassword", new object[] {
SetUsersActivationPasswordRequest});
return ((SetUsersActivationPasswordResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetUsersActivationPassword(SetUsersActivationPasswordRequest SetUsersActivationPasswordRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setUsersActivationPassword", new object[] {
SetUsersActivationPasswordRequest}, callback, asyncState);
}
///
public SetUsersActivationPasswordResponse EndsetUsersActivationPassword(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetUsersActivationPasswordResponse)(results[0]));
}
///
public void setUsersActivationPasswordAsync(SetUsersActivationPasswordRequest SetUsersActivationPasswordRequest) {
this.setUsersActivationPasswordAsync(SetUsersActivationPasswordRequest, null);
}
///
public void setUsersActivationPasswordAsync(SetUsersActivationPasswordRequest SetUsersActivationPasswordRequest, object userState) {
if ((this.setUsersActivationPasswordOperationCompleted == null)) {
this.setUsersActivationPasswordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetUsersActivationPasswordOperationCompleted);
}
this.InvokeAsync("setUsersActivationPassword", new object[] {
SetUsersActivationPasswordRequest}, this.setUsersActivationPasswordOperationCompleted, userState);
}
private void OnsetUsersActivationPasswordOperationCompleted(object arg) {
if ((this.setUsersActivationPasswordCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setUsersActivationPasswordCompleted(this, new setUsersActivationPasswordCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetUsersAutoSignatureResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetUsersAutoSignatureResponse setUsersAutoSignature([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetUsersAutoSignatureRequest SetUsersAutoSignatureRequest) {
object[] results = this.Invoke("setUsersAutoSignature", new object[] {
SetUsersAutoSignatureRequest});
return ((SetUsersAutoSignatureResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetUsersAutoSignature(SetUsersAutoSignatureRequest SetUsersAutoSignatureRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setUsersAutoSignature", new object[] {
SetUsersAutoSignatureRequest}, callback, asyncState);
}
///
public SetUsersAutoSignatureResponse EndsetUsersAutoSignature(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetUsersAutoSignatureResponse)(results[0]));
}
///
public void setUsersAutoSignatureAsync(SetUsersAutoSignatureRequest SetUsersAutoSignatureRequest) {
this.setUsersAutoSignatureAsync(SetUsersAutoSignatureRequest, null);
}
///
public void setUsersAutoSignatureAsync(SetUsersAutoSignatureRequest SetUsersAutoSignatureRequest, object userState) {
if ((this.setUsersAutoSignatureOperationCompleted == null)) {
this.setUsersAutoSignatureOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetUsersAutoSignatureOperationCompleted);
}
this.InvokeAsync("setUsersAutoSignature", new object[] {
SetUsersAutoSignatureRequest}, this.setUsersAutoSignatureOperationCompleted, userState);
}
private void OnsetUsersAutoSignatureOperationCompleted(object arg) {
if ((this.setUsersAutoSignatureCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setUsersAutoSignatureCompleted(this, new setUsersAutoSignatureCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetUsersEmailFilterRulesResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetUsersEmailFilterRulesResponse setUsersEmailFilterRules([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetUsersEmailFilterRulesRequest SetUsersEmailFilterRulesRequest) {
object[] results = this.Invoke("setUsersEmailFilterRules", new object[] {
SetUsersEmailFilterRulesRequest});
return ((SetUsersEmailFilterRulesResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetUsersEmailFilterRules(SetUsersEmailFilterRulesRequest SetUsersEmailFilterRulesRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setUsersEmailFilterRules", new object[] {
SetUsersEmailFilterRulesRequest}, callback, asyncState);
}
///
public SetUsersEmailFilterRulesResponse EndsetUsersEmailFilterRules(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetUsersEmailFilterRulesResponse)(results[0]));
}
///
public void setUsersEmailFilterRulesAsync(SetUsersEmailFilterRulesRequest SetUsersEmailFilterRulesRequest) {
this.setUsersEmailFilterRulesAsync(SetUsersEmailFilterRulesRequest, null);
}
///
public void setUsersEmailFilterRulesAsync(SetUsersEmailFilterRulesRequest SetUsersEmailFilterRulesRequest, object userState) {
if ((this.setUsersEmailFilterRulesOperationCompleted == null)) {
this.setUsersEmailFilterRulesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetUsersEmailFilterRulesOperationCompleted);
}
this.InvokeAsync("setUsersEmailFilterRules", new object[] {
SetUsersEmailFilterRulesRequest}, this.setUsersEmailFilterRulesOperationCompleted, userState);
}
private void OnsetUsersEmailFilterRulesOperationCompleted(object arg) {
if ((this.setUsersEmailFilterRulesCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setUsersEmailFilterRulesCompleted(this, new setUsersEmailFilterRulesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetUsersFolderRedirectionResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetUsersFolderRedirectionResponse setUsersFolderRedirection([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetUsersFolderRedirectionRequest SetUsersFolderRedirectionRequest) {
object[] results = this.Invoke("setUsersFolderRedirection", new object[] {
SetUsersFolderRedirectionRequest});
return ((SetUsersFolderRedirectionResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetUsersFolderRedirection(SetUsersFolderRedirectionRequest SetUsersFolderRedirectionRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setUsersFolderRedirection", new object[] {
SetUsersFolderRedirectionRequest}, callback, asyncState);
}
///
public SetUsersFolderRedirectionResponse EndsetUsersFolderRedirection(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetUsersFolderRedirectionResponse)(results[0]));
}
///
public void setUsersFolderRedirectionAsync(SetUsersFolderRedirectionRequest SetUsersFolderRedirectionRequest) {
this.setUsersFolderRedirectionAsync(SetUsersFolderRedirectionRequest, null);
}
///
public void setUsersFolderRedirectionAsync(SetUsersFolderRedirectionRequest SetUsersFolderRedirectionRequest, object userState) {
if ((this.setUsersFolderRedirectionOperationCompleted == null)) {
this.setUsersFolderRedirectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetUsersFolderRedirectionOperationCompleted);
}
this.InvokeAsync("setUsersFolderRedirection", new object[] {
SetUsersFolderRedirectionRequest}, this.setUsersFolderRedirectionOperationCompleted, userState);
}
private void OnsetUsersFolderRedirectionOperationCompleted(object arg) {
if ((this.setUsersFolderRedirectionCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setUsersFolderRedirectionCompleted(this, new setUsersFolderRedirectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetUsersITPolicyResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetUsersITPolicyResponse setUsersITPolicy([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetUsersITPolicyRequest SetUsersITPolicyRequest) {
object[] results = this.Invoke("setUsersITPolicy", new object[] {
SetUsersITPolicyRequest});
return ((SetUsersITPolicyResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetUsersITPolicy(SetUsersITPolicyRequest SetUsersITPolicyRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setUsersITPolicy", new object[] {
SetUsersITPolicyRequest}, callback, asyncState);
}
///
public SetUsersITPolicyResponse EndsetUsersITPolicy(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetUsersITPolicyResponse)(results[0]));
}
///
public void setUsersITPolicyAsync(SetUsersITPolicyRequest SetUsersITPolicyRequest) {
this.setUsersITPolicyAsync(SetUsersITPolicyRequest, null);
}
///
public void setUsersITPolicyAsync(SetUsersITPolicyRequest SetUsersITPolicyRequest, object userState) {
if ((this.setUsersITPolicyOperationCompleted == null)) {
this.setUsersITPolicyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetUsersITPolicyOperationCompleted);
}
this.InvokeAsync("setUsersITPolicy", new object[] {
SetUsersITPolicyRequest}, this.setUsersITPolicyOperationCompleted, userState);
}
private void OnsetUsersITPolicyOperationCompleted(object arg) {
if ((this.setUsersITPolicyCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setUsersITPolicyCompleted(this, new setUsersITPolicyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetUsersPIMSyncConfigsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetUsersPIMSyncConfigsResponse setUsersPIMSyncConfigs([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetUsersPIMSyncConfigsRequest SetUsersPIMSyncConfigsRequest) {
object[] results = this.Invoke("setUsersPIMSyncConfigs", new object[] {
SetUsersPIMSyncConfigsRequest});
return ((SetUsersPIMSyncConfigsResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetUsersPIMSyncConfigs(SetUsersPIMSyncConfigsRequest SetUsersPIMSyncConfigsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setUsersPIMSyncConfigs", new object[] {
SetUsersPIMSyncConfigsRequest}, callback, asyncState);
}
///
public SetUsersPIMSyncConfigsResponse EndsetUsersPIMSyncConfigs(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetUsersPIMSyncConfigsResponse)(results[0]));
}
///
public void setUsersPIMSyncConfigsAsync(SetUsersPIMSyncConfigsRequest SetUsersPIMSyncConfigsRequest) {
this.setUsersPIMSyncConfigsAsync(SetUsersPIMSyncConfigsRequest, null);
}
///
public void setUsersPIMSyncConfigsAsync(SetUsersPIMSyncConfigsRequest SetUsersPIMSyncConfigsRequest, object userState) {
if ((this.setUsersPIMSyncConfigsOperationCompleted == null)) {
this.setUsersPIMSyncConfigsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetUsersPIMSyncConfigsOperationCompleted);
}
this.InvokeAsync("setUsersPIMSyncConfigs", new object[] {
SetUsersPIMSyncConfigsRequest}, this.setUsersPIMSyncConfigsOperationCompleted, userState);
}
private void OnsetUsersPIMSyncConfigsOperationCompleted(object arg) {
if ((this.setUsersPIMSyncConfigsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setUsersPIMSyncConfigsCompleted(this, new setUsersPIMSyncConfigsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetUsersResendITPolicyResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetUsersResendITPolicyResponse setUsersResendITPolicy([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetUsersResendITPolicyRequest SetUsersResendITPolicyRequest) {
object[] results = this.Invoke("setUsersResendITPolicy", new object[] {
SetUsersResendITPolicyRequest});
return ((SetUsersResendITPolicyResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetUsersResendITPolicy(SetUsersResendITPolicyRequest SetUsersResendITPolicyRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setUsersResendITPolicy", new object[] {
SetUsersResendITPolicyRequest}, callback, asyncState);
}
///
public SetUsersResendITPolicyResponse EndsetUsersResendITPolicy(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetUsersResendITPolicyResponse)(results[0]));
}
///
public void setUsersResendITPolicyAsync(SetUsersResendITPolicyRequest SetUsersResendITPolicyRequest) {
this.setUsersResendITPolicyAsync(SetUsersResendITPolicyRequest, null);
}
///
public void setUsersResendITPolicyAsync(SetUsersResendITPolicyRequest SetUsersResendITPolicyRequest, object userState) {
if ((this.setUsersResendITPolicyOperationCompleted == null)) {
this.setUsersResendITPolicyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetUsersResendITPolicyOperationCompleted);
}
this.InvokeAsync("setUsersResendITPolicy", new object[] {
SetUsersResendITPolicyRequest}, this.setUsersResendITPolicyOperationCompleted, userState);
}
private void OnsetUsersResendITPolicyOperationCompleted(object arg) {
if ((this.setUsersResendITPolicyCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setUsersResendITPolicyCompleted(this, new setUsersResendITPolicyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetUsersResendReconciledApplicationsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetUsersResendReconciledApplicationsResponse setUsersResendReconciledApplications([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetUsersResendReconciledApplicationsRequest SetUsersResendReconciledApplicationsRequest) {
object[] results = this.Invoke("setUsersResendReconciledApplications", new object[] {
SetUsersResendReconciledApplicationsRequest});
return ((SetUsersResendReconciledApplicationsResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetUsersResendReconciledApplications(SetUsersResendReconciledApplicationsRequest SetUsersResendReconciledApplicationsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setUsersResendReconciledApplications", new object[] {
SetUsersResendReconciledApplicationsRequest}, callback, asyncState);
}
///
public SetUsersResendReconciledApplicationsResponse EndsetUsersResendReconciledApplications(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetUsersResendReconciledApplicationsResponse)(results[0]));
}
///
public void setUsersResendReconciledApplicationsAsync(SetUsersResendReconciledApplicationsRequest SetUsersResendReconciledApplicationsRequest) {
this.setUsersResendReconciledApplicationsAsync(SetUsersResendReconciledApplicationsRequest, null);
}
///
public void setUsersResendReconciledApplicationsAsync(SetUsersResendReconciledApplicationsRequest SetUsersResendReconciledApplicationsRequest, object userState) {
if ((this.setUsersResendReconciledApplicationsOperationCompleted == null)) {
this.setUsersResendReconciledApplicationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetUsersResendReconciledApplicationsOperationCompleted);
}
this.InvokeAsync("setUsersResendReconciledApplications", new object[] {
SetUsersResendReconciledApplicationsRequest}, this.setUsersResendReconciledApplicationsOperationCompleted, userState);
}
private void OnsetUsersResendReconciledApplicationsOperationCompleted(object arg) {
if ((this.setUsersResendReconciledApplicationsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setUsersResendReconciledApplicationsCompleted(this, new setUsersResendReconciledApplicationsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetUsersResendServiceBooksResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetUsersResendServiceBooksResponse setUsersResendServiceBooks([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetUsersResendServiceBooksRequest SetUsersResendServiceBooksRequest) {
object[] results = this.Invoke("setUsersResendServiceBooks", new object[] {
SetUsersResendServiceBooksRequest});
return ((SetUsersResendServiceBooksResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetUsersResendServiceBooks(SetUsersResendServiceBooksRequest SetUsersResendServiceBooksRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setUsersResendServiceBooks", new object[] {
SetUsersResendServiceBooksRequest}, callback, asyncState);
}
///
public SetUsersResendServiceBooksResponse EndsetUsersResendServiceBooks(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetUsersResendServiceBooksResponse)(results[0]));
}
///
public void setUsersResendServiceBooksAsync(SetUsersResendServiceBooksRequest SetUsersResendServiceBooksRequest) {
this.setUsersResendServiceBooksAsync(SetUsersResendServiceBooksRequest, null);
}
///
public void setUsersResendServiceBooksAsync(SetUsersResendServiceBooksRequest SetUsersResendServiceBooksRequest, object userState) {
if ((this.setUsersResendServiceBooksOperationCompleted == null)) {
this.setUsersResendServiceBooksOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetUsersResendServiceBooksOperationCompleted);
}
this.InvokeAsync("setUsersResendServiceBooks", new object[] {
SetUsersResendServiceBooksRequest}, this.setUsersResendServiceBooksOperationCompleted, userState);
}
private void OnsetUsersResendServiceBooksOperationCompleted(object arg) {
if ((this.setUsersResendServiceBooksCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setUsersResendServiceBooksCompleted(this, new setUsersResendServiceBooksCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetUsersSendMessageResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetUsersSendMessageResponse setUsersSendMessage([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetUsersSendMessageRequest SetUsersSendMessageRequest) {
object[] results = this.Invoke("setUsersSendMessage", new object[] {
SetUsersSendMessageRequest});
return ((SetUsersSendMessageResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetUsersSendMessage(SetUsersSendMessageRequest SetUsersSendMessageRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setUsersSendMessage", new object[] {
SetUsersSendMessageRequest}, callback, asyncState);
}
///
public SetUsersSendMessageResponse EndsetUsersSendMessage(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetUsersSendMessageResponse)(results[0]));
}
///
public void setUsersSendMessageAsync(SetUsersSendMessageRequest SetUsersSendMessageRequest) {
this.setUsersSendMessageAsync(SetUsersSendMessageRequest, null);
}
///
public void setUsersSendMessageAsync(SetUsersSendMessageRequest SetUsersSendMessageRequest, object userState) {
if ((this.setUsersSendMessageOperationCompleted == null)) {
this.setUsersSendMessageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetUsersSendMessageOperationCompleted);
}
this.InvokeAsync("setUsersSendMessage", new object[] {
SetUsersSendMessageRequest}, this.setUsersSendMessageOperationCompleted, userState);
}
private void OnsetUsersSendMessageOperationCompleted(object arg) {
if ((this.setUsersSendMessageCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setUsersSendMessageCompleted(this, new setUsersSendMessageCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("SetUsersServerResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public SetUsersServerResponse setUsersServer([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] SetUsersServerRequest SetUsersServerRequest) {
object[] results = this.Invoke("setUsersServer", new object[] {
SetUsersServerRequest});
return ((SetUsersServerResponse)(results[0]));
}
///
public System.IAsyncResult BeginsetUsersServer(SetUsersServerRequest SetUsersServerRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("setUsersServer", new object[] {
SetUsersServerRequest}, callback, asyncState);
}
///
public SetUsersServerResponse EndsetUsersServer(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((SetUsersServerResponse)(results[0]));
}
///
public void setUsersServerAsync(SetUsersServerRequest SetUsersServerRequest) {
this.setUsersServerAsync(SetUsersServerRequest, null);
}
///
public void setUsersServerAsync(SetUsersServerRequest SetUsersServerRequest, object userState) {
if ((this.setUsersServerOperationCompleted == null)) {
this.setUsersServerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsetUsersServerOperationCompleted);
}
this.InvokeAsync("setUsersServer", new object[] {
SetUsersServerRequest}, this.setUsersServerOperationCompleted, userState);
}
private void OnsetUsersServerOperationCompleted(object arg) {
if ((this.setUsersServerCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.setUsersServerCompleted(this, new setUsersServerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("UnassignGroupsFromGroupResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public UnassignGroupsFromGroupResponse unassignGroupsFromGroup([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] UnassignGroupsFromGroupRequest UnassignGroupsFromGroupRequest) {
object[] results = this.Invoke("unassignGroupsFromGroup", new object[] {
UnassignGroupsFromGroupRequest});
return ((UnassignGroupsFromGroupResponse)(results[0]));
}
///
public System.IAsyncResult BeginunassignGroupsFromGroup(UnassignGroupsFromGroupRequest UnassignGroupsFromGroupRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("unassignGroupsFromGroup", new object[] {
UnassignGroupsFromGroupRequest}, callback, asyncState);
}
///
public UnassignGroupsFromGroupResponse EndunassignGroupsFromGroup(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((UnassignGroupsFromGroupResponse)(results[0]));
}
///
public void unassignGroupsFromGroupAsync(UnassignGroupsFromGroupRequest UnassignGroupsFromGroupRequest) {
this.unassignGroupsFromGroupAsync(UnassignGroupsFromGroupRequest, null);
}
///
public void unassignGroupsFromGroupAsync(UnassignGroupsFromGroupRequest UnassignGroupsFromGroupRequest, object userState) {
if ((this.unassignGroupsFromGroupOperationCompleted == null)) {
this.unassignGroupsFromGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnunassignGroupsFromGroupOperationCompleted);
}
this.InvokeAsync("unassignGroupsFromGroup", new object[] {
UnassignGroupsFromGroupRequest}, this.unassignGroupsFromGroupOperationCompleted, userState);
}
private void OnunassignGroupsFromGroupOperationCompleted(object arg) {
if ((this.unassignGroupsFromGroupCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.unassignGroupsFromGroupCompleted(this, new unassignGroupsFromGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("UnassignSWConfigsFromGroupResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public UnassignSWConfigsFromGroupResponse unassignSWConfigsFromGroup([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] UnassignSWConfigsFromGroupRequest UnassignSWConfigsFromGroupRequest) {
object[] results = this.Invoke("unassignSWConfigsFromGroup", new object[] {
UnassignSWConfigsFromGroupRequest});
return ((UnassignSWConfigsFromGroupResponse)(results[0]));
}
///
public System.IAsyncResult BeginunassignSWConfigsFromGroup(UnassignSWConfigsFromGroupRequest UnassignSWConfigsFromGroupRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("unassignSWConfigsFromGroup", new object[] {
UnassignSWConfigsFromGroupRequest}, callback, asyncState);
}
///
public UnassignSWConfigsFromGroupResponse EndunassignSWConfigsFromGroup(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((UnassignSWConfigsFromGroupResponse)(results[0]));
}
///
public void unassignSWConfigsFromGroupAsync(UnassignSWConfigsFromGroupRequest UnassignSWConfigsFromGroupRequest) {
this.unassignSWConfigsFromGroupAsync(UnassignSWConfigsFromGroupRequest, null);
}
///
public void unassignSWConfigsFromGroupAsync(UnassignSWConfigsFromGroupRequest UnassignSWConfigsFromGroupRequest, object userState) {
if ((this.unassignSWConfigsFromGroupOperationCompleted == null)) {
this.unassignSWConfigsFromGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnunassignSWConfigsFromGroupOperationCompleted);
}
this.InvokeAsync("unassignSWConfigsFromGroup", new object[] {
UnassignSWConfigsFromGroupRequest}, this.unassignSWConfigsFromGroupOperationCompleted, userState);
}
private void OnunassignSWConfigsFromGroupOperationCompleted(object arg) {
if ((this.unassignSWConfigsFromGroupCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.unassignSWConfigsFromGroupCompleted(this, new unassignSWConfigsFromGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("UnassignSWConfigsFromUserResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public UnassignSWConfigsFromUserResponse unassignSWConfigsFromUser([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] UnassignSWConfigsFromUserRequest UnassignSWConfigsFromUserRequest) {
object[] results = this.Invoke("unassignSWConfigsFromUser", new object[] {
UnassignSWConfigsFromUserRequest});
return ((UnassignSWConfigsFromUserResponse)(results[0]));
}
///
public System.IAsyncResult BeginunassignSWConfigsFromUser(UnassignSWConfigsFromUserRequest UnassignSWConfigsFromUserRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("unassignSWConfigsFromUser", new object[] {
UnassignSWConfigsFromUserRequest}, callback, asyncState);
}
///
public UnassignSWConfigsFromUserResponse EndunassignSWConfigsFromUser(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((UnassignSWConfigsFromUserResponse)(results[0]));
}
///
public void unassignSWConfigsFromUserAsync(UnassignSWConfigsFromUserRequest UnassignSWConfigsFromUserRequest) {
this.unassignSWConfigsFromUserAsync(UnassignSWConfigsFromUserRequest, null);
}
///
public void unassignSWConfigsFromUserAsync(UnassignSWConfigsFromUserRequest UnassignSWConfigsFromUserRequest, object userState) {
if ((this.unassignSWConfigsFromUserOperationCompleted == null)) {
this.unassignSWConfigsFromUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OnunassignSWConfigsFromUserOperationCompleted);
}
this.InvokeAsync("unassignSWConfigsFromUser", new object[] {
UnassignSWConfigsFromUserRequest}, this.unassignSWConfigsFromUserOperationCompleted, userState);
}
private void OnunassignSWConfigsFromUserOperationCompleted(object arg) {
if ((this.unassignSWConfigsFromUserCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.unassignSWConfigsFromUserCompleted(this, new unassignSWConfigsFromUserCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("UnassignUsersFromGroupResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public UnassignUsersFromGroupResponse unassignUsersFromGroup([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] UnassignUsersFromGroupRequest UnassignUsersFromGroupRequest) {
object[] results = this.Invoke("unassignUsersFromGroup", new object[] {
UnassignUsersFromGroupRequest});
return ((UnassignUsersFromGroupResponse)(results[0]));
}
///
public System.IAsyncResult BeginunassignUsersFromGroup(UnassignUsersFromGroupRequest UnassignUsersFromGroupRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("unassignUsersFromGroup", new object[] {
UnassignUsersFromGroupRequest}, callback, asyncState);
}
///
public UnassignUsersFromGroupResponse EndunassignUsersFromGroup(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((UnassignUsersFromGroupResponse)(results[0]));
}
///
public void unassignUsersFromGroupAsync(UnassignUsersFromGroupRequest UnassignUsersFromGroupRequest) {
this.unassignUsersFromGroupAsync(UnassignUsersFromGroupRequest, null);
}
///
public void unassignUsersFromGroupAsync(UnassignUsersFromGroupRequest UnassignUsersFromGroupRequest, object userState) {
if ((this.unassignUsersFromGroupOperationCompleted == null)) {
this.unassignUsersFromGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnunassignUsersFromGroupOperationCompleted);
}
this.InvokeAsync("unassignUsersFromGroup", new object[] {
UnassignUsersFromGroupRequest}, this.unassignUsersFromGroupOperationCompleted, userState);
}
private void OnunassignUsersFromGroupOperationCompleted(object arg) {
if ((this.unassignUsersFromGroupCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.unassignUsersFromGroupCompleted(this, new unassignUsersFromGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("UnassignVPNConfigsFromGroupResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public UnassignVPNConfigsFromGroupResponse unassignVPNConfigsFromGroup([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] UnassignVPNConfigsFromGroupRequest UnassignVPNConfigsFromGroupRequest) {
object[] results = this.Invoke("unassignVPNConfigsFromGroup", new object[] {
UnassignVPNConfigsFromGroupRequest});
return ((UnassignVPNConfigsFromGroupResponse)(results[0]));
}
///
public System.IAsyncResult BeginunassignVPNConfigsFromGroup(UnassignVPNConfigsFromGroupRequest UnassignVPNConfigsFromGroupRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("unassignVPNConfigsFromGroup", new object[] {
UnassignVPNConfigsFromGroupRequest}, callback, asyncState);
}
///
public UnassignVPNConfigsFromGroupResponse EndunassignVPNConfigsFromGroup(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((UnassignVPNConfigsFromGroupResponse)(results[0]));
}
///
public void unassignVPNConfigsFromGroupAsync(UnassignVPNConfigsFromGroupRequest UnassignVPNConfigsFromGroupRequest) {
this.unassignVPNConfigsFromGroupAsync(UnassignVPNConfigsFromGroupRequest, null);
}
///
public void unassignVPNConfigsFromGroupAsync(UnassignVPNConfigsFromGroupRequest UnassignVPNConfigsFromGroupRequest, object userState) {
if ((this.unassignVPNConfigsFromGroupOperationCompleted == null)) {
this.unassignVPNConfigsFromGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnunassignVPNConfigsFromGroupOperationCompleted);
}
this.InvokeAsync("unassignVPNConfigsFromGroup", new object[] {
UnassignVPNConfigsFromGroupRequest}, this.unassignVPNConfigsFromGroupOperationCompleted, userState);
}
private void OnunassignVPNConfigsFromGroupOperationCompleted(object arg) {
if ((this.unassignVPNConfigsFromGroupCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.unassignVPNConfigsFromGroupCompleted(this, new unassignVPNConfigsFromGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("UnassignWLANConfigsFromGroupResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public UnassignWLANConfigsFromGroupResponse unassignWLANConfigsFromGroup([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] UnassignWLANConfigsFromGroupRequest UnassignWLANConfigsFromGroupRequest) {
object[] results = this.Invoke("unassignWLANConfigsFromGroup", new object[] {
UnassignWLANConfigsFromGroupRequest});
return ((UnassignWLANConfigsFromGroupResponse)(results[0]));
}
///
public System.IAsyncResult BeginunassignWLANConfigsFromGroup(UnassignWLANConfigsFromGroupRequest UnassignWLANConfigsFromGroupRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("unassignWLANConfigsFromGroup", new object[] {
UnassignWLANConfigsFromGroupRequest}, callback, asyncState);
}
///
public UnassignWLANConfigsFromGroupResponse EndunassignWLANConfigsFromGroup(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((UnassignWLANConfigsFromGroupResponse)(results[0]));
}
///
public void unassignWLANConfigsFromGroupAsync(UnassignWLANConfigsFromGroupRequest UnassignWLANConfigsFromGroupRequest) {
this.unassignWLANConfigsFromGroupAsync(UnassignWLANConfigsFromGroupRequest, null);
}
///
public void unassignWLANConfigsFromGroupAsync(UnassignWLANConfigsFromGroupRequest UnassignWLANConfigsFromGroupRequest, object userState) {
if ((this.unassignWLANConfigsFromGroupOperationCompleted == null)) {
this.unassignWLANConfigsFromGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnunassignWLANConfigsFromGroupOperationCompleted);
}
this.InvokeAsync("unassignWLANConfigsFromGroup", new object[] {
UnassignWLANConfigsFromGroupRequest}, this.unassignWLANConfigsFromGroupOperationCompleted, userState);
}
private void OnunassignWLANConfigsFromGroupOperationCompleted(object arg) {
if ((this.unassignWLANConfigsFromGroupCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.unassignWLANConfigsFromGroupCompleted(this, new unassignWLANConfigsFromGroupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
public new void CancelAsync(object userState) {
base.CancelAsync(userState);
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignGroupsToGroupRequest {
private RequestMetadata metadataField;
private Group[] groupsField;
private Group groupField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("groups", IsNullable=true)]
public Group[] groups {
get {
return this.groupsField;
}
set {
this.groupsField = value;
}
}
///
public Group group {
get {
return this.groupField;
}
set {
this.groupField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class RequestMetadata {
private string localeField;
private string clientVersionField;
private string organizationUidField;
private System.Xml.XmlElement[] anyField;
///
public string locale {
get {
return this.localeField;
}
set {
this.localeField = value;
}
}
///
public string clientVersion {
get {
return this.clientVersionField;
}
set {
this.clientVersionField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignWLANConfigsFromGroupResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ResponseMetadata {
private long executionTimeField;
private string requestUidField;
private System.Xml.XmlElement[] anyField;
///
public long executionTime {
get {
return this.executionTimeField;
}
set {
this.executionTimeField = value;
}
}
///
public string requestUid {
get {
return this.requestUidField;
}
set {
this.requestUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ReturnStatus {
private string codeField;
private string messageField;
private System.Xml.XmlElement[] anyField;
///
public string code {
get {
return this.codeField;
}
set {
this.codeField = value;
}
}
///
public string message {
get {
return this.messageField;
}
set {
this.messageField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class IndividualResponse {
private string uidField;
private ReturnStatus returnStatusField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignWLANConfigsFromGroupRequest {
private RequestMetadata metadataField;
private WLANConfig[] wlanConfigsField;
private Group groupField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("wlanConfigs", IsNullable=true)]
public WLANConfig[] wlanConfigs {
get {
return this.wlanConfigsField;
}
set {
this.wlanConfigsField = value;
}
}
///
public Group group {
get {
return this.groupField;
}
set {
this.groupField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class WLANConfig {
private Policy policyField;
private System.Xml.XmlElement[] anyField;
///
public Policy policy {
get {
return this.policyField;
}
set {
this.policyField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class Policy {
private string uidField;
private string nameField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private string organizationUidField;
private string priorityField;
private PolicyRule[] policyRulesField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
public string priority {
get {
return this.priorityField;
}
set {
this.priorityField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("policyRules")]
public PolicyRule[] policyRules {
get {
return this.policyRulesField;
}
set {
this.policyRulesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class LocaleNameAndDescription {
private string localeField;
private string nameField;
private string descriptionField;
private System.Xml.XmlElement[] anyField;
///
public string locale {
get {
return this.localeField;
}
set {
this.localeField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyRule {
private int tagField;
private int subTagField;
private string nameField;
private PolicyRuleType typeField;
private PolicyRuleValue policyRuleValueField;
private System.Xml.XmlElement[] anyField;
///
public int tag {
get {
return this.tagField;
}
set {
this.tagField = value;
}
}
///
public int subTag {
get {
return this.subTagField;
}
set {
this.subTagField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public PolicyRuleType type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
///
public PolicyRuleValue policyRuleValue {
get {
return this.policyRuleValueField;
}
set {
this.policyRuleValueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyRuleType {
private bool bOOLEANField;
private bool iNTEGERField;
private bool sTRINGField;
private bool bITMASKField;
private bool mULTILINE_STRINGField;
private bool eNUMERATIONField;
private bool mESSAGE_CLASSIFICATIONField;
private bool tEXT_ONLYField;
private bool cOLLECTIONField;
private bool oBJECTField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public PolicyRuleType() {
this.bOOLEANField = false;
this.iNTEGERField = false;
this.sTRINGField = false;
this.bITMASKField = false;
this.mULTILINE_STRINGField = false;
this.eNUMERATIONField = false;
this.mESSAGE_CLASSIFICATIONField = false;
this.tEXT_ONLYField = false;
this.cOLLECTIONField = false;
this.oBJECTField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool BOOLEAN {
get {
return this.bOOLEANField;
}
set {
this.bOOLEANField = value;
}
}
///
public bool INTEGER {
get {
return this.iNTEGERField;
}
set {
this.iNTEGERField = value;
}
}
///
public bool STRING {
get {
return this.sTRINGField;
}
set {
this.sTRINGField = value;
}
}
///
public bool BITMASK {
get {
return this.bITMASKField;
}
set {
this.bITMASKField = value;
}
}
///
public bool MULTILINE_STRING {
get {
return this.mULTILINE_STRINGField;
}
set {
this.mULTILINE_STRINGField = value;
}
}
///
public bool ENUMERATION {
get {
return this.eNUMERATIONField;
}
set {
this.eNUMERATIONField = value;
}
}
///
public bool MESSAGE_CLASSIFICATION {
get {
return this.mESSAGE_CLASSIFICATIONField;
}
set {
this.mESSAGE_CLASSIFICATIONField = value;
}
}
///
public bool TEXT_ONLY {
get {
return this.tEXT_ONLYField;
}
set {
this.tEXT_ONLYField = value;
}
}
///
public bool COLLECTION {
get {
return this.cOLLECTIONField;
}
set {
this.cOLLECTIONField = value;
}
}
///
public bool OBJECT {
get {
return this.oBJECTField;
}
set {
this.oBJECTField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyRuleValue {
private bool booleanValueField;
private bool booleanValueFieldSpecified;
private int integerValueField;
private bool integerValueFieldSpecified;
private string stringValueField;
private bool[] bitMaskValueField;
private string multilineStringValueField;
private int enumerationDataValueField;
private bool enumerationDataValueFieldSpecified;
private PolicyMessageClassification[] messageClassificationValueField;
private PolicyCollection collectionValueField;
private PolicyRuleObject objectValueField;
private System.Xml.XmlElement[] anyField;
///
public bool booleanValue {
get {
return this.booleanValueField;
}
set {
this.booleanValueField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool booleanValueSpecified {
get {
return this.booleanValueFieldSpecified;
}
set {
this.booleanValueFieldSpecified = value;
}
}
///
public int integerValue {
get {
return this.integerValueField;
}
set {
this.integerValueField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool integerValueSpecified {
get {
return this.integerValueFieldSpecified;
}
set {
this.integerValueFieldSpecified = value;
}
}
///
public string stringValue {
get {
return this.stringValueField;
}
set {
this.stringValueField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("bitMaskValue")]
public bool[] bitMaskValue {
get {
return this.bitMaskValueField;
}
set {
this.bitMaskValueField = value;
}
}
///
public string multilineStringValue {
get {
return this.multilineStringValueField;
}
set {
this.multilineStringValueField = value;
}
}
///
public int enumerationDataValue {
get {
return this.enumerationDataValueField;
}
set {
this.enumerationDataValueField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool enumerationDataValueSpecified {
get {
return this.enumerationDataValueFieldSpecified;
}
set {
this.enumerationDataValueFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("messageClassificationValue")]
public PolicyMessageClassification[] messageClassificationValue {
get {
return this.messageClassificationValueField;
}
set {
this.messageClassificationValueField = value;
}
}
///
public PolicyCollection collectionValue {
get {
return this.collectionValueField;
}
set {
this.collectionValueField = value;
}
}
///
public PolicyRuleObject objectValue {
get {
return this.objectValueField;
}
set {
this.objectValueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyMessageClassification {
private string nameField;
private string subjectSuffixField;
private MinimumActions minimumActionsField;
private System.Xml.XmlElement[] anyField;
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string subjectSuffix {
get {
return this.subjectSuffixField;
}
set {
this.subjectSuffixField = value;
}
}
///
public MinimumActions minimumActions {
get {
return this.minimumActionsField;
}
set {
this.minimumActionsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class MinimumActions {
private bool nO_ACTIONField;
private bool sIGNEDField;
private bool eNCRYPTEDField;
private bool sIGNED_AND_ENCRYPTEDField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public MinimumActions() {
this.nO_ACTIONField = false;
this.sIGNEDField = false;
this.eNCRYPTEDField = false;
this.sIGNED_AND_ENCRYPTEDField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool NO_ACTION {
get {
return this.nO_ACTIONField;
}
set {
this.nO_ACTIONField = value;
}
}
///
public bool SIGNED {
get {
return this.sIGNEDField;
}
set {
this.sIGNEDField = value;
}
}
///
public bool ENCRYPTED {
get {
return this.eNCRYPTEDField;
}
set {
this.eNCRYPTEDField = value;
}
}
///
public bool SIGNED_AND_ENCRYPTED {
get {
return this.sIGNED_AND_ENCRYPTEDField;
}
set {
this.sIGNED_AND_ENCRYPTEDField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyCollection {
private PolicyRuleType typeField;
private PolicyRuleValue[] collectionValueField;
private System.Xml.XmlElement[] anyField;
///
public PolicyRuleType type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("collectionValue")]
public PolicyRuleValue[] collectionValue {
get {
return this.collectionValueField;
}
set {
this.collectionValueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyRuleObject {
private PolicyRule[] ruleFieldsField;
private System.Xml.XmlElement[] anyField;
///
[System.Xml.Serialization.XmlElementAttribute("ruleFields")]
public PolicyRule[] ruleFields {
get {
return this.ruleFieldsField;
}
set {
this.ruleFieldsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class Group {
private string uidField;
private GroupType groupTypeField;
private string organizationUidField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public GroupType groupType {
get {
return this.groupTypeField;
}
set {
this.groupTypeField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GroupType {
private bool nATIVEField;
private bool eXTERNALField;
private bool dYNAMICField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public GroupType() {
this.nATIVEField = false;
this.eXTERNALField = false;
this.dYNAMICField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool NATIVE {
get {
return this.nATIVEField;
}
set {
this.nATIVEField = value;
}
}
///
public bool EXTERNAL {
get {
return this.eXTERNALField;
}
set {
this.eXTERNALField = value;
}
}
///
public bool DYNAMIC {
get {
return this.dYNAMICField;
}
set {
this.dYNAMICField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignVPNConfigsFromGroupResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignVPNConfigsFromGroupRequest {
private RequestMetadata metadataField;
private VPNConfig[] vpnConfigsField;
private Group groupField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("vpnConfigs", IsNullable=true)]
public VPNConfig[] vpnConfigs {
get {
return this.vpnConfigsField;
}
set {
this.vpnConfigsField = value;
}
}
///
public Group group {
get {
return this.groupField;
}
set {
this.groupField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class VPNConfig {
private Policy policyField;
private System.Xml.XmlElement[] anyField;
///
public Policy policy {
get {
return this.policyField;
}
set {
this.policyField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignUsersFromGroupResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignUsersFromGroupRequest {
private RequestMetadata metadataField;
private User[] usersField;
private Group groupField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
public Group group {
get {
return this.groupField;
}
set {
this.groupField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class User {
private string uidField;
private UserState userStateField;
private string organizationUidField;
private string displayNameField;
private Device[] devicesField;
private string[] accountUidsField;
private string basLoginNameField;
private string itPolicyNameField;
private string besHAPoolUidField;
private string besHAPoolNameField;
private string[] emailAddressesField;
private string lastContactDateField;
private bool userPendingDeletionField;
private bool externallyManagedField;
private bool deviceEnabledField;
private string externalUserUidField;
private System.Xml.XmlElement[] anyField;
public User() {
this.userPendingDeletionField = false;
this.externallyManagedField = false;
this.deviceEnabledField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public UserState userState {
get {
return this.userStateField;
}
set {
this.userStateField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
public string displayName {
get {
return this.displayNameField;
}
set {
this.displayNameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("devices")]
public Device[] devices {
get {
return this.devicesField;
}
set {
this.devicesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("accountUids")]
public string[] accountUids {
get {
return this.accountUidsField;
}
set {
this.accountUidsField = value;
}
}
///
public string basLoginName {
get {
return this.basLoginNameField;
}
set {
this.basLoginNameField = value;
}
}
///
public string itPolicyName {
get {
return this.itPolicyNameField;
}
set {
this.itPolicyNameField = value;
}
}
///
public string besHAPoolUid {
get {
return this.besHAPoolUidField;
}
set {
this.besHAPoolUidField = value;
}
}
///
public string besHAPoolName {
get {
return this.besHAPoolNameField;
}
set {
this.besHAPoolNameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("emailAddresses")]
public string[] emailAddresses {
get {
return this.emailAddressesField;
}
set {
this.emailAddressesField = value;
}
}
///
public string lastContactDate {
get {
return this.lastContactDateField;
}
set {
this.lastContactDateField = value;
}
}
///
public bool userPendingDeletion {
get {
return this.userPendingDeletionField;
}
set {
this.userPendingDeletionField = value;
}
}
///
public bool externallyManaged {
get {
return this.externallyManagedField;
}
set {
this.externallyManagedField = value;
}
}
///
public bool deviceEnabled {
get {
return this.deviceEnabledField;
}
set {
this.deviceEnabledField = value;
}
}
///
public string externalUserUid {
get {
return this.externalUserUidField;
}
set {
this.externalUserUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UserState {
private bool aCTIVEField;
private bool iNACTIVEField;
private bool lOCKED_OUTField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public UserState() {
this.aCTIVEField = false;
this.iNACTIVEField = false;
this.lOCKED_OUTField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool ACTIVE {
get {
return this.aCTIVEField;
}
set {
this.aCTIVEField = value;
}
}
///
public bool INACTIVE {
get {
return this.iNACTIVEField;
}
set {
this.iNACTIVEField = value;
}
}
///
public bool LOCKED_OUT {
get {
return this.lOCKED_OUTField;
}
set {
this.lOCKED_OUTField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class Device {
private string uidField;
private DeviceState stateField;
private string modelField;
private string pinField;
private string itPolicyNameField;
private string phoneNumberField;
private string carrierField;
private string activeCarrierField;
private string networkField;
private string itPolicyDateSentField;
private DevicePolicyStatusType itPolicyStatusField;
private string platformVersionField;
private string serialNumberField;
private string simUidField;
private string directConnectUidField;
private int totalMessagesForwardedField;
private int totalMessagesSentField;
private int totalMessagesFilteredField;
private int totalMessagesExpiredField;
private int totalMessagesPendingField;
private string lastMessageSentTimeField;
private string lastMessageReceivedTimeField;
private DeviceLastActionType lastActionField;
private string lastContactDateField;
private System.Xml.XmlElement[] anyField;
public Device() {
this.totalMessagesForwardedField = 0;
this.totalMessagesSentField = 0;
this.totalMessagesFilteredField = 0;
this.totalMessagesExpiredField = 0;
this.totalMessagesPendingField = 0;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public DeviceState state {
get {
return this.stateField;
}
set {
this.stateField = value;
}
}
///
public string model {
get {
return this.modelField;
}
set {
this.modelField = value;
}
}
///
public string pin {
get {
return this.pinField;
}
set {
this.pinField = value;
}
}
///
public string itPolicyName {
get {
return this.itPolicyNameField;
}
set {
this.itPolicyNameField = value;
}
}
///
public string phoneNumber {
get {
return this.phoneNumberField;
}
set {
this.phoneNumberField = value;
}
}
///
public string carrier {
get {
return this.carrierField;
}
set {
this.carrierField = value;
}
}
///
public string activeCarrier {
get {
return this.activeCarrierField;
}
set {
this.activeCarrierField = value;
}
}
///
public string network {
get {
return this.networkField;
}
set {
this.networkField = value;
}
}
///
public string itPolicyDateSent {
get {
return this.itPolicyDateSentField;
}
set {
this.itPolicyDateSentField = value;
}
}
///
public DevicePolicyStatusType itPolicyStatus {
get {
return this.itPolicyStatusField;
}
set {
this.itPolicyStatusField = value;
}
}
///
public string platformVersion {
get {
return this.platformVersionField;
}
set {
this.platformVersionField = value;
}
}
///
public string serialNumber {
get {
return this.serialNumberField;
}
set {
this.serialNumberField = value;
}
}
///
public string simUid {
get {
return this.simUidField;
}
set {
this.simUidField = value;
}
}
///
public string directConnectUid {
get {
return this.directConnectUidField;
}
set {
this.directConnectUidField = value;
}
}
///
public int totalMessagesForwarded {
get {
return this.totalMessagesForwardedField;
}
set {
this.totalMessagesForwardedField = value;
}
}
///
public int totalMessagesSent {
get {
return this.totalMessagesSentField;
}
set {
this.totalMessagesSentField = value;
}
}
///
public int totalMessagesFiltered {
get {
return this.totalMessagesFilteredField;
}
set {
this.totalMessagesFilteredField = value;
}
}
///
public int totalMessagesExpired {
get {
return this.totalMessagesExpiredField;
}
set {
this.totalMessagesExpiredField = value;
}
}
///
public int totalMessagesPending {
get {
return this.totalMessagesPendingField;
}
set {
this.totalMessagesPendingField = value;
}
}
///
public string lastMessageSentTime {
get {
return this.lastMessageSentTimeField;
}
set {
this.lastMessageSentTimeField = value;
}
}
///
public string lastMessageReceivedTime {
get {
return this.lastMessageReceivedTimeField;
}
set {
this.lastMessageReceivedTimeField = value;
}
}
///
public DeviceLastActionType lastAction {
get {
return this.lastActionField;
}
set {
this.lastActionField = value;
}
}
///
public string lastContactDate {
get {
return this.lastContactDateField;
}
set {
this.lastContactDateField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceState {
private bool iNITIALIZINGField;
private bool nOT_CONFIGUREDField;
private bool cONFIGURATION_CORRUPTField;
private bool vERIFYING_FORWARDING_ADDRESSField;
private bool iNVALID_FORWARDING_ADDRESSField;
private bool uNABLE_TO_VERIFY_FORWARDING_ADDRESSField;
private bool uNABLE_TO_SEND_WELCOME_MESSAGEField;
private bool nO_PINField;
private bool nO_DESKTOP_ADDRESSField;
private bool rEDIRECTION_DISABLEDField;
private bool iN_CRADLEField;
private bool uSER_ACTIVEField;
private bool rUNNINGField;
private bool sTOPPEDField;
private bool fAILED_TO_STARTField;
private bool uNKNOWNField;
private bool uNKNOWN_FAILUREField;
private bool eMWS_COMMUNICATION_FAILUREField;
private bool cA_PROFILE_CONFIGURATION_FAILUREField;
private bool sCEP_CONFIGURATION_FAILUREField;
private bool vPN_CONFIGURATION_FAILUREField;
private bool wIFI_CONFIGURATION_FAILUREField;
private bool aPPLICATION_INSTALL_FAILUREField;
private bool pERIMETER_WIPE_FAILUREField;
private bool sET_PASSWORD_AND_LOCK_FAILUREField;
private bool rEPORT_DEVICE_INFO_FAILUREField;
private bool tLS_CONFIGURATION_FAILUREField;
private bool iT_POLICY_FAILUREField;
private bool aPPLICATION_SETTINGS_FAILUREField;
private bool aCP_CONFIGURATION_FAILUREField;
private bool sERVICE_BOOK_CONFIGURATION_FAILUREField;
private bool cERTIFICATE_CONFIGURATION_FAILUREField;
private bool gME_KEY_NEGOTIATION_FAILUREField;
private bool gME_KEY_STORE_FAILUREField;
private bool pERIMETER_DELETE_FAILUREField;
private bool pERIMETER_CREATE_FAILUREField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public DeviceState() {
this.iNITIALIZINGField = false;
this.nOT_CONFIGUREDField = false;
this.cONFIGURATION_CORRUPTField = false;
this.vERIFYING_FORWARDING_ADDRESSField = false;
this.iNVALID_FORWARDING_ADDRESSField = false;
this.uNABLE_TO_VERIFY_FORWARDING_ADDRESSField = false;
this.uNABLE_TO_SEND_WELCOME_MESSAGEField = false;
this.nO_PINField = false;
this.nO_DESKTOP_ADDRESSField = false;
this.rEDIRECTION_DISABLEDField = false;
this.iN_CRADLEField = false;
this.uSER_ACTIVEField = false;
this.rUNNINGField = false;
this.sTOPPEDField = false;
this.fAILED_TO_STARTField = false;
this.uNKNOWNField = false;
this.uNKNOWN_FAILUREField = false;
this.eMWS_COMMUNICATION_FAILUREField = false;
this.cA_PROFILE_CONFIGURATION_FAILUREField = false;
this.sCEP_CONFIGURATION_FAILUREField = false;
this.vPN_CONFIGURATION_FAILUREField = false;
this.wIFI_CONFIGURATION_FAILUREField = false;
this.aPPLICATION_INSTALL_FAILUREField = false;
this.pERIMETER_WIPE_FAILUREField = false;
this.sET_PASSWORD_AND_LOCK_FAILUREField = false;
this.rEPORT_DEVICE_INFO_FAILUREField = false;
this.tLS_CONFIGURATION_FAILUREField = false;
this.iT_POLICY_FAILUREField = false;
this.aPPLICATION_SETTINGS_FAILUREField = false;
this.aCP_CONFIGURATION_FAILUREField = false;
this.sERVICE_BOOK_CONFIGURATION_FAILUREField = false;
this.cERTIFICATE_CONFIGURATION_FAILUREField = false;
this.gME_KEY_NEGOTIATION_FAILUREField = false;
this.gME_KEY_STORE_FAILUREField = false;
this.pERIMETER_DELETE_FAILUREField = false;
this.pERIMETER_CREATE_FAILUREField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool INITIALIZING {
get {
return this.iNITIALIZINGField;
}
set {
this.iNITIALIZINGField = value;
}
}
///
public bool NOT_CONFIGURED {
get {
return this.nOT_CONFIGUREDField;
}
set {
this.nOT_CONFIGUREDField = value;
}
}
///
public bool CONFIGURATION_CORRUPT {
get {
return this.cONFIGURATION_CORRUPTField;
}
set {
this.cONFIGURATION_CORRUPTField = value;
}
}
///
public bool VERIFYING_FORWARDING_ADDRESS {
get {
return this.vERIFYING_FORWARDING_ADDRESSField;
}
set {
this.vERIFYING_FORWARDING_ADDRESSField = value;
}
}
///
public bool INVALID_FORWARDING_ADDRESS {
get {
return this.iNVALID_FORWARDING_ADDRESSField;
}
set {
this.iNVALID_FORWARDING_ADDRESSField = value;
}
}
///
public bool UNABLE_TO_VERIFY_FORWARDING_ADDRESS {
get {
return this.uNABLE_TO_VERIFY_FORWARDING_ADDRESSField;
}
set {
this.uNABLE_TO_VERIFY_FORWARDING_ADDRESSField = value;
}
}
///
public bool UNABLE_TO_SEND_WELCOME_MESSAGE {
get {
return this.uNABLE_TO_SEND_WELCOME_MESSAGEField;
}
set {
this.uNABLE_TO_SEND_WELCOME_MESSAGEField = value;
}
}
///
public bool NO_PIN {
get {
return this.nO_PINField;
}
set {
this.nO_PINField = value;
}
}
///
public bool NO_DESKTOP_ADDRESS {
get {
return this.nO_DESKTOP_ADDRESSField;
}
set {
this.nO_DESKTOP_ADDRESSField = value;
}
}
///
public bool REDIRECTION_DISABLED {
get {
return this.rEDIRECTION_DISABLEDField;
}
set {
this.rEDIRECTION_DISABLEDField = value;
}
}
///
public bool IN_CRADLE {
get {
return this.iN_CRADLEField;
}
set {
this.iN_CRADLEField = value;
}
}
///
public bool USER_ACTIVE {
get {
return this.uSER_ACTIVEField;
}
set {
this.uSER_ACTIVEField = value;
}
}
///
public bool RUNNING {
get {
return this.rUNNINGField;
}
set {
this.rUNNINGField = value;
}
}
///
public bool STOPPED {
get {
return this.sTOPPEDField;
}
set {
this.sTOPPEDField = value;
}
}
///
public bool FAILED_TO_START {
get {
return this.fAILED_TO_STARTField;
}
set {
this.fAILED_TO_STARTField = value;
}
}
///
public bool UNKNOWN {
get {
return this.uNKNOWNField;
}
set {
this.uNKNOWNField = value;
}
}
///
public bool UNKNOWN_FAILURE {
get {
return this.uNKNOWN_FAILUREField;
}
set {
this.uNKNOWN_FAILUREField = value;
}
}
///
public bool EMWS_COMMUNICATION_FAILURE {
get {
return this.eMWS_COMMUNICATION_FAILUREField;
}
set {
this.eMWS_COMMUNICATION_FAILUREField = value;
}
}
///
public bool CA_PROFILE_CONFIGURATION_FAILURE {
get {
return this.cA_PROFILE_CONFIGURATION_FAILUREField;
}
set {
this.cA_PROFILE_CONFIGURATION_FAILUREField = value;
}
}
///
public bool SCEP_CONFIGURATION_FAILURE {
get {
return this.sCEP_CONFIGURATION_FAILUREField;
}
set {
this.sCEP_CONFIGURATION_FAILUREField = value;
}
}
///
public bool VPN_CONFIGURATION_FAILURE {
get {
return this.vPN_CONFIGURATION_FAILUREField;
}
set {
this.vPN_CONFIGURATION_FAILUREField = value;
}
}
///
public bool WIFI_CONFIGURATION_FAILURE {
get {
return this.wIFI_CONFIGURATION_FAILUREField;
}
set {
this.wIFI_CONFIGURATION_FAILUREField = value;
}
}
///
public bool APPLICATION_INSTALL_FAILURE {
get {
return this.aPPLICATION_INSTALL_FAILUREField;
}
set {
this.aPPLICATION_INSTALL_FAILUREField = value;
}
}
///
public bool PERIMETER_WIPE_FAILURE {
get {
return this.pERIMETER_WIPE_FAILUREField;
}
set {
this.pERIMETER_WIPE_FAILUREField = value;
}
}
///
public bool SET_PASSWORD_AND_LOCK_FAILURE {
get {
return this.sET_PASSWORD_AND_LOCK_FAILUREField;
}
set {
this.sET_PASSWORD_AND_LOCK_FAILUREField = value;
}
}
///
public bool REPORT_DEVICE_INFO_FAILURE {
get {
return this.rEPORT_DEVICE_INFO_FAILUREField;
}
set {
this.rEPORT_DEVICE_INFO_FAILUREField = value;
}
}
///
public bool TLS_CONFIGURATION_FAILURE {
get {
return this.tLS_CONFIGURATION_FAILUREField;
}
set {
this.tLS_CONFIGURATION_FAILUREField = value;
}
}
///
public bool IT_POLICY_FAILURE {
get {
return this.iT_POLICY_FAILUREField;
}
set {
this.iT_POLICY_FAILUREField = value;
}
}
///
public bool APPLICATION_SETTINGS_FAILURE {
get {
return this.aPPLICATION_SETTINGS_FAILUREField;
}
set {
this.aPPLICATION_SETTINGS_FAILUREField = value;
}
}
///
public bool ACP_CONFIGURATION_FAILURE {
get {
return this.aCP_CONFIGURATION_FAILUREField;
}
set {
this.aCP_CONFIGURATION_FAILUREField = value;
}
}
///
public bool SERVICE_BOOK_CONFIGURATION_FAILURE {
get {
return this.sERVICE_BOOK_CONFIGURATION_FAILUREField;
}
set {
this.sERVICE_BOOK_CONFIGURATION_FAILUREField = value;
}
}
///
public bool CERTIFICATE_CONFIGURATION_FAILURE {
get {
return this.cERTIFICATE_CONFIGURATION_FAILUREField;
}
set {
this.cERTIFICATE_CONFIGURATION_FAILUREField = value;
}
}
///
public bool GME_KEY_NEGOTIATION_FAILURE {
get {
return this.gME_KEY_NEGOTIATION_FAILUREField;
}
set {
this.gME_KEY_NEGOTIATION_FAILUREField = value;
}
}
///
public bool GME_KEY_STORE_FAILURE {
get {
return this.gME_KEY_STORE_FAILUREField;
}
set {
this.gME_KEY_STORE_FAILUREField = value;
}
}
///
public bool PERIMETER_DELETE_FAILURE {
get {
return this.pERIMETER_DELETE_FAILUREField;
}
set {
this.pERIMETER_DELETE_FAILUREField = value;
}
}
///
public bool PERIMETER_CREATE_FAILURE {
get {
return this.pERIMETER_CREATE_FAILUREField;
}
set {
this.pERIMETER_CREATE_FAILUREField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DevicePolicyStatusType {
private bool aPPLIED_SUCCESSFULLYField;
private bool eRRORField;
private bool fLOW_CONTROLField;
private bool iDLEField;
private bool pENDINGField;
private bool pROCESSINGField;
private bool rECEIVEDField;
private bool sENTField;
private bool tIMED_OUTField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public DevicePolicyStatusType() {
this.aPPLIED_SUCCESSFULLYField = false;
this.eRRORField = false;
this.fLOW_CONTROLField = false;
this.iDLEField = false;
this.pENDINGField = false;
this.pROCESSINGField = false;
this.rECEIVEDField = false;
this.sENTField = false;
this.tIMED_OUTField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool APPLIED_SUCCESSFULLY {
get {
return this.aPPLIED_SUCCESSFULLYField;
}
set {
this.aPPLIED_SUCCESSFULLYField = value;
}
}
///
public bool ERROR {
get {
return this.eRRORField;
}
set {
this.eRRORField = value;
}
}
///
public bool FLOW_CONTROL {
get {
return this.fLOW_CONTROLField;
}
set {
this.fLOW_CONTROLField = value;
}
}
///
public bool IDLE {
get {
return this.iDLEField;
}
set {
this.iDLEField = value;
}
}
///
public bool PENDING {
get {
return this.pENDINGField;
}
set {
this.pENDINGField = value;
}
}
///
public bool PROCESSING {
get {
return this.pROCESSINGField;
}
set {
this.pROCESSINGField = value;
}
}
///
public bool RECEIVED {
get {
return this.rECEIVEDField;
}
set {
this.rECEIVEDField = value;
}
}
///
public bool SENT {
get {
return this.sENTField;
}
set {
this.sENTField = value;
}
}
///
public bool TIMED_OUT {
get {
return this.tIMED_OUTField;
}
set {
this.tIMED_OUTField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceLastActionType {
private bool dELIVERED_TO_DEVICEField;
private bool dEVICE_UNREGISTEREDField;
private bool fAILED_FORWARDING_MESSAGEField;
private bool iLLEGAL_DEVICE_PINField;
private bool mESSAGE_EXPIRED_AT_NETWORKField;
private bool mESSAGE_FILTEREDField;
private bool nO_VALUEField;
private bool rECEIVED_FROM_DEVICEField;
private bool rEFUSED_BY_DEVICEField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public DeviceLastActionType() {
this.dELIVERED_TO_DEVICEField = false;
this.dEVICE_UNREGISTEREDField = false;
this.fAILED_FORWARDING_MESSAGEField = false;
this.iLLEGAL_DEVICE_PINField = false;
this.mESSAGE_EXPIRED_AT_NETWORKField = false;
this.mESSAGE_FILTEREDField = false;
this.nO_VALUEField = false;
this.rECEIVED_FROM_DEVICEField = false;
this.rEFUSED_BY_DEVICEField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool DELIVERED_TO_DEVICE {
get {
return this.dELIVERED_TO_DEVICEField;
}
set {
this.dELIVERED_TO_DEVICEField = value;
}
}
///
public bool DEVICE_UNREGISTERED {
get {
return this.dEVICE_UNREGISTEREDField;
}
set {
this.dEVICE_UNREGISTEREDField = value;
}
}
///
public bool FAILED_FORWARDING_MESSAGE {
get {
return this.fAILED_FORWARDING_MESSAGEField;
}
set {
this.fAILED_FORWARDING_MESSAGEField = value;
}
}
///
public bool ILLEGAL_DEVICE_PIN {
get {
return this.iLLEGAL_DEVICE_PINField;
}
set {
this.iLLEGAL_DEVICE_PINField = value;
}
}
///
public bool MESSAGE_EXPIRED_AT_NETWORK {
get {
return this.mESSAGE_EXPIRED_AT_NETWORKField;
}
set {
this.mESSAGE_EXPIRED_AT_NETWORKField = value;
}
}
///
public bool MESSAGE_FILTERED {
get {
return this.mESSAGE_FILTEREDField;
}
set {
this.mESSAGE_FILTEREDField = value;
}
}
///
public bool NO_VALUE {
get {
return this.nO_VALUEField;
}
set {
this.nO_VALUEField = value;
}
}
///
public bool RECEIVED_FROM_DEVICE {
get {
return this.rECEIVED_FROM_DEVICEField;
}
set {
this.rECEIVED_FROM_DEVICEField = value;
}
}
///
public bool REFUSED_BY_DEVICE {
get {
return this.rEFUSED_BY_DEVICEField;
}
set {
this.rEFUSED_BY_DEVICEField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignSWConfigsFromUserResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignSWConfigsFromUserRequest {
private RequestMetadata metadataField;
private SWConfig[] swConfigsField;
private User userField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("swConfigs", IsNullable=true)]
public SWConfig[] swConfigs {
get {
return this.swConfigsField;
}
set {
this.swConfigsField = value;
}
}
///
public User user {
get {
return this.userField;
}
set {
this.userField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SWConfig {
private string uidField;
private string organizationUidField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private ApplicationControlPolicy applicationControlPolicyField;
private DeviceOSConfiguration deviceOSConfigurationField;
private ApplicationSettings[] applicationSettingsField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public ApplicationControlPolicy applicationControlPolicy {
get {
return this.applicationControlPolicyField;
}
set {
this.applicationControlPolicyField = value;
}
}
///
public DeviceOSConfiguration deviceOSConfiguration {
get {
return this.deviceOSConfigurationField;
}
set {
this.deviceOSConfigurationField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("applicationSettings")]
public ApplicationSettings[] applicationSettings {
get {
return this.applicationSettingsField;
}
set {
this.applicationSettingsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationControlPolicy {
private string uidField;
private ApplicationDisposition applicationDispositionField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private string organizationUidField;
private int rankField;
private ApplicationControlPolicyType typeField;
private System.Xml.XmlElement[] anyField;
public ApplicationControlPolicy() {
this.rankField = 0;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public ApplicationDisposition applicationDisposition {
get {
return this.applicationDispositionField;
}
set {
this.applicationDispositionField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
public int rank {
get {
return this.rankField;
}
set {
this.rankField = value;
}
}
///
public ApplicationControlPolicyType type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationDisposition {
private bool aLLOWED_AND_OPTIONALField;
private bool aLLOWED_AND_REQUIREDField;
private bool dISALLOWEDField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public ApplicationDisposition() {
this.aLLOWED_AND_OPTIONALField = false;
this.aLLOWED_AND_REQUIREDField = false;
this.dISALLOWEDField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool ALLOWED_AND_OPTIONAL {
get {
return this.aLLOWED_AND_OPTIONALField;
}
set {
this.aLLOWED_AND_OPTIONALField = value;
}
}
///
public bool ALLOWED_AND_REQUIRED {
get {
return this.aLLOWED_AND_REQUIREDField;
}
set {
this.aLLOWED_AND_REQUIREDField = value;
}
}
///
public bool DISALLOWED {
get {
return this.dISALLOWEDField;
}
set {
this.dISALLOWEDField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationControlPolicyType {
private bool aPPLICATIONField;
private bool dEFAULTField;
private bool uNLISTED_APPLICATIONSField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public ApplicationControlPolicyType() {
this.aPPLICATIONField = false;
this.dEFAULTField = false;
this.uNLISTED_APPLICATIONSField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool APPLICATION {
get {
return this.aPPLICATIONField;
}
set {
this.aPPLICATIONField = value;
}
}
///
public bool DEFAULT {
get {
return this.dEFAULTField;
}
set {
this.dEFAULTField = value;
}
}
///
public bool UNLISTED_APPLICATIONS {
get {
return this.uNLISTED_APPLICATIONSField;
}
set {
this.uNLISTED_APPLICATIONSField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceOSConfiguration {
private string uidField;
private bool deletableField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private string organizationUidField;
private DeviceOSBundleConfiguration[] deviceOSBundleConfigurationsField;
private System.Xml.XmlElement[] anyField;
public DeviceOSConfiguration() {
this.deletableField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public bool deletable {
get {
return this.deletableField;
}
set {
this.deletableField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("deviceOSBundleConfigurations")]
public DeviceOSBundleConfiguration[] deviceOSBundleConfigurations {
get {
return this.deviceOSBundleConfigurationsField;
}
set {
this.deviceOSBundleConfigurationsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceOSBundleConfiguration {
private DeviceOSBundle deviceOSBundlesField;
private DeviceOSBundleDispositionType deviceOSBundleDispositionTypeField;
private System.Xml.XmlElement[] anyField;
///
public DeviceOSBundle deviceOSBundles {
get {
return this.deviceOSBundlesField;
}
set {
this.deviceOSBundlesField = value;
}
}
///
public DeviceOSBundleDispositionType deviceOSBundleDispositionType {
get {
return this.deviceOSBundleDispositionTypeField;
}
set {
this.deviceOSBundleDispositionTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceOSBundle {
private string uidField;
private string applicationsVersionField;
private string bundleSizeField;
private string[] carriersField;
private DeviceOSBundleSupportType currentOSBundleSupportTypeField;
private DeliveryTransportType deliveryTransportTypeField;
private string deviceModelField;
private string[] localeField;
private LocaleKeyword[] localeKeywordField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private DeviceOSBundleSupportType newOSBundleSupportTypeField;
private string nocOSBundleUidField;
private string originatorIdentifierField;
private DeviceOSBundleOriginatorType originatorTypeField;
private string organizationUidField;
private OSType osTypeField;
private string osVersionField;
private string platformVersionField;
private string publishDateTimeField;
private string publisherUserUidField;
private string rankField;
private string scmVersionField;
private string sourceApplicationsVersionField;
private string sourceOSVersionField;
private string sourcePlatformVersionField;
private string sourceSCMVersionField;
private SWConfigNetworkShare[] swConfigNetworkShareField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string applicationsVersion {
get {
return this.applicationsVersionField;
}
set {
this.applicationsVersionField = value;
}
}
///
public string bundleSize {
get {
return this.bundleSizeField;
}
set {
this.bundleSizeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("carriers")]
public string[] carriers {
get {
return this.carriersField;
}
set {
this.carriersField = value;
}
}
///
public DeviceOSBundleSupportType currentOSBundleSupportType {
get {
return this.currentOSBundleSupportTypeField;
}
set {
this.currentOSBundleSupportTypeField = value;
}
}
///
public DeliveryTransportType deliveryTransportType {
get {
return this.deliveryTransportTypeField;
}
set {
this.deliveryTransportTypeField = value;
}
}
///
public string deviceModel {
get {
return this.deviceModelField;
}
set {
this.deviceModelField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("locale")]
public string[] locale {
get {
return this.localeField;
}
set {
this.localeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeKeyword")]
public LocaleKeyword[] localeKeyword {
get {
return this.localeKeywordField;
}
set {
this.localeKeywordField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public DeviceOSBundleSupportType newOSBundleSupportType {
get {
return this.newOSBundleSupportTypeField;
}
set {
this.newOSBundleSupportTypeField = value;
}
}
///
public string nocOSBundleUid {
get {
return this.nocOSBundleUidField;
}
set {
this.nocOSBundleUidField = value;
}
}
///
public string originatorIdentifier {
get {
return this.originatorIdentifierField;
}
set {
this.originatorIdentifierField = value;
}
}
///
public DeviceOSBundleOriginatorType originatorType {
get {
return this.originatorTypeField;
}
set {
this.originatorTypeField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
public OSType osType {
get {
return this.osTypeField;
}
set {
this.osTypeField = value;
}
}
///
public string osVersion {
get {
return this.osVersionField;
}
set {
this.osVersionField = value;
}
}
///
public string platformVersion {
get {
return this.platformVersionField;
}
set {
this.platformVersionField = value;
}
}
///
public string publishDateTime {
get {
return this.publishDateTimeField;
}
set {
this.publishDateTimeField = value;
}
}
///
public string publisherUserUid {
get {
return this.publisherUserUidField;
}
set {
this.publisherUserUidField = value;
}
}
///
public string rank {
get {
return this.rankField;
}
set {
this.rankField = value;
}
}
///
public string scmVersion {
get {
return this.scmVersionField;
}
set {
this.scmVersionField = value;
}
}
///
public string sourceApplicationsVersion {
get {
return this.sourceApplicationsVersionField;
}
set {
this.sourceApplicationsVersionField = value;
}
}
///
public string sourceOSVersion {
get {
return this.sourceOSVersionField;
}
set {
this.sourceOSVersionField = value;
}
}
///
public string sourcePlatformVersion {
get {
return this.sourcePlatformVersionField;
}
set {
this.sourcePlatformVersionField = value;
}
}
///
public string sourceSCMVersion {
get {
return this.sourceSCMVersionField;
}
set {
this.sourceSCMVersionField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("swConfigNetworkShare")]
public SWConfigNetworkShare[] swConfigNetworkShare {
get {
return this.swConfigNetworkShareField;
}
set {
this.swConfigNetworkShareField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceOSBundleSupportType {
private bool nOT_SUPPORTEDField;
private bool sUPPORTEDField;
private bool uNKNOWNField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public DeviceOSBundleSupportType() {
this.nOT_SUPPORTEDField = false;
this.sUPPORTEDField = false;
this.uNKNOWNField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool NOT_SUPPORTED {
get {
return this.nOT_SUPPORTEDField;
}
set {
this.nOT_SUPPORTEDField = value;
}
}
///
public bool SUPPORTED {
get {
return this.sUPPORTEDField;
}
set {
this.sUPPORTEDField = value;
}
}
///
public bool UNKNOWN {
get {
return this.uNKNOWNField;
}
set {
this.uNKNOWNField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeliveryTransportType {
private bool wIREDField;
private bool wIRELESSField;
private bool wIRELESS_OR_WIREDField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public DeliveryTransportType() {
this.wIREDField = false;
this.wIRELESSField = false;
this.wIRELESS_OR_WIREDField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool WIRED {
get {
return this.wIREDField;
}
set {
this.wIREDField = value;
}
}
///
public bool WIRELESS {
get {
return this.wIRELESSField;
}
set {
this.wIRELESSField = value;
}
}
///
public bool WIRELESS_OR_WIRED {
get {
return this.wIRELESS_OR_WIREDField;
}
set {
this.wIRELESS_OR_WIREDField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class LocaleKeyword {
private string keywordField;
private string localeField;
private System.Xml.XmlElement[] anyField;
///
public string keyword {
get {
return this.keywordField;
}
set {
this.keywordField = value;
}
}
///
public string locale {
get {
return this.localeField;
}
set {
this.localeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceOSBundleOriginatorType {
private bool nETWORK_SHAREField;
private bool nOCField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public DeviceOSBundleOriginatorType() {
this.nETWORK_SHAREField = false;
this.nOCField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool NETWORK_SHARE {
get {
return this.nETWORK_SHAREField;
}
set {
this.nETWORK_SHAREField = value;
}
}
///
public bool NOC {
get {
return this.nOCField;
}
set {
this.nOCField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class OSType {
private bool dELTA_BUNDLEField;
private bool fULL_BUNDLEField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public OSType() {
this.dELTA_BUNDLEField = false;
this.fULL_BUNDLEField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool DELTA_BUNDLE {
get {
return this.dELTA_BUNDLEField;
}
set {
this.dELTA_BUNDLEField = value;
}
}
///
public bool FULL_BUNDLE {
get {
return this.fULL_BUNDLEField;
}
set {
this.fULL_BUNDLEField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SWConfigNetworkShare {
private string uidField;
private string dateLastScanField;
private bool deletableField;
private string[] deviceOSBundleUidsField;
private string filePathField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private string organizationUidField;
private bool scannedBySystemField;
private System.Xml.XmlElement[] anyField;
public SWConfigNetworkShare() {
this.deletableField = false;
this.scannedBySystemField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string dateLastScan {
get {
return this.dateLastScanField;
}
set {
this.dateLastScanField = value;
}
}
///
public bool deletable {
get {
return this.deletableField;
}
set {
this.deletableField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("deviceOSBundleUids")]
public string[] deviceOSBundleUids {
get {
return this.deviceOSBundleUidsField;
}
set {
this.deviceOSBundleUidsField = value;
}
}
///
public string filePath {
get {
return this.filePathField;
}
set {
this.filePathField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
public bool scannedBySystem {
get {
return this.scannedBySystemField;
}
set {
this.scannedBySystemField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceOSBundleDispositionType {
private bool rEQUIREDField;
private bool lOW_SEVERITYField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public DeviceOSBundleDispositionType() {
this.rEQUIREDField = false;
this.lOW_SEVERITYField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool REQUIRED {
get {
return this.rEQUIREDField;
}
set {
this.rEQUIREDField = value;
}
}
///
public bool LOW_SEVERITY {
get {
return this.lOW_SEVERITYField;
}
set {
this.lOW_SEVERITYField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationSettings {
private Application applicationField;
private ApplicationControlPolicy applicationControlPolicyField;
private ApplicationDisposition[] availableApplicationDispositionsField;
private ObjectDeliveryMode objectDeliveryModeField;
private DeliveryTransportType objectDeliveryTransportField;
private ApplicationControlPolicyType selectedApplicationControlPolicyTypeField;
private ApplicationDisposition selectedApplicationDispositionField;
private int softwareConfigurationApplicationKeyField;
private System.Xml.XmlElement[] anyField;
public ApplicationSettings() {
this.softwareConfigurationApplicationKeyField = 0;
}
///
public Application application {
get {
return this.applicationField;
}
set {
this.applicationField = value;
}
}
///
public ApplicationControlPolicy applicationControlPolicy {
get {
return this.applicationControlPolicyField;
}
set {
this.applicationControlPolicyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("availableApplicationDispositions")]
public ApplicationDisposition[] availableApplicationDispositions {
get {
return this.availableApplicationDispositionsField;
}
set {
this.availableApplicationDispositionsField = value;
}
}
///
public ObjectDeliveryMode objectDeliveryMode {
get {
return this.objectDeliveryModeField;
}
set {
this.objectDeliveryModeField = value;
}
}
///
public DeliveryTransportType objectDeliveryTransport {
get {
return this.objectDeliveryTransportField;
}
set {
this.objectDeliveryTransportField = value;
}
}
///
public ApplicationControlPolicyType selectedApplicationControlPolicyType {
get {
return this.selectedApplicationControlPolicyTypeField;
}
set {
this.selectedApplicationControlPolicyTypeField = value;
}
}
///
public ApplicationDisposition selectedApplicationDisposition {
get {
return this.selectedApplicationDispositionField;
}
set {
this.selectedApplicationDispositionField = value;
}
}
///
public int softwareConfigurationApplicationKey {
get {
return this.softwareConfigurationApplicationKeyField;
}
set {
this.softwareConfigurationApplicationKeyField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class Application {
private string uidField;
private ApplicationAttributes applicationAttributesField;
private ApplicationContent applicationContentField;
private ApplicationControlPolicy[] applicationControlPoliciesField;
private ApplicationModule[] applicationModulesField;
private string applicationNameIdentifierField;
private string applicationRootUidField;
private string applicationRootURIField;
private string applicationTypeUidField;
private string applicationTypePlugInUidField;
private string applicationVersionField;
private string authorNameField;
private string organizationUidField;
private string packageFileNameField;
private string parentApplicationUidField;
private string parentApplicationURIField;
private string publishDateTimeField;
private string publisherUserUidField;
private ApplicationPackagingType applicationPackagingTypeField;
private ApplicationLocationType applicationLocationTypeField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public ApplicationAttributes applicationAttributes {
get {
return this.applicationAttributesField;
}
set {
this.applicationAttributesField = value;
}
}
///
public ApplicationContent applicationContent {
get {
return this.applicationContentField;
}
set {
this.applicationContentField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("applicationControlPolicies")]
public ApplicationControlPolicy[] applicationControlPolicies {
get {
return this.applicationControlPoliciesField;
}
set {
this.applicationControlPoliciesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("applicationModules")]
public ApplicationModule[] applicationModules {
get {
return this.applicationModulesField;
}
set {
this.applicationModulesField = value;
}
}
///
public string applicationNameIdentifier {
get {
return this.applicationNameIdentifierField;
}
set {
this.applicationNameIdentifierField = value;
}
}
///
public string applicationRootUid {
get {
return this.applicationRootUidField;
}
set {
this.applicationRootUidField = value;
}
}
///
public string applicationRootURI {
get {
return this.applicationRootURIField;
}
set {
this.applicationRootURIField = value;
}
}
///
public string applicationTypeUid {
get {
return this.applicationTypeUidField;
}
set {
this.applicationTypeUidField = value;
}
}
///
public string applicationTypePlugInUid {
get {
return this.applicationTypePlugInUidField;
}
set {
this.applicationTypePlugInUidField = value;
}
}
///
public string applicationVersion {
get {
return this.applicationVersionField;
}
set {
this.applicationVersionField = value;
}
}
///
public string authorName {
get {
return this.authorNameField;
}
set {
this.authorNameField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
public string packageFileName {
get {
return this.packageFileNameField;
}
set {
this.packageFileNameField = value;
}
}
///
public string parentApplicationUid {
get {
return this.parentApplicationUidField;
}
set {
this.parentApplicationUidField = value;
}
}
///
public string parentApplicationURI {
get {
return this.parentApplicationURIField;
}
set {
this.parentApplicationURIField = value;
}
}
///
public string publishDateTime {
get {
return this.publishDateTimeField;
}
set {
this.publishDateTimeField = value;
}
}
///
public string publisherUserUid {
get {
return this.publisherUserUidField;
}
set {
this.publisherUserUidField = value;
}
}
///
public ApplicationPackagingType applicationPackagingType {
get {
return this.applicationPackagingTypeField;
}
set {
this.applicationPackagingTypeField = value;
}
}
///
public ApplicationLocationType applicationLocationType {
get {
return this.applicationLocationTypeField;
}
set {
this.applicationLocationTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationAttributes {
private ApplicationDependency[] applicationDependenciesField;
private string applicationTypeField;
private ApplicationVendor applicationVendorField;
private ContentIdentifier contentIdentifierField;
private LocaleNameAndDescription[] copyrightsField;
private string[] languagesField;
private LocaleKeyword[] localeKeywordsField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private System.Xml.XmlElement[] anyField;
///
[System.Xml.Serialization.XmlElementAttribute("applicationDependencies")]
public ApplicationDependency[] applicationDependencies {
get {
return this.applicationDependenciesField;
}
set {
this.applicationDependenciesField = value;
}
}
///
public string applicationType {
get {
return this.applicationTypeField;
}
set {
this.applicationTypeField = value;
}
}
///
public ApplicationVendor applicationVendor {
get {
return this.applicationVendorField;
}
set {
this.applicationVendorField = value;
}
}
///
public ContentIdentifier contentIdentifier {
get {
return this.contentIdentifierField;
}
set {
this.contentIdentifierField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("copyrights")]
public LocaleNameAndDescription[] copyrights {
get {
return this.copyrightsField;
}
set {
this.copyrightsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("languages")]
public string[] languages {
get {
return this.languagesField;
}
set {
this.languagesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeKeywords")]
public LocaleKeyword[] localeKeywords {
get {
return this.localeKeywordsField;
}
set {
this.localeKeywordsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationDependency {
private string dependentOnApplicationUidField;
private string dependentOnApplicationNameField;
private System.Xml.XmlElement[] anyField;
///
public string dependentOnApplicationUid {
get {
return this.dependentOnApplicationUidField;
}
set {
this.dependentOnApplicationUidField = value;
}
}
///
public string dependentOnApplicationName {
get {
return this.dependentOnApplicationNameField;
}
set {
this.dependentOnApplicationNameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationVendor {
private LocaleNameAndDescription[] vendorInfoField;
private string vendorInfoTypeField;
private bool vendorInfoVerifiableField;
private System.Xml.XmlElement[] anyField;
public ApplicationVendor() {
this.vendorInfoVerifiableField = false;
}
///
[System.Xml.Serialization.XmlElementAttribute("vendorInfo")]
public LocaleNameAndDescription[] vendorInfo {
get {
return this.vendorInfoField;
}
set {
this.vendorInfoField = value;
}
}
///
public string vendorInfoType {
get {
return this.vendorInfoTypeField;
}
set {
this.vendorInfoTypeField = value;
}
}
///
public bool vendorInfoVerifiable {
get {
return this.vendorInfoVerifiableField;
}
set {
this.vendorInfoVerifiableField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ContentIdentifier {
private string applicationURIField;
private string versionField;
private System.Xml.XmlElement[] anyField;
///
public string applicationURI {
get {
return this.applicationURIField;
}
set {
this.applicationURIField = value;
}
}
///
public string version {
get {
return this.versionField;
}
set {
this.versionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationContent {
private int applicationContentKeyField;
private int contentSizeField;
private string explodedDirectoryNameField;
private string packageFileNameField;
private System.Xml.XmlElement[] anyField;
public ApplicationContent() {
this.applicationContentKeyField = 0;
this.contentSizeField = 0;
}
///
public int applicationContentKey {
get {
return this.applicationContentKeyField;
}
set {
this.applicationContentKeyField = value;
}
}
///
public int contentSize {
get {
return this.contentSizeField;
}
set {
this.contentSizeField = value;
}
}
///
public string explodedDirectoryName {
get {
return this.explodedDirectoryNameField;
}
set {
this.explodedDirectoryNameField = value;
}
}
///
public string packageFileName {
get {
return this.packageFileNameField;
}
set {
this.packageFileNameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationModule {
private string uidField;
private ApplicationModuleDependency[] applicationModuleDependenciesField;
private ApplicationSubModule[] applicationSubModulesField;
private string deviceRequirementsField;
private int lengthField;
private int moduleKeyField;
private string moduleNameField;
private string moduleVersionField;
private string pathNameField;
private bool rimSignedField;
private System.Xml.XmlElement[] anyField;
public ApplicationModule() {
this.lengthField = 0;
this.moduleKeyField = 0;
this.rimSignedField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("applicationModuleDependencies")]
public ApplicationModuleDependency[] applicationModuleDependencies {
get {
return this.applicationModuleDependenciesField;
}
set {
this.applicationModuleDependenciesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("applicationSubModules")]
public ApplicationSubModule[] applicationSubModules {
get {
return this.applicationSubModulesField;
}
set {
this.applicationSubModulesField = value;
}
}
///
public string deviceRequirements {
get {
return this.deviceRequirementsField;
}
set {
this.deviceRequirementsField = value;
}
}
///
public int length {
get {
return this.lengthField;
}
set {
this.lengthField = value;
}
}
///
public int moduleKey {
get {
return this.moduleKeyField;
}
set {
this.moduleKeyField = value;
}
}
///
public string moduleName {
get {
return this.moduleNameField;
}
set {
this.moduleNameField = value;
}
}
///
public string moduleVersion {
get {
return this.moduleVersionField;
}
set {
this.moduleVersionField = value;
}
}
///
public string pathName {
get {
return this.pathNameField;
}
set {
this.pathNameField = value;
}
}
///
public bool rimSigned {
get {
return this.rimSignedField;
}
set {
this.rimSignedField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationModuleDependency {
private int applicationModuleKeyField;
private string dependentOnApplicationModuleNameField;
private System.Xml.XmlElement[] anyField;
public ApplicationModuleDependency() {
this.applicationModuleKeyField = 0;
}
///
public int applicationModuleKey {
get {
return this.applicationModuleKeyField;
}
set {
this.applicationModuleKeyField = value;
}
}
///
public string dependentOnApplicationModuleName {
get {
return this.dependentOnApplicationModuleNameField;
}
set {
this.dependentOnApplicationModuleNameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationSubModule {
private string uidField;
private int lengthField;
private int offsetField;
private int keyField;
private System.Xml.XmlElement[] anyField;
public ApplicationSubModule() {
this.lengthField = 0;
this.offsetField = 0;
this.keyField = 0;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public int length {
get {
return this.lengthField;
}
set {
this.lengthField = value;
}
}
///
public int offset {
get {
return this.offsetField;
}
set {
this.offsetField = value;
}
}
///
public int key {
get {
return this.keyField;
}
set {
this.keyField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationPackagingType {
private bool aLXField;
private bool bARField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
///
public bool ALX {
get {
return this.aLXField;
}
set {
this.aLXField = value;
}
}
///
public bool BAR {
get {
return this.bARField;
}
set {
this.bARField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ApplicationLocationType {
private bool iNTERNALField;
private bool bLACKBERRY_WORLDField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public ApplicationLocationType() {
this.iNTERNALField = false;
this.bLACKBERRY_WORLDField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool INTERNAL {
get {
return this.iNTERNALField;
}
set {
this.iNTERNALField = value;
}
}
///
public bool BLACKBERRY_WORLD {
get {
return this.bLACKBERRY_WORLDField;
}
set {
this.bLACKBERRY_WORLDField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ObjectDeliveryMode {
private bool pULLField;
private bool pUSHField;
private bool pUSH_OR_PULLField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public ObjectDeliveryMode() {
this.pULLField = false;
this.pUSHField = false;
this.pUSH_OR_PULLField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool PULL {
get {
return this.pULLField;
}
set {
this.pULLField = value;
}
}
///
public bool PUSH {
get {
return this.pUSHField;
}
set {
this.pUSHField = value;
}
}
///
public bool PUSH_OR_PULL {
get {
return this.pUSH_OR_PULLField;
}
set {
this.pUSH_OR_PULLField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignSWConfigsFromGroupResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignSWConfigsFromGroupRequest {
private RequestMetadata metadataField;
private SWConfig[] swConfigsField;
private Group groupField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("swConfigs", IsNullable=true)]
public SWConfig[] swConfigs {
get {
return this.swConfigsField;
}
set {
this.swConfigsField = value;
}
}
///
public Group group {
get {
return this.groupField;
}
set {
this.groupField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignGroupsFromGroupResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UnassignGroupsFromGroupRequest {
private RequestMetadata metadataField;
private Group[] groupsField;
private Group groupField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("groups", IsNullable=true)]
public Group[] groups {
get {
return this.groupsField;
}
set {
this.groupsField = value;
}
}
///
public Group group {
get {
return this.groupField;
}
set {
this.groupField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersServerResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersServerRequest {
private RequestMetadata metadataField;
private User[] usersField;
private Server serverField;
private bool failOutstandingJobsField;
private bool ignoreDuplicateWarningField;
private bool ignoreEncryptionWarningField;
private bool ignoreInactiveTargetWarningsField;
private bool ignoreUserRegistrationWarningsField;
private System.Xml.XmlElement[] anyField;
public SetUsersServerRequest() {
this.failOutstandingJobsField = false;
this.ignoreDuplicateWarningField = false;
this.ignoreEncryptionWarningField = false;
this.ignoreInactiveTargetWarningsField = false;
this.ignoreUserRegistrationWarningsField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
public Server server {
get {
return this.serverField;
}
set {
this.serverField = value;
}
}
///
public bool failOutstandingJobs {
get {
return this.failOutstandingJobsField;
}
set {
this.failOutstandingJobsField = value;
}
}
///
public bool ignoreDuplicateWarning {
get {
return this.ignoreDuplicateWarningField;
}
set {
this.ignoreDuplicateWarningField = value;
}
}
///
public bool ignoreEncryptionWarning {
get {
return this.ignoreEncryptionWarningField;
}
set {
this.ignoreEncryptionWarningField = value;
}
}
///
public bool ignoreInactiveTargetWarnings {
get {
return this.ignoreInactiveTargetWarningsField;
}
set {
this.ignoreInactiveTargetWarningsField = value;
}
}
///
public bool ignoreUserRegistrationWarnings {
get {
return this.ignoreUserRegistrationWarningsField;
}
set {
this.ignoreUserRegistrationWarningsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class Server {
private string uidField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private string hostNameField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public string hostName {
get {
return this.hostNameField;
}
set {
this.hostNameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersSendMessageResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersSendMessageRequest {
private RequestMetadata metadataField;
private User[] usersField;
private Message messageField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
public Message message {
get {
return this.messageField;
}
set {
this.messageField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class Message {
private string bodyField;
private string subjectField;
private MessageType typeField;
private System.Xml.XmlElement[] anyField;
///
public string body {
get {
return this.bodyField;
}
set {
this.bodyField = value;
}
}
///
public string subject {
get {
return this.subjectField;
}
set {
this.subjectField = value;
}
}
///
public MessageType type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class MessageType {
private bool eMAILField;
private bool pINField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public MessageType() {
this.eMAILField = false;
this.pINField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool EMAIL {
get {
return this.eMAILField;
}
set {
this.eMAILField = value;
}
}
///
public bool PIN {
get {
return this.pINField;
}
set {
this.pINField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersResendServiceBooksResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersResendServiceBooksRequest {
private RequestMetadata metadataField;
private User[] usersField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersResendReconciledApplicationsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersResendReconciledApplicationsIndividualRequest {
private User userField;
private Application[] applicationsField;
private System.Xml.XmlElement[] anyField;
///
public User user {
get {
return this.userField;
}
set {
this.userField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("applications", IsNullable=true)]
public Application[] applications {
get {
return this.applicationsField;
}
set {
this.applicationsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersResendReconciledApplicationsRequest {
private RequestMetadata metadataField;
private SetUsersResendReconciledApplicationsIndividualRequest[] individualRequestsField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualRequests", IsNullable=true)]
public SetUsersResendReconciledApplicationsIndividualRequest[] individualRequests {
get {
return this.individualRequestsField;
}
set {
this.individualRequestsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersResendITPolicyResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersResendITPolicyRequest {
private RequestMetadata metadataField;
private User[] usersField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersPIMSyncConfigsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UpdatePIMSyncDirectionAndConflictResolutionType {
private bool bIDIRECTIONAL_DEVICE_WINSField;
private bool bIDIRECTIONAL_SERVER_WINSField;
private bool sERVER_TO_DEVICEField;
private bool dEVICE_TO_SERVERField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public UpdatePIMSyncDirectionAndConflictResolutionType() {
this.bIDIRECTIONAL_DEVICE_WINSField = false;
this.bIDIRECTIONAL_SERVER_WINSField = false;
this.sERVER_TO_DEVICEField = false;
this.dEVICE_TO_SERVERField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool BIDIRECTIONAL_DEVICE_WINS {
get {
return this.bIDIRECTIONAL_DEVICE_WINSField;
}
set {
this.bIDIRECTIONAL_DEVICE_WINSField = value;
}
}
///
public bool BIDIRECTIONAL_SERVER_WINS {
get {
return this.bIDIRECTIONAL_SERVER_WINSField;
}
set {
this.bIDIRECTIONAL_SERVER_WINSField = value;
}
}
///
public bool SERVER_TO_DEVICE {
get {
return this.sERVER_TO_DEVICEField;
}
set {
this.sERVER_TO_DEVICEField = value;
}
}
///
public bool DEVICE_TO_SERVER {
get {
return this.dEVICE_TO_SERVERField;
}
set {
this.dEVICE_TO_SERVERField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UpdatePIMSyncConfig {
private UpdatePIMSyncDirectionAndConflictResolutionType directionAndConflictResolutionTypeField;
private bool enabledOnServerField;
private bool enabledOnServerFieldSpecified;
private System.Xml.XmlElement[] anyField;
///
public UpdatePIMSyncDirectionAndConflictResolutionType directionAndConflictResolutionType {
get {
return this.directionAndConflictResolutionTypeField;
}
set {
this.directionAndConflictResolutionTypeField = value;
}
}
///
public bool enabledOnServer {
get {
return this.enabledOnServerField;
}
set {
this.enabledOnServerField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool enabledOnServerSpecified {
get {
return this.enabledOnServerFieldSpecified;
}
set {
this.enabledOnServerFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersPIMSyncConfigsRequest {
private RequestMetadata metadataField;
private User[] usersField;
private bool wirelessPIMSyncEnabledField;
private bool wirelessPIMSyncEnabledFieldSpecified;
private UpdatePIMSyncConfig addressBookField;
private UpdatePIMSyncConfig certificateSummaryDataField;
private UpdatePIMSyncConfig memosField;
private UpdatePIMSyncConfig messageFiltersField;
private UpdatePIMSyncConfig messageSettingsField;
private UpdatePIMSyncConfig tasksField;
private bool automaticDeviceManagementEnabledField;
private bool automaticDeviceManagementEnabledFieldSpecified;
private bool automaticWirelessBackupEnabledField;
private bool automaticWirelessBackupEnabledFieldSpecified;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
public bool wirelessPIMSyncEnabled {
get {
return this.wirelessPIMSyncEnabledField;
}
set {
this.wirelessPIMSyncEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool wirelessPIMSyncEnabledSpecified {
get {
return this.wirelessPIMSyncEnabledFieldSpecified;
}
set {
this.wirelessPIMSyncEnabledFieldSpecified = value;
}
}
///
public UpdatePIMSyncConfig addressBook {
get {
return this.addressBookField;
}
set {
this.addressBookField = value;
}
}
///
public UpdatePIMSyncConfig certificateSummaryData {
get {
return this.certificateSummaryDataField;
}
set {
this.certificateSummaryDataField = value;
}
}
///
public UpdatePIMSyncConfig memos {
get {
return this.memosField;
}
set {
this.memosField = value;
}
}
///
public UpdatePIMSyncConfig messageFilters {
get {
return this.messageFiltersField;
}
set {
this.messageFiltersField = value;
}
}
///
public UpdatePIMSyncConfig messageSettings {
get {
return this.messageSettingsField;
}
set {
this.messageSettingsField = value;
}
}
///
public UpdatePIMSyncConfig tasks {
get {
return this.tasksField;
}
set {
this.tasksField = value;
}
}
///
public bool automaticDeviceManagementEnabled {
get {
return this.automaticDeviceManagementEnabledField;
}
set {
this.automaticDeviceManagementEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool automaticDeviceManagementEnabledSpecified {
get {
return this.automaticDeviceManagementEnabledFieldSpecified;
}
set {
this.automaticDeviceManagementEnabledFieldSpecified = value;
}
}
///
public bool automaticWirelessBackupEnabled {
get {
return this.automaticWirelessBackupEnabledField;
}
set {
this.automaticWirelessBackupEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool automaticWirelessBackupEnabledSpecified {
get {
return this.automaticWirelessBackupEnabledFieldSpecified;
}
set {
this.automaticWirelessBackupEnabledFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersITPolicyResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersITPolicyRequest {
private RequestMetadata metadataField;
private User[] usersField;
private ITPolicy itPolicyField;
private bool clearUsersITPolicyField;
private System.Xml.XmlElement[] anyField;
public SetUsersITPolicyRequest() {
this.clearUsersITPolicyField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
public ITPolicy itPolicy {
get {
return this.itPolicyField;
}
set {
this.itPolicyField = value;
}
}
///
public bool clearUsersITPolicy {
get {
return this.clearUsersITPolicyField;
}
set {
this.clearUsersITPolicyField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ITPolicy {
private Policy policyField;
private System.Xml.XmlElement[] anyField;
///
public Policy policy {
get {
return this.policyField;
}
set {
this.policyField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersFolderRedirectionResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersFolderRedirectionIndividualRequest {
private User userField;
private PersonalRedirectionFolder personalRedirectionFolderField;
private System.Xml.XmlElement[] anyField;
///
public User user {
get {
return this.userField;
}
set {
this.userField = value;
}
}
///
public PersonalRedirectionFolder personalRedirectionFolder {
get {
return this.personalRedirectionFolderField;
}
set {
this.personalRedirectionFolderField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PersonalRedirectionFolder {
private PersonalRedirectionFolderItem personalRedirectionFolderItemField;
private PersonalRedirectionFolder[] subfoldersField;
private System.Xml.XmlElement[] anyField;
///
public PersonalRedirectionFolderItem personalRedirectionFolderItem {
get {
return this.personalRedirectionFolderItemField;
}
set {
this.personalRedirectionFolderItemField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("subfolders")]
public PersonalRedirectionFolder[] subfolders {
get {
return this.subfoldersField;
}
set {
this.subfoldersField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PersonalRedirectionFolderItem {
private string folderKeyField;
private bool availableForRedirectionField;
private bool redirectedField;
private string nameField;
private System.Xml.XmlElement[] anyField;
///
public string folderKey {
get {
return this.folderKeyField;
}
set {
this.folderKeyField = value;
}
}
///
public bool availableForRedirection {
get {
return this.availableForRedirectionField;
}
set {
this.availableForRedirectionField = value;
}
}
///
public bool redirected {
get {
return this.redirectedField;
}
set {
this.redirectedField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersFolderRedirectionRequest {
private RequestMetadata metadataField;
private SetUsersFolderRedirectionIndividualRequest[] individualRequestsField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualRequests", IsNullable=true)]
public SetUsersFolderRedirectionIndividualRequest[] individualRequests {
get {
return this.individualRequestsField;
}
set {
this.individualRequestsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersEmailFilterRulesResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersEmailFilterRulesIndividualRequest {
private User userField;
private EmailFilterRule[] emailFilterRulesField;
private System.Xml.XmlElement[] anyField;
///
public User user {
get {
return this.userField;
}
set {
this.userField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("emailFilterRules", IsNullable=true)]
public EmailFilterRule[] emailFilterRules {
get {
return this.emailFilterRulesField;
}
set {
this.emailFilterRulesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailFilterRule {
private EmailFilterActionType actionField;
private string nameField;
private string bodyField;
private bool enabledField;
private string[] sentFromField;
private string[] sentToField;
private string subjectField;
private EmailFilterRecipientType[] recipientTypesField;
private EmailFilterSensitivityType sensitivityField;
private EmailFilterImportanceType importanceField;
private EmailFilterForwardMethodType[] forwardMethodsField;
private System.Xml.XmlElement[] anyField;
public EmailFilterRule() {
this.enabledField = false;
}
///
public EmailFilterActionType action {
get {
return this.actionField;
}
set {
this.actionField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string body {
get {
return this.bodyField;
}
set {
this.bodyField = value;
}
}
///
public bool enabled {
get {
return this.enabledField;
}
set {
this.enabledField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("sentFrom")]
public string[] sentFrom {
get {
return this.sentFromField;
}
set {
this.sentFromField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("sentTo")]
public string[] sentTo {
get {
return this.sentToField;
}
set {
this.sentToField = value;
}
}
///
public string subject {
get {
return this.subjectField;
}
set {
this.subjectField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("recipientTypes")]
public EmailFilterRecipientType[] recipientTypes {
get {
return this.recipientTypesField;
}
set {
this.recipientTypesField = value;
}
}
///
public EmailFilterSensitivityType sensitivity {
get {
return this.sensitivityField;
}
set {
this.sensitivityField = value;
}
}
///
public EmailFilterImportanceType importance {
get {
return this.importanceField;
}
set {
this.importanceField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("forwardMethods")]
public EmailFilterForwardMethodType[] forwardMethods {
get {
return this.forwardMethodsField;
}
set {
this.forwardMethodsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailFilterActionType {
private bool fORWARDField;
private bool dO_NOT_FORWARDField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public EmailFilterActionType() {
this.fORWARDField = false;
this.dO_NOT_FORWARDField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool FORWARD {
get {
return this.fORWARDField;
}
set {
this.fORWARDField = value;
}
}
///
public bool DO_NOT_FORWARD {
get {
return this.dO_NOT_FORWARDField;
}
set {
this.dO_NOT_FORWARDField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailFilterRecipientType {
private bool dIRECTLY_TO_MEField;
private bool cC_TO_MEField;
private bool bCC_TO_MEField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public EmailFilterRecipientType() {
this.dIRECTLY_TO_MEField = false;
this.cC_TO_MEField = false;
this.bCC_TO_MEField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool DIRECTLY_TO_ME {
get {
return this.dIRECTLY_TO_MEField;
}
set {
this.dIRECTLY_TO_MEField = value;
}
}
///
public bool CC_TO_ME {
get {
return this.cC_TO_MEField;
}
set {
this.cC_TO_MEField = value;
}
}
///
public bool BCC_TO_ME {
get {
return this.bCC_TO_MEField;
}
set {
this.bCC_TO_MEField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailFilterSensitivityType {
private bool nORMALField;
private bool pERSONALField;
private bool pRIVATEField;
private bool cONFIDENTIALField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public EmailFilterSensitivityType() {
this.nORMALField = false;
this.pERSONALField = false;
this.pRIVATEField = false;
this.cONFIDENTIALField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool NORMAL {
get {
return this.nORMALField;
}
set {
this.nORMALField = value;
}
}
///
public bool PERSONAL {
get {
return this.pERSONALField;
}
set {
this.pERSONALField = value;
}
}
///
public bool PRIVATE {
get {
return this.pRIVATEField;
}
set {
this.pRIVATEField = value;
}
}
///
public bool CONFIDENTIAL {
get {
return this.cONFIDENTIALField;
}
set {
this.cONFIDENTIALField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailFilterImportanceType {
private bool lOWField;
private bool nORMALField;
private bool hIGHField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public EmailFilterImportanceType() {
this.lOWField = false;
this.nORMALField = false;
this.hIGHField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool LOW {
get {
return this.lOWField;
}
set {
this.lOWField = value;
}
}
///
public bool NORMAL {
get {
return this.nORMALField;
}
set {
this.nORMALField = value;
}
}
///
public bool HIGH {
get {
return this.hIGHField;
}
set {
this.hIGHField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailFilterForwardMethodType {
private bool hEADER_ONLYField;
private bool wITH_LEVEL_1_NOTIFICATIONField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public EmailFilterForwardMethodType() {
this.hEADER_ONLYField = false;
this.wITH_LEVEL_1_NOTIFICATIONField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool HEADER_ONLY {
get {
return this.hEADER_ONLYField;
}
set {
this.hEADER_ONLYField = value;
}
}
///
public bool WITH_LEVEL_1_NOTIFICATION {
get {
return this.wITH_LEVEL_1_NOTIFICATIONField;
}
set {
this.wITH_LEVEL_1_NOTIFICATIONField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersEmailFilterRulesRequest {
private RequestMetadata metadataField;
private SetUsersEmailFilterRulesIndividualRequest[] individualRequestsField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualRequests", IsNullable=true)]
public SetUsersEmailFilterRulesIndividualRequest[] individualRequests {
get {
return this.individualRequestsField;
}
set {
this.individualRequestsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersAutoSignatureResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersAutoSignatureRequest {
private RequestMetadata metadataField;
private User[] usersField;
private string autoSignatureField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
public string autoSignature {
get {
return this.autoSignatureField;
}
set {
this.autoSignatureField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersActivationPasswordResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetUsersActivationPasswordRequest {
private RequestMetadata metadataField;
private User[] usersField;
private string activationPasswordField;
private int expiryHoursField;
private bool generateAndEmailRandomPasswordField;
private bool clearUsersActivationPasswordField;
private bool useExternalDirectoryAuthenticationField;
private MessageType sendActivationMessageUsingMessageTypeField;
private System.Xml.XmlElement[] anyField;
public SetUsersActivationPasswordRequest() {
this.expiryHoursField = 0;
this.generateAndEmailRandomPasswordField = false;
this.clearUsersActivationPasswordField = false;
this.useExternalDirectoryAuthenticationField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
public string activationPassword {
get {
return this.activationPasswordField;
}
set {
this.activationPasswordField = value;
}
}
///
public int expiryHours {
get {
return this.expiryHoursField;
}
set {
this.expiryHoursField = value;
}
}
///
public bool generateAndEmailRandomPassword {
get {
return this.generateAndEmailRandomPasswordField;
}
set {
this.generateAndEmailRandomPasswordField = value;
}
}
///
public bool clearUsersActivationPassword {
get {
return this.clearUsersActivationPasswordField;
}
set {
this.clearUsersActivationPasswordField = value;
}
}
///
public bool useExternalDirectoryAuthentication {
get {
return this.useExternalDirectoryAuthenticationField;
}
set {
this.useExternalDirectoryAuthenticationField = value;
}
}
///
public MessageType sendActivationMessageUsingMessageType {
get {
return this.sendActivationMessageUsingMessageTypeField;
}
set {
this.sendActivationMessageUsingMessageTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetGroupsSendMessageResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetGroupsSendMessageRequest {
private RequestMetadata metadataField;
private Group[] groupsField;
private Message messageField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("groups", IsNullable=true)]
public Group[] groups {
get {
return this.groupsField;
}
set {
this.groupsField = value;
}
}
///
public Message message {
get {
return this.messageField;
}
set {
this.messageField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetGroupsITPolicyResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetGroupsITPolicyRequest {
private RequestMetadata metadataField;
private Group[] groupsField;
private ITPolicy itPolicyField;
private bool clearGroupsITPolicyField;
private System.Xml.XmlElement[] anyField;
public SetGroupsITPolicyRequest() {
this.clearGroupsITPolicyField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("groups", IsNullable=true)]
public Group[] groups {
get {
return this.groupsField;
}
set {
this.groupsField = value;
}
}
///
public ITPolicy itPolicy {
get {
return this.itPolicyField;
}
set {
this.itPolicyField = value;
}
}
///
public bool clearGroupsITPolicy {
get {
return this.clearGroupsITPolicyField;
}
set {
this.clearGroupsITPolicyField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesWipeResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class OffboardingType {
private bool nONEField;
private bool dELETEField;
private bool dELETE_AND_REMOVE_USER_STATEField;
private bool dISABLEField;
private bool dISABLE_AND_REMOVE_USER_STATEField;
private string valueField;
private bool uNSUPPORTED_VALUEField;
private System.Xml.XmlElement[] anyField;
public OffboardingType() {
this.nONEField = false;
this.dELETEField = false;
this.dELETE_AND_REMOVE_USER_STATEField = false;
this.dISABLEField = false;
this.dISABLE_AND_REMOVE_USER_STATEField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool NONE {
get {
return this.nONEField;
}
set {
this.nONEField = value;
}
}
///
public bool DELETE {
get {
return this.dELETEField;
}
set {
this.dELETEField = value;
}
}
///
public bool DELETE_AND_REMOVE_USER_STATE {
get {
return this.dELETE_AND_REMOVE_USER_STATEField;
}
set {
this.dELETE_AND_REMOVE_USER_STATEField = value;
}
}
///
public bool DISABLE {
get {
return this.dISABLEField;
}
set {
this.dISABLEField = value;
}
}
///
public bool DISABLE_AND_REMOVE_USER_STATE {
get {
return this.dISABLE_AND_REMOVE_USER_STATEField;
}
set {
this.dISABLE_AND_REMOVE_USER_STATEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesWipeRequest {
private RequestMetadata metadataField;
private Device[] devicesField;
private bool organizationWipeOnlyField;
private OffboardingType offboardingTypeField;
private bool forceDeleteDeviceField;
private System.Xml.XmlElement[] anyField;
public SetDevicesWipeRequest() {
this.organizationWipeOnlyField = false;
this.forceDeleteDeviceField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("devices", IsNullable=true)]
public Device[] devices {
get {
return this.devicesField;
}
set {
this.devicesField = value;
}
}
///
public bool organizationWipeOnly {
get {
return this.organizationWipeOnlyField;
}
set {
this.organizationWipeOnlyField = value;
}
}
///
public OffboardingType offboardingType {
get {
return this.offboardingTypeField;
}
set {
this.offboardingTypeField = value;
}
}
///
public bool forceDeleteDevice {
get {
return this.forceDeleteDeviceField;
}
set {
this.forceDeleteDeviceField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesSyncCalendarResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesSyncCalendarRequest {
private RequestMetadata metadataField;
private Device[] devicesField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("devices", IsNullable=true)]
public Device[] devices {
get {
return this.devicesField;
}
set {
this.devicesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesPasswordResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesPasswordRequest {
private RequestMetadata metadataField;
private Device[] devicesField;
private string devicePasswordField;
private bool clearDevicesPasswordField;
private string displayMessageField;
private System.Xml.XmlElement[] anyField;
public SetDevicesPasswordRequest() {
this.clearDevicesPasswordField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("devices", IsNullable=true)]
public Device[] devices {
get {
return this.devicesField;
}
set {
this.devicesField = value;
}
}
///
public string devicePassword {
get {
return this.devicePasswordField;
}
set {
this.devicePasswordField = value;
}
}
///
public bool clearDevicesPassword {
get {
return this.clearDevicesPasswordField;
}
set {
this.clearDevicesPasswordField = value;
}
}
///
public string displayMessage {
get {
return this.displayMessageField;
}
set {
this.displayMessageField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesOwnerInfoResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class OwnerInfo {
private string nameField;
private string descriptionField;
private System.Xml.XmlElement[] anyField;
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesOwnerInfoRequest {
private RequestMetadata metadataField;
private Device[] devicesField;
private OwnerInfo ownerInfoField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("devices", IsNullable=true)]
public Device[] devices {
get {
return this.devicesField;
}
set {
this.devicesField = value;
}
}
///
public OwnerInfo ownerInfo {
get {
return this.ownerInfoField;
}
set {
this.ownerInfoField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesLockResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesLockRequest {
private RequestMetadata metadataField;
private Device[] devicesField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("devices")]
public Device[] devices {
get {
return this.devicesField;
}
set {
this.devicesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesEmailRedirectionResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SetDevicesEmailRedirectionRequest {
private RequestMetadata metadataField;
private Device[] devicesField;
private bool enableEmailRedirectionField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("devices", IsNullable=true)]
public Device[] devices {
get {
return this.devicesField;
}
set {
this.devicesField = value;
}
}
///
public bool enableEmailRedirection {
get {
return this.enableEmailRedirectionField;
}
set {
this.enableEmailRedirectionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetWLANConfigsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private WLANConfig[] wlanConfigsField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("wlanConfigs")]
public WLANConfig[] wlanConfigs {
get {
return this.wlanConfigsField;
}
set {
this.wlanConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetWLANConfigsRequest {
private RequestMetadata metadataField;
private string nameField;
private bool includePolicyRulesField;
private System.Xml.XmlElement[] anyField;
public GetWLANConfigsRequest() {
this.includePolicyRulesField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public bool includePolicyRules {
get {
return this.includePolicyRulesField;
}
set {
this.includePolicyRulesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetVPNConfigsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private VPNConfig[] vpnConfigsField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("vpnConfigs")]
public VPNConfig[] vpnConfigs {
get {
return this.vpnConfigsField;
}
set {
this.vpnConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetVPNConfigsRequest {
private RequestMetadata metadataField;
private string nameField;
private bool includePolicyRulesField;
private System.Xml.XmlElement[] anyField;
public GetVPNConfigsRequest() {
this.includePolicyRulesField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public bool includePolicyRules {
get {
return this.includePolicyRulesField;
}
set {
this.includePolicyRulesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUsersReconciledApplicationsIndividualResponse {
private Application[] reconciledApplicationsField;
private string userUidField;
private ReturnStatus returnStatusField;
private System.Xml.XmlElement[] anyField;
///
[System.Xml.Serialization.XmlElementAttribute("reconciledApplications")]
public Application[] reconciledApplications {
get {
return this.reconciledApplicationsField;
}
set {
this.reconciledApplicationsField = value;
}
}
///
public string userUid {
get {
return this.userUidField;
}
set {
this.userUidField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUsersReconciledApplicationsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private GetUsersReconciledApplicationsIndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public GetUsersReconciledApplicationsIndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUsersReconciledApplicationsRequest {
private RequestMetadata metadataField;
private User[] usersField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class IndirectUserEmailProfile {
private UserEmailProfile userEmailProfileField;
private IndirectObjectAssignedToType assignedToField;
private System.Xml.XmlElement[] anyField;
///
public UserEmailProfile userEmailProfile {
get {
return this.userEmailProfileField;
}
set {
this.userEmailProfileField = value;
}
}
///
public IndirectObjectAssignedToType assignedTo {
get {
return this.assignedToField;
}
set {
this.assignedToField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UserEmailProfile {
private string uidField;
private string organizationUidField;
private string emailProfileUidField;
private string accountNameField;
private string emailAddressField;
private string usernameField;
private string domainField;
private string passwordField;
private bool useADSettingsField;
private System.Xml.XmlElement[] anyField;
public UserEmailProfile() {
this.useADSettingsField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
public string emailProfileUid {
get {
return this.emailProfileUidField;
}
set {
this.emailProfileUidField = value;
}
}
///
public string accountName {
get {
return this.accountNameField;
}
set {
this.accountNameField = value;
}
}
///
public string emailAddress {
get {
return this.emailAddressField;
}
set {
this.emailAddressField = value;
}
}
///
public string username {
get {
return this.usernameField;
}
set {
this.usernameField = value;
}
}
///
public string domain {
get {
return this.domainField;
}
set {
this.domainField = value;
}
}
///
public string password {
get {
return this.passwordField;
}
set {
this.passwordField = value;
}
}
///
public bool useADSettings {
get {
return this.useADSettingsField;
}
set {
this.useADSettingsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class IndirectObjectAssignedToType {
private bool gROUP_DIRECTField;
private bool gROUP_INDIRECTField;
private bool dOMAINField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public IndirectObjectAssignedToType() {
this.gROUP_DIRECTField = false;
this.gROUP_INDIRECTField = false;
this.dOMAINField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool GROUP_DIRECT {
get {
return this.gROUP_DIRECTField;
}
set {
this.gROUP_DIRECTField = value;
}
}
///
public bool GROUP_INDIRECT {
get {
return this.gROUP_INDIRECTField;
}
set {
this.gROUP_INDIRECTField = value;
}
}
///
public bool DOMAIN {
get {
return this.dOMAINField;
}
set {
this.dOMAINField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SWToken {
private string serialNumberField;
private byte[] seedField;
private string passwordField;
private int timeoutField;
private System.Xml.XmlElement[] anyField;
///
public string serialNumber {
get {
return this.serialNumberField;
}
set {
this.serialNumberField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="hexBinary")]
public byte[] seed {
get {
return this.seedField;
}
set {
this.seedField = value;
}
}
///
public string password {
get {
return this.passwordField;
}
set {
this.passwordField = value;
}
}
///
public int timeout {
get {
return this.timeoutField;
}
set {
this.timeoutField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class IndirectGroup {
private Group groupField;
private IndirectObjectAssignedToType assignedToField;
private System.Xml.XmlElement[] anyField;
///
public Group group {
get {
return this.groupField;
}
set {
this.groupField = value;
}
}
///
public IndirectObjectAssignedToType assignedTo {
get {
return this.assignedToField;
}
set {
this.assignedToField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UserDetail {
private string uidField;
private string basLoginNameField;
private string displayNameField;
private string firstNameField;
private string lastNameField;
private Authenticator[] authenticatorsField;
private UserState userStateField;
private string organizationUidField;
private Device[] devicesField;
private Account[] accountsField;
private bool externallyManagedField;
private string lastLoginTimeField;
private string lastLoginComputerNameField;
private bool userPendingDeletionField;
private ITPolicy directITPolicyField;
private IndirectITPolicy[] indirectITPoliciesField;
private SWConfig[] directSWConfigsField;
private IndirectSWConfig[] indirectSWConfigsField;
private Group[] directGroupsField;
private IndirectGroup[] indirectGroupsField;
private Role[] directRolesField;
private IndirectRole[] indirectRolesField;
private VPNConfig[] directVPNConfigsField;
private IndirectVPNConfig[] indirectVPNConfigsField;
private WLANConfig[] directWLANConfigsField;
private IndirectWLANConfig[] indirectWLANConfigsField;
private SWToken[] swTokensField;
private bool deviceEnabledField;
private UserEmailProfile[] directUserEmailProfilesField;
private IndirectUserEmailProfile[] indirectUserEmailProfilesField;
private string externalUserUidField;
private string userDeletionTimeField;
private System.Xml.XmlElement[] anyField;
public UserDetail() {
this.externallyManagedField = false;
this.userPendingDeletionField = false;
this.deviceEnabledField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string basLoginName {
get {
return this.basLoginNameField;
}
set {
this.basLoginNameField = value;
}
}
///
public string displayName {
get {
return this.displayNameField;
}
set {
this.displayNameField = value;
}
}
///
public string firstName {
get {
return this.firstNameField;
}
set {
this.firstNameField = value;
}
}
///
public string lastName {
get {
return this.lastNameField;
}
set {
this.lastNameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("authenticators")]
public Authenticator[] authenticators {
get {
return this.authenticatorsField;
}
set {
this.authenticatorsField = value;
}
}
///
public UserState userState {
get {
return this.userStateField;
}
set {
this.userStateField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("devices")]
public Device[] devices {
get {
return this.devicesField;
}
set {
this.devicesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("accounts")]
public Account[] accounts {
get {
return this.accountsField;
}
set {
this.accountsField = value;
}
}
///
public bool externallyManaged {
get {
return this.externallyManagedField;
}
set {
this.externallyManagedField = value;
}
}
///
public string lastLoginTime {
get {
return this.lastLoginTimeField;
}
set {
this.lastLoginTimeField = value;
}
}
///
public string lastLoginComputerName {
get {
return this.lastLoginComputerNameField;
}
set {
this.lastLoginComputerNameField = value;
}
}
///
public bool userPendingDeletion {
get {
return this.userPendingDeletionField;
}
set {
this.userPendingDeletionField = value;
}
}
///
public ITPolicy directITPolicy {
get {
return this.directITPolicyField;
}
set {
this.directITPolicyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectITPolicies")]
public IndirectITPolicy[] indirectITPolicies {
get {
return this.indirectITPoliciesField;
}
set {
this.indirectITPoliciesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directSWConfigs")]
public SWConfig[] directSWConfigs {
get {
return this.directSWConfigsField;
}
set {
this.directSWConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectSWConfigs")]
public IndirectSWConfig[] indirectSWConfigs {
get {
return this.indirectSWConfigsField;
}
set {
this.indirectSWConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directGroups")]
public Group[] directGroups {
get {
return this.directGroupsField;
}
set {
this.directGroupsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectGroups")]
public IndirectGroup[] indirectGroups {
get {
return this.indirectGroupsField;
}
set {
this.indirectGroupsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directRoles")]
public Role[] directRoles {
get {
return this.directRolesField;
}
set {
this.directRolesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectRoles")]
public IndirectRole[] indirectRoles {
get {
return this.indirectRolesField;
}
set {
this.indirectRolesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directVPNConfigs")]
public VPNConfig[] directVPNConfigs {
get {
return this.directVPNConfigsField;
}
set {
this.directVPNConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectVPNConfigs")]
public IndirectVPNConfig[] indirectVPNConfigs {
get {
return this.indirectVPNConfigsField;
}
set {
this.indirectVPNConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directWLANConfigs")]
public WLANConfig[] directWLANConfigs {
get {
return this.directWLANConfigsField;
}
set {
this.directWLANConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectWLANConfigs")]
public IndirectWLANConfig[] indirectWLANConfigs {
get {
return this.indirectWLANConfigsField;
}
set {
this.indirectWLANConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("swTokens")]
public SWToken[] swTokens {
get {
return this.swTokensField;
}
set {
this.swTokensField = value;
}
}
///
public bool deviceEnabled {
get {
return this.deviceEnabledField;
}
set {
this.deviceEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directUserEmailProfiles")]
public UserEmailProfile[] directUserEmailProfiles {
get {
return this.directUserEmailProfilesField;
}
set {
this.directUserEmailProfilesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectUserEmailProfiles")]
public IndirectUserEmailProfile[] indirectUserEmailProfiles {
get {
return this.indirectUserEmailProfilesField;
}
set {
this.indirectUserEmailProfilesField = value;
}
}
///
public string externalUserUid {
get {
return this.externalUserUidField;
}
set {
this.externalUserUidField = value;
}
}
///
public string userDeletionTime {
get {
return this.userDeletionTimeField;
}
set {
this.userDeletionTimeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class Authenticator {
private string uidField;
private AuthenticatorType authenticatorTypeField;
private string nameField;
private string externalUidField;
private System.Xml.XmlElement[] anyField;
public Authenticator() {
this.uidField = "0";
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public AuthenticatorType authenticatorType {
get {
return this.authenticatorTypeField;
}
set {
this.authenticatorTypeField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string externalUid {
get {
return this.externalUidField;
}
set {
this.externalUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AuthenticatorType {
private bool iNTERNALField;
private bool pLUGINField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public AuthenticatorType() {
this.iNTERNALField = false;
this.pLUGINField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool INTERNAL {
get {
return this.iNTERNALField;
}
set {
this.iNTERNALField = value;
}
}
///
public bool PLUGIN {
get {
return this.pLUGINField;
}
set {
this.pLUGINField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class Account {
private string uidField;
private string directoryServerNameField;
private string organizationUidField;
private string mailboxDisplayNameField;
private string mailboxDNField;
private string mailServerDNField;
private bool staticMailboxAgentEnabledField;
private string mailBoxAgentUidField;
private bool accountBootstrappedField;
private string adapterServiceUidField;
private string emailAddressField;
private bool autoDownloadInlineImagesEnabledField;
private bool mailstoreAvailableField;
private int maximumSynchronizedPublicContactFoldersField;
private string messagingServerAccountInfoField;
private AccountServiceAttributes accountServiceAttributesField;
private AccountConfiguration accountConfigurationField;
private bool privateFoldersSupportedField;
private bool publicFoldersSupportedField;
private bool richContentEnabledField;
private bool userAbleToSynchronizeContactSourcesField;
private bool smimeMessageProcessingEditableEnabledField;
private bool mapRedirectToBlackBerryDeviceField;
private bool configChannelPropertiesVisibleField;
private bool wirelessCalendarEnabledField;
private bool wirelessMessageReconcliliationEnabledField;
private Device[] devicesField;
private string serviceNameField;
private bool userPendingDeletionField;
private System.Xml.XmlElement[] anyField;
public Account() {
this.staticMailboxAgentEnabledField = false;
this.accountBootstrappedField = false;
this.autoDownloadInlineImagesEnabledField = false;
this.mailstoreAvailableField = false;
this.maximumSynchronizedPublicContactFoldersField = 0;
this.privateFoldersSupportedField = false;
this.publicFoldersSupportedField = false;
this.richContentEnabledField = false;
this.userAbleToSynchronizeContactSourcesField = false;
this.smimeMessageProcessingEditableEnabledField = false;
this.mapRedirectToBlackBerryDeviceField = false;
this.configChannelPropertiesVisibleField = false;
this.wirelessCalendarEnabledField = false;
this.wirelessMessageReconcliliationEnabledField = false;
this.userPendingDeletionField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string directoryServerName {
get {
return this.directoryServerNameField;
}
set {
this.directoryServerNameField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
public string mailboxDisplayName {
get {
return this.mailboxDisplayNameField;
}
set {
this.mailboxDisplayNameField = value;
}
}
///
public string mailboxDN {
get {
return this.mailboxDNField;
}
set {
this.mailboxDNField = value;
}
}
///
public string mailServerDN {
get {
return this.mailServerDNField;
}
set {
this.mailServerDNField = value;
}
}
///
public bool staticMailboxAgentEnabled {
get {
return this.staticMailboxAgentEnabledField;
}
set {
this.staticMailboxAgentEnabledField = value;
}
}
///
public string mailBoxAgentUid {
get {
return this.mailBoxAgentUidField;
}
set {
this.mailBoxAgentUidField = value;
}
}
///
public bool accountBootstrapped {
get {
return this.accountBootstrappedField;
}
set {
this.accountBootstrappedField = value;
}
}
///
public string adapterServiceUid {
get {
return this.adapterServiceUidField;
}
set {
this.adapterServiceUidField = value;
}
}
///
public string emailAddress {
get {
return this.emailAddressField;
}
set {
this.emailAddressField = value;
}
}
///
public bool autoDownloadInlineImagesEnabled {
get {
return this.autoDownloadInlineImagesEnabledField;
}
set {
this.autoDownloadInlineImagesEnabledField = value;
}
}
///
public bool mailstoreAvailable {
get {
return this.mailstoreAvailableField;
}
set {
this.mailstoreAvailableField = value;
}
}
///
public int maximumSynchronizedPublicContactFolders {
get {
return this.maximumSynchronizedPublicContactFoldersField;
}
set {
this.maximumSynchronizedPublicContactFoldersField = value;
}
}
///
public string messagingServerAccountInfo {
get {
return this.messagingServerAccountInfoField;
}
set {
this.messagingServerAccountInfoField = value;
}
}
///
public AccountServiceAttributes accountServiceAttributes {
get {
return this.accountServiceAttributesField;
}
set {
this.accountServiceAttributesField = value;
}
}
///
public AccountConfiguration accountConfiguration {
get {
return this.accountConfigurationField;
}
set {
this.accountConfigurationField = value;
}
}
///
public bool privateFoldersSupported {
get {
return this.privateFoldersSupportedField;
}
set {
this.privateFoldersSupportedField = value;
}
}
///
public bool publicFoldersSupported {
get {
return this.publicFoldersSupportedField;
}
set {
this.publicFoldersSupportedField = value;
}
}
///
public bool richContentEnabled {
get {
return this.richContentEnabledField;
}
set {
this.richContentEnabledField = value;
}
}
///
public bool userAbleToSynchronizeContactSources {
get {
return this.userAbleToSynchronizeContactSourcesField;
}
set {
this.userAbleToSynchronizeContactSourcesField = value;
}
}
///
public bool smimeMessageProcessingEditableEnabled {
get {
return this.smimeMessageProcessingEditableEnabledField;
}
set {
this.smimeMessageProcessingEditableEnabledField = value;
}
}
///
public bool mapRedirectToBlackBerryDevice {
get {
return this.mapRedirectToBlackBerryDeviceField;
}
set {
this.mapRedirectToBlackBerryDeviceField = value;
}
}
///
public bool configChannelPropertiesVisible {
get {
return this.configChannelPropertiesVisibleField;
}
set {
this.configChannelPropertiesVisibleField = value;
}
}
///
public bool wirelessCalendarEnabled {
get {
return this.wirelessCalendarEnabledField;
}
set {
this.wirelessCalendarEnabledField = value;
}
}
///
public bool wirelessMessageReconcliliationEnabled {
get {
return this.wirelessMessageReconcliliationEnabledField;
}
set {
this.wirelessMessageReconcliliationEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("devices")]
public Device[] devices {
get {
return this.devicesField;
}
set {
this.devicesField = value;
}
}
///
public string serviceName {
get {
return this.serviceNameField;
}
set {
this.serviceNameField = value;
}
}
///
public bool userPendingDeletion {
get {
return this.userPendingDeletionField;
}
set {
this.userPendingDeletionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AccountServiceAttributes {
private BESServiceAttributes besServiceAttributesField;
private MDSCSServiceAttributes mdscsServiceAttributesField;
private SyncServiceAttributes syncServiceAttributesField;
private System.Xml.XmlElement[] anyField;
///
public BESServiceAttributes besServiceAttributes {
get {
return this.besServiceAttributesField;
}
set {
this.besServiceAttributesField = value;
}
}
///
public MDSCSServiceAttributes mdscsServiceAttributes {
get {
return this.mdscsServiceAttributesField;
}
set {
this.mdscsServiceAttributesField = value;
}
}
///
public SyncServiceAttributes syncServiceAttributes {
get {
return this.syncServiceAttributesField;
}
set {
this.syncServiceAttributesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class BESServiceAttributes {
private string uidField;
private string nameField;
private string associationDateField;
private bool enterpriseServicePolicyOverrideField;
private bool externalServicesEnabledField;
private bool externalServicesEnabledOnDeviceField;
private bool generateKeysAutomaticallyField;
private int maxKeyGenerationAttemptsField;
private bool movePendingField;
private System.Xml.XmlElement[] anyField;
public BESServiceAttributes() {
this.enterpriseServicePolicyOverrideField = false;
this.externalServicesEnabledField = false;
this.externalServicesEnabledOnDeviceField = false;
this.generateKeysAutomaticallyField = false;
this.maxKeyGenerationAttemptsField = 0;
this.movePendingField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string associationDate {
get {
return this.associationDateField;
}
set {
this.associationDateField = value;
}
}
///
public bool enterpriseServicePolicyOverride {
get {
return this.enterpriseServicePolicyOverrideField;
}
set {
this.enterpriseServicePolicyOverrideField = value;
}
}
///
public bool externalServicesEnabled {
get {
return this.externalServicesEnabledField;
}
set {
this.externalServicesEnabledField = value;
}
}
///
public bool externalServicesEnabledOnDevice {
get {
return this.externalServicesEnabledOnDeviceField;
}
set {
this.externalServicesEnabledOnDeviceField = value;
}
}
///
public bool generateKeysAutomatically {
get {
return this.generateKeysAutomaticallyField;
}
set {
this.generateKeysAutomaticallyField = value;
}
}
///
public int maxKeyGenerationAttempts {
get {
return this.maxKeyGenerationAttemptsField;
}
set {
this.maxKeyGenerationAttemptsField = value;
}
}
///
public bool movePending {
get {
return this.movePendingField;
}
set {
this.movePendingField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class MDSCSServiceAttributes {
private AccessControlRules accessControlRulesField;
private System.Xml.XmlElement[] anyField;
///
public AccessControlRules accessControlRules {
get {
return this.accessControlRulesField;
}
set {
this.accessControlRulesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AccessControlRules {
private AccessControlRule[] pushRulesField;
private AccessControlRule[] pullRulesField;
private System.Xml.XmlElement[] anyField;
///
[System.Xml.Serialization.XmlElementAttribute("pushRules")]
public AccessControlRule[] pushRules {
get {
return this.pushRulesField;
}
set {
this.pushRulesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("pullRules")]
public AccessControlRule[] pullRules {
get {
return this.pullRulesField;
}
set {
this.pullRulesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AccessControlRule {
private string ruleNameField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private System.Xml.XmlElement[] anyField;
///
public string ruleName {
get {
return this.ruleNameField;
}
set {
this.ruleNameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SyncServiceAttributes {
private PIMSyncFieldMappings pimSyncUserOverridesFieldMappingsField;
private PIMSyncConfigs pimSyncConfigsField;
private System.Xml.XmlElement[] anyField;
///
public PIMSyncFieldMappings pimSyncUserOverridesFieldMappings {
get {
return this.pimSyncUserOverridesFieldMappingsField;
}
set {
this.pimSyncUserOverridesFieldMappingsField = value;
}
}
///
public PIMSyncConfigs pimSyncConfigs {
get {
return this.pimSyncConfigsField;
}
set {
this.pimSyncConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PIMSyncFieldMappings {
private bool userOverridesFieldMappingsEnabledField;
private PIMSyncFieldMapping[] mappingsField;
private System.Xml.XmlElement[] anyField;
public PIMSyncFieldMappings() {
this.userOverridesFieldMappingsEnabledField = false;
}
///
public bool userOverridesFieldMappingsEnabled {
get {
return this.userOverridesFieldMappingsEnabledField;
}
set {
this.userOverridesFieldMappingsEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("mappings")]
public PIMSyncFieldMapping[] mappings {
get {
return this.mappingsField;
}
set {
this.mappingsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PIMSyncFieldMapping {
private string nameField;
private string valueField;
private string categoryField;
private string localeField;
private System.Xml.XmlElement[] anyField;
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
public string category {
get {
return this.categoryField;
}
set {
this.categoryField = value;
}
}
///
public string locale {
get {
return this.localeField;
}
set {
this.localeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PIMSyncConfigs {
private bool wirelessPIMSyncEnabledField;
private PIMSyncConfig addressBookField;
private PIMSyncConfig certificateSummaryDataField;
private PIMSyncConfig memosField;
private PIMSyncConfig messageFiltersField;
private PIMSyncConfig messageSettingsField;
private PIMSyncConfig tasksField;
private bool automaticDeviceManagementEnabledField;
private bool automaticWirelessBackupEnabledField;
private System.Xml.XmlElement[] anyField;
public PIMSyncConfigs() {
this.wirelessPIMSyncEnabledField = false;
this.automaticDeviceManagementEnabledField = false;
this.automaticWirelessBackupEnabledField = false;
}
///
public bool wirelessPIMSyncEnabled {
get {
return this.wirelessPIMSyncEnabledField;
}
set {
this.wirelessPIMSyncEnabledField = value;
}
}
///
public PIMSyncConfig addressBook {
get {
return this.addressBookField;
}
set {
this.addressBookField = value;
}
}
///
public PIMSyncConfig certificateSummaryData {
get {
return this.certificateSummaryDataField;
}
set {
this.certificateSummaryDataField = value;
}
}
///
public PIMSyncConfig memos {
get {
return this.memosField;
}
set {
this.memosField = value;
}
}
///
public PIMSyncConfig messageFilters {
get {
return this.messageFiltersField;
}
set {
this.messageFiltersField = value;
}
}
///
public PIMSyncConfig messageSettings {
get {
return this.messageSettingsField;
}
set {
this.messageSettingsField = value;
}
}
///
public PIMSyncConfig tasks {
get {
return this.tasksField;
}
set {
this.tasksField = value;
}
}
///
public bool automaticDeviceManagementEnabled {
get {
return this.automaticDeviceManagementEnabledField;
}
set {
this.automaticDeviceManagementEnabledField = value;
}
}
///
public bool automaticWirelessBackupEnabled {
get {
return this.automaticWirelessBackupEnabledField;
}
set {
this.automaticWirelessBackupEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PIMSyncConfig {
private PIMSyncConflictResolutionType conflictResolutionTypeField;
private bool enabledOnDeviceField;
private bool enabledOnServerField;
private PIMSyncType syncTypeField;
private System.Xml.XmlElement[] anyField;
public PIMSyncConfig() {
this.enabledOnDeviceField = false;
this.enabledOnServerField = false;
}
///
public PIMSyncConflictResolutionType conflictResolutionType {
get {
return this.conflictResolutionTypeField;
}
set {
this.conflictResolutionTypeField = value;
}
}
///
public bool enabledOnDevice {
get {
return this.enabledOnDeviceField;
}
set {
this.enabledOnDeviceField = value;
}
}
///
public bool enabledOnServer {
get {
return this.enabledOnServerField;
}
set {
this.enabledOnServerField = value;
}
}
///
public PIMSyncType syncType {
get {
return this.syncTypeField;
}
set {
this.syncTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PIMSyncConflictResolutionType {
private bool dEVICE_WINSField;
private bool sERVER_WINSField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public PIMSyncConflictResolutionType() {
this.dEVICE_WINSField = false;
this.sERVER_WINSField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool DEVICE_WINS {
get {
return this.dEVICE_WINSField;
}
set {
this.dEVICE_WINSField = value;
}
}
///
public bool SERVER_WINS {
get {
return this.sERVER_WINSField;
}
set {
this.sERVER_WINSField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PIMSyncType {
private bool bIDIRECTIONALField;
private bool dEVICE_TO_SERVERField;
private bool sERVER_TO_DEVICEField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public PIMSyncType() {
this.bIDIRECTIONALField = false;
this.dEVICE_TO_SERVERField = false;
this.sERVER_TO_DEVICEField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool BIDIRECTIONAL {
get {
return this.bIDIRECTIONALField;
}
set {
this.bIDIRECTIONALField = value;
}
}
///
public bool DEVICE_TO_SERVER {
get {
return this.dEVICE_TO_SERVERField;
}
set {
this.dEVICE_TO_SERVERField = value;
}
}
///
public bool SERVER_TO_DEVICE {
get {
return this.sERVER_TO_DEVICEField;
}
set {
this.sERVER_TO_DEVICEField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AccountConfiguration {
private string appendedDisclaimerTextField;
private string autoSignatureField;
private EmailContactFolder defaultPrivateFolderField;
private bool smimeMessageProcessingEnabledField;
private PersonalRedirectionFolder personalRedirectionFolderField;
private string prependedDisclaimerTextField;
private bool redirectToBlackBerryDeviceField;
private bool redirectWhenInCradleField;
private bool saveCopyInSentFolderField;
private EmailContactFolderTree selectedPrivateContactFoldersField;
private EmailContactFolderTree[] selectedPublishedContactFoldersField;
private EmailContactDatabase[] emailContactDatabasesField;
private EmailFilter emailFilterField;
private System.Xml.XmlElement[] anyField;
public AccountConfiguration() {
this.smimeMessageProcessingEnabledField = false;
this.redirectToBlackBerryDeviceField = false;
this.redirectWhenInCradleField = false;
this.saveCopyInSentFolderField = false;
}
///
public string appendedDisclaimerText {
get {
return this.appendedDisclaimerTextField;
}
set {
this.appendedDisclaimerTextField = value;
}
}
///
public string autoSignature {
get {
return this.autoSignatureField;
}
set {
this.autoSignatureField = value;
}
}
///
public EmailContactFolder defaultPrivateFolder {
get {
return this.defaultPrivateFolderField;
}
set {
this.defaultPrivateFolderField = value;
}
}
///
public bool smimeMessageProcessingEnabled {
get {
return this.smimeMessageProcessingEnabledField;
}
set {
this.smimeMessageProcessingEnabledField = value;
}
}
///
public PersonalRedirectionFolder personalRedirectionFolder {
get {
return this.personalRedirectionFolderField;
}
set {
this.personalRedirectionFolderField = value;
}
}
///
public string prependedDisclaimerText {
get {
return this.prependedDisclaimerTextField;
}
set {
this.prependedDisclaimerTextField = value;
}
}
///
public bool redirectToBlackBerryDevice {
get {
return this.redirectToBlackBerryDeviceField;
}
set {
this.redirectToBlackBerryDeviceField = value;
}
}
///
public bool redirectWhenInCradle {
get {
return this.redirectWhenInCradleField;
}
set {
this.redirectWhenInCradleField = value;
}
}
///
public bool saveCopyInSentFolder {
get {
return this.saveCopyInSentFolderField;
}
set {
this.saveCopyInSentFolderField = value;
}
}
///
public EmailContactFolderTree selectedPrivateContactFolders {
get {
return this.selectedPrivateContactFoldersField;
}
set {
this.selectedPrivateContactFoldersField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("selectedPublishedContactFolders")]
public EmailContactFolderTree[] selectedPublishedContactFolders {
get {
return this.selectedPublishedContactFoldersField;
}
set {
this.selectedPublishedContactFoldersField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("emailContactDatabases")]
public EmailContactDatabase[] emailContactDatabases {
get {
return this.emailContactDatabasesField;
}
set {
this.emailContactDatabasesField = value;
}
}
///
public EmailFilter emailFilter {
get {
return this.emailFilterField;
}
set {
this.emailFilterField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailContactFolder {
private string folderKeyField;
private bool contactFolderField;
private bool selectedField;
private string nameField;
private int numberOfUsersField;
private System.Xml.XmlElement[] anyField;
///
public string folderKey {
get {
return this.folderKeyField;
}
set {
this.folderKeyField = value;
}
}
///
public bool contactFolder {
get {
return this.contactFolderField;
}
set {
this.contactFolderField = value;
}
}
///
public bool selected {
get {
return this.selectedField;
}
set {
this.selectedField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public int numberOfUsers {
get {
return this.numberOfUsersField;
}
set {
this.numberOfUsersField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailContactFolderTree {
private EmailContactFolder emailContactFolderField;
private EmailContactFolderTree subfoldersField;
private System.Xml.XmlElement[] anyField;
///
public EmailContactFolder emailContactFolder {
get {
return this.emailContactFolderField;
}
set {
this.emailContactFolderField = value;
}
}
///
public EmailContactFolderTree subfolders {
get {
return this.subfoldersField;
}
set {
this.subfoldersField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailContactDatabase {
private string databaseNameField;
private string serverField;
private System.Xml.XmlElement[] anyField;
///
public string databaseName {
get {
return this.databaseNameField;
}
set {
this.databaseNameField = value;
}
}
///
public string server {
get {
return this.serverField;
}
set {
this.serverField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailFilter {
private EmailFilterActionType defaultActionField;
private EmailFilterRule[] emailFilterRulesField;
private System.Xml.XmlElement[] anyField;
///
public EmailFilterActionType defaultAction {
get {
return this.defaultActionField;
}
set {
this.defaultActionField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("emailFilterRules")]
public EmailFilterRule[] emailFilterRules {
get {
return this.emailFilterRulesField;
}
set {
this.emailFilterRulesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class IndirectITPolicy {
private ITPolicy itPolicyField;
private IndirectObjectAssignedToType assignedToField;
private System.Xml.XmlElement[] anyField;
///
public ITPolicy itPolicy {
get {
return this.itPolicyField;
}
set {
this.itPolicyField = value;
}
}
///
public IndirectObjectAssignedToType assignedTo {
get {
return this.assignedToField;
}
set {
this.assignedToField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class IndirectSWConfig {
private SWConfig swConfigField;
private IndirectObjectAssignedToType assignedToField;
private System.Xml.XmlElement[] anyField;
///
public SWConfig swConfig {
get {
return this.swConfigField;
}
set {
this.swConfigField = value;
}
}
///
public IndirectObjectAssignedToType assignedTo {
get {
return this.assignedToField;
}
set {
this.assignedToField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class Role {
private string uidField;
private string organizationUidField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class IndirectRole {
private Role roleField;
private IndirectObjectAssignedToType assignedToField;
private System.Xml.XmlElement[] anyField;
///
public Role role {
get {
return this.roleField;
}
set {
this.roleField = value;
}
}
///
public IndirectObjectAssignedToType assignedTo {
get {
return this.assignedToField;
}
set {
this.assignedToField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class IndirectVPNConfig {
private VPNConfig vpnConfigField;
private IndirectObjectAssignedToType assignedToField;
private System.Xml.XmlElement[] anyField;
///
public VPNConfig vpnConfig {
get {
return this.vpnConfigField;
}
set {
this.vpnConfigField = value;
}
}
///
public IndirectObjectAssignedToType assignedTo {
get {
return this.assignedToField;
}
set {
this.assignedToField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class IndirectWLANConfig {
private WLANConfig wlanConfigField;
private IndirectObjectAssignedToType assignedToField;
private System.Xml.XmlElement[] anyField;
///
public WLANConfig wlanConfig {
get {
return this.wlanConfigField;
}
set {
this.wlanConfigField = value;
}
}
///
public IndirectObjectAssignedToType assignedTo {
get {
return this.assignedToField;
}
set {
this.assignedToField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUsersDetailIndividualResponse {
private string userUidField;
private ReturnStatus returnStatusField;
private UserDetail userDetailField;
private System.Xml.XmlElement[] anyField;
///
public string userUid {
get {
return this.userUidField;
}
set {
this.userUidField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
public UserDetail userDetail {
get {
return this.userDetailField;
}
set {
this.userDetailField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUsersDetailResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private GetUsersDetailIndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public GetUsersDetailIndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUsersDetailRequest {
private RequestMetadata metadataField;
private User[] usersField;
private bool loadAccountsField;
private bool loadGroupsField;
private bool loadRolesField;
private bool loadSWTokensField;
private bool loadDevicesField;
private bool loadITPoliciesField;
private bool loadSWConfigsField;
private bool loadVPNConfigsField;
private bool loadWLANConfigsField;
private bool loadUserEmailProfilesField;
private System.Xml.XmlElement[] anyField;
public GetUsersDetailRequest() {
this.loadAccountsField = false;
this.loadGroupsField = false;
this.loadRolesField = false;
this.loadSWTokensField = false;
this.loadDevicesField = false;
this.loadITPoliciesField = false;
this.loadSWConfigsField = false;
this.loadVPNConfigsField = false;
this.loadWLANConfigsField = false;
this.loadUserEmailProfilesField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
public bool loadAccounts {
get {
return this.loadAccountsField;
}
set {
this.loadAccountsField = value;
}
}
///
public bool loadGroups {
get {
return this.loadGroupsField;
}
set {
this.loadGroupsField = value;
}
}
///
public bool loadRoles {
get {
return this.loadRolesField;
}
set {
this.loadRolesField = value;
}
}
///
public bool loadSWTokens {
get {
return this.loadSWTokensField;
}
set {
this.loadSWTokensField = value;
}
}
///
public bool loadDevices {
get {
return this.loadDevicesField;
}
set {
this.loadDevicesField = value;
}
}
///
public bool loadITPolicies {
get {
return this.loadITPoliciesField;
}
set {
this.loadITPoliciesField = value;
}
}
///
public bool loadSWConfigs {
get {
return this.loadSWConfigsField;
}
set {
this.loadSWConfigsField = value;
}
}
///
public bool loadVPNConfigs {
get {
return this.loadVPNConfigsField;
}
set {
this.loadVPNConfigsField = value;
}
}
///
public bool loadWLANConfigs {
get {
return this.loadWLANConfigsField;
}
set {
this.loadWLANConfigsField = value;
}
}
///
public bool loadUserEmailProfiles {
get {
return this.loadUserEmailProfilesField;
}
set {
this.loadUserEmailProfilesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUsersResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private User[] usersField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users")]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUsersSortBy {
private bool dISPLAY_NAMEField;
private bool uSER_UIDField;
private bool uSER_NAMEField;
private bool dEVICE_PINField;
private bool dEVICE_MODELField;
private bool dEVICE_CARRIERField;
private bool dEVICE_PHONE_NUMBERField;
private bool iT_POLICYField;
private bool bESField;
private bool eMAIL_ADDRESSField;
private bool mAIL_SERVER_NAMEField;
private bool uSER_STATEField;
private bool lAST_CONTACT_DATEField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private bool dEVICE_ACTIVE_CARRIERField;
private System.Xml.XmlElement[] anyField;
public GetUsersSortBy() {
this.dISPLAY_NAMEField = false;
this.uSER_UIDField = false;
this.uSER_NAMEField = false;
this.dEVICE_PINField = false;
this.dEVICE_MODELField = false;
this.dEVICE_CARRIERField = false;
this.dEVICE_PHONE_NUMBERField = false;
this.iT_POLICYField = false;
this.bESField = false;
this.eMAIL_ADDRESSField = false;
this.mAIL_SERVER_NAMEField = false;
this.uSER_STATEField = false;
this.lAST_CONTACT_DATEField = false;
this.uNSUPPORTED_VALUEField = false;
this.dEVICE_ACTIVE_CARRIERField = false;
}
///
public bool DISPLAY_NAME {
get {
return this.dISPLAY_NAMEField;
}
set {
this.dISPLAY_NAMEField = value;
}
}
///
public bool USER_UID {
get {
return this.uSER_UIDField;
}
set {
this.uSER_UIDField = value;
}
}
///
public bool USER_NAME {
get {
return this.uSER_NAMEField;
}
set {
this.uSER_NAMEField = value;
}
}
///
public bool DEVICE_PIN {
get {
return this.dEVICE_PINField;
}
set {
this.dEVICE_PINField = value;
}
}
///
public bool DEVICE_MODEL {
get {
return this.dEVICE_MODELField;
}
set {
this.dEVICE_MODELField = value;
}
}
///
public bool DEVICE_CARRIER {
get {
return this.dEVICE_CARRIERField;
}
set {
this.dEVICE_CARRIERField = value;
}
}
///
public bool DEVICE_PHONE_NUMBER {
get {
return this.dEVICE_PHONE_NUMBERField;
}
set {
this.dEVICE_PHONE_NUMBERField = value;
}
}
///
public bool IT_POLICY {
get {
return this.iT_POLICYField;
}
set {
this.iT_POLICYField = value;
}
}
///
public bool BES {
get {
return this.bESField;
}
set {
this.bESField = value;
}
}
///
public bool EMAIL_ADDRESS {
get {
return this.eMAIL_ADDRESSField;
}
set {
this.eMAIL_ADDRESSField = value;
}
}
///
public bool MAIL_SERVER_NAME {
get {
return this.mAIL_SERVER_NAMEField;
}
set {
this.mAIL_SERVER_NAMEField = value;
}
}
///
public bool USER_STATE {
get {
return this.uSER_STATEField;
}
set {
this.uSER_STATEField = value;
}
}
///
public bool LAST_CONTACT_DATE {
get {
return this.lAST_CONTACT_DATEField;
}
set {
this.lAST_CONTACT_DATEField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
public bool DEVICE_ACTIVE_CARRIER {
get {
return this.dEVICE_ACTIVE_CARRIERField;
}
set {
this.dEVICE_ACTIVE_CARRIERField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class MembershipType {
private bool dIRECTField;
private bool iNDIRECTField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public MembershipType() {
this.dIRECTField = false;
this.iNDIRECTField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool DIRECT {
get {
return this.dIRECTField;
}
set {
this.dIRECTField = value;
}
}
///
public bool INDIRECT {
get {
return this.iNDIRECTField;
}
set {
this.iNDIRECTField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUsersSearchCriteria {
private bool deviceAndUserItPoliciesMatchField;
private bool deviceAndUserItPoliciesMatchFieldSpecified;
private string deviceCarrierField;
private string deviceModelField;
private string devicePINField;
private string devicePhoneNumberField;
private string displayNameField;
private string[] excludeUserUidsField;
private string groupUidField;
private string loginNameField;
private string itPolicyUidField;
private string[] restrictToUserUidsField;
private string userUidField;
private string besHAPoolUidField;
private bool restrictToBlackBerryEnabledUsersField;
private bool restrictToBlackBerryEnabledUsersFieldSpecified;
private string mailServerNameField;
private string emailAddressField;
private bool userPendingDeletionField;
private bool userPendingDeletionFieldSpecified;
private MembershipType groupMembershipTypeField;
private string externalUserUidField;
private WirelessServicePlanTier deviceWirelessServicePlanTierField;
private DeviceActivationType activationTypeForNewAndReactivatedDevicesField;
private DeviceActivationType deviceActivationStateField;
private bool deviceOutOfComplianceField;
private bool deviceOutOfComplianceFieldSpecified;
private System.Xml.XmlElement[] anyField;
///
public bool deviceAndUserItPoliciesMatch {
get {
return this.deviceAndUserItPoliciesMatchField;
}
set {
this.deviceAndUserItPoliciesMatchField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool deviceAndUserItPoliciesMatchSpecified {
get {
return this.deviceAndUserItPoliciesMatchFieldSpecified;
}
set {
this.deviceAndUserItPoliciesMatchFieldSpecified = value;
}
}
///
public string deviceCarrier {
get {
return this.deviceCarrierField;
}
set {
this.deviceCarrierField = value;
}
}
///
public string deviceModel {
get {
return this.deviceModelField;
}
set {
this.deviceModelField = value;
}
}
///
public string devicePIN {
get {
return this.devicePINField;
}
set {
this.devicePINField = value;
}
}
///
public string devicePhoneNumber {
get {
return this.devicePhoneNumberField;
}
set {
this.devicePhoneNumberField = value;
}
}
///
public string displayName {
get {
return this.displayNameField;
}
set {
this.displayNameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("excludeUserUids")]
public string[] excludeUserUids {
get {
return this.excludeUserUidsField;
}
set {
this.excludeUserUidsField = value;
}
}
///
public string groupUid {
get {
return this.groupUidField;
}
set {
this.groupUidField = value;
}
}
///
public string loginName {
get {
return this.loginNameField;
}
set {
this.loginNameField = value;
}
}
///
public string itPolicyUid {
get {
return this.itPolicyUidField;
}
set {
this.itPolicyUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("restrictToUserUids")]
public string[] restrictToUserUids {
get {
return this.restrictToUserUidsField;
}
set {
this.restrictToUserUidsField = value;
}
}
///
public string userUid {
get {
return this.userUidField;
}
set {
this.userUidField = value;
}
}
///
public string besHAPoolUid {
get {
return this.besHAPoolUidField;
}
set {
this.besHAPoolUidField = value;
}
}
///
public bool restrictToBlackBerryEnabledUsers {
get {
return this.restrictToBlackBerryEnabledUsersField;
}
set {
this.restrictToBlackBerryEnabledUsersField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool restrictToBlackBerryEnabledUsersSpecified {
get {
return this.restrictToBlackBerryEnabledUsersFieldSpecified;
}
set {
this.restrictToBlackBerryEnabledUsersFieldSpecified = value;
}
}
///
public string mailServerName {
get {
return this.mailServerNameField;
}
set {
this.mailServerNameField = value;
}
}
///
public string emailAddress {
get {
return this.emailAddressField;
}
set {
this.emailAddressField = value;
}
}
///
public bool userPendingDeletion {
get {
return this.userPendingDeletionField;
}
set {
this.userPendingDeletionField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool userPendingDeletionSpecified {
get {
return this.userPendingDeletionFieldSpecified;
}
set {
this.userPendingDeletionFieldSpecified = value;
}
}
///
public MembershipType groupMembershipType {
get {
return this.groupMembershipTypeField;
}
set {
this.groupMembershipTypeField = value;
}
}
///
public string externalUserUid {
get {
return this.externalUserUidField;
}
set {
this.externalUserUidField = value;
}
}
///
public WirelessServicePlanTier deviceWirelessServicePlanTier {
get {
return this.deviceWirelessServicePlanTierField;
}
set {
this.deviceWirelessServicePlanTierField = value;
}
}
///
public DeviceActivationType activationTypeForNewAndReactivatedDevices {
get {
return this.activationTypeForNewAndReactivatedDevicesField;
}
set {
this.activationTypeForNewAndReactivatedDevicesField = value;
}
}
///
public DeviceActivationType deviceActivationState {
get {
return this.deviceActivationStateField;
}
set {
this.deviceActivationStateField = value;
}
}
///
public bool deviceOutOfCompliance {
get {
return this.deviceOutOfComplianceField;
}
set {
this.deviceOutOfComplianceField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool deviceOutOfComplianceSpecified {
get {
return this.deviceOutOfComplianceFieldSpecified;
}
set {
this.deviceOutOfComplianceFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class WirelessServicePlanTier {
private bool pERSONALField;
private bool eNTERPRISEField;
private bool nONEField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public WirelessServicePlanTier() {
this.pERSONALField = false;
this.eNTERPRISEField = false;
this.nONEField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool PERSONAL {
get {
return this.pERSONALField;
}
set {
this.pERSONALField = value;
}
}
///
public bool ENTERPRISE {
get {
return this.eNTERPRISEField;
}
set {
this.eNTERPRISEField = value;
}
}
///
public bool NONE {
get {
return this.nONEField;
}
set {
this.nONEField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceActivationType {
private bool bLACKBERRY_BALANCEField;
private bool wORK_SPACE_ONLYField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public DeviceActivationType() {
this.bLACKBERRY_BALANCEField = false;
this.wORK_SPACE_ONLYField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool BLACKBERRY_BALANCE {
get {
return this.bLACKBERRY_BALANCEField;
}
set {
this.bLACKBERRY_BALANCEField = value;
}
}
///
public bool WORK_SPACE_ONLY {
get {
return this.wORK_SPACE_ONLYField;
}
set {
this.wORK_SPACE_ONLYField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUsersRequest {
private RequestMetadata metadataField;
private GetUsersSearchCriteria searchCriteriaField;
private GetUsersSortBy sortByField;
private bool sortAscendingField;
private int pageSizeField;
private string lastUserUidField;
private System.Xml.XmlElement[] anyField;
public GetUsersRequest() {
this.sortAscendingField = true;
this.pageSizeField = 0;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public GetUsersSearchCriteria searchCriteria {
get {
return this.searchCriteriaField;
}
set {
this.searchCriteriaField = value;
}
}
///
public GetUsersSortBy sortBy {
get {
return this.sortByField;
}
set {
this.sortByField = value;
}
}
///
public bool sortAscending {
get {
return this.sortAscendingField;
}
set {
this.sortAscendingField = value;
}
}
///
public int pageSize {
get {
return this.pageSizeField;
}
set {
this.pageSizeField = value;
}
}
///
public string lastUserUid {
get {
return this.lastUserUidField;
}
set {
this.lastUserUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UserActivationInformation {
private string reconciledActivationUsernameField;
private string reconciledActivationServerAddressField;
private System.Xml.XmlElement[] anyField;
///
public string reconciledActivationUsername {
get {
return this.reconciledActivationUsernameField;
}
set {
this.reconciledActivationUsernameField = value;
}
}
///
public string reconciledActivationServerAddress {
get {
return this.reconciledActivationServerAddressField;
}
set {
this.reconciledActivationServerAddressField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UserActivationEventComponent {
private bool eMAILField;
private bool pOLICYField;
private bool sYNCHRONIZATIONField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
///
public bool EMAIL {
get {
return this.eMAILField;
}
set {
this.eMAILField = value;
}
}
///
public bool POLICY {
get {
return this.pOLICYField;
}
set {
this.pOLICYField = value;
}
}
///
public bool SYNCHRONIZATION {
get {
return this.sYNCHRONIZATIONField;
}
set {
this.sYNCHRONIZATIONField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UserActivationEvent {
private UserActivationState stateField;
private string activationEventDateField;
private string activationStatusDescriptionField;
private UserActivationEventComponent componentField;
private System.Xml.XmlElement[] anyField;
///
public UserActivationState state {
get {
return this.stateField;
}
set {
this.stateField = value;
}
}
///
public string activationEventDate {
get {
return this.activationEventDateField;
}
set {
this.activationEventDateField = value;
}
}
///
public string activationStatusDescription {
get {
return this.activationStatusDescriptionField;
}
set {
this.activationStatusDescriptionField = value;
}
}
///
public UserActivationEventComponent component {
get {
return this.componentField;
}
set {
this.componentField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UserActivationState {
private bool pASSWORD_SETField;
private bool oNGOINGField;
private bool cOMPLETEDField;
private bool fAILEDField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public UserActivationState() {
this.pASSWORD_SETField = false;
this.oNGOINGField = false;
this.cOMPLETEDField = false;
this.fAILEDField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool PASSWORD_SET {
get {
return this.pASSWORD_SETField;
}
set {
this.pASSWORD_SETField = value;
}
}
///
public bool ONGOING {
get {
return this.oNGOINGField;
}
set {
this.oNGOINGField = value;
}
}
///
public bool COMPLETED {
get {
return this.cOMPLETEDField;
}
set {
this.cOMPLETEDField = value;
}
}
///
public bool FAILED {
get {
return this.fAILEDField;
}
set {
this.fAILEDField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UserActivation {
private string userUidField;
private Account[] accountsField;
private UserActivationState overallActivationStateField;
private UserActivationEvent[] eventsField;
private UserActivationInformation activationInformationField;
private System.Xml.XmlElement[] anyField;
///
public string userUid {
get {
return this.userUidField;
}
set {
this.userUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("accounts")]
public Account[] accounts {
get {
return this.accountsField;
}
set {
this.accountsField = value;
}
}
///
public UserActivationState overallActivationState {
get {
return this.overallActivationStateField;
}
set {
this.overallActivationStateField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("events")]
public UserActivationEvent[] events {
get {
return this.eventsField;
}
set {
this.eventsField = value;
}
}
///
public UserActivationInformation activationInformation {
get {
return this.activationInformationField;
}
set {
this.activationInformationField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUserActivationsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private UserActivation[] userActivationsField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("userActivations")]
public UserActivation[] userActivations {
get {
return this.userActivationsField;
}
set {
this.userActivationsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUserActivationsSortBy {
private bool uSER_UIDField;
private bool dISPLAY_NAMEField;
private bool aCTIVATION_EVENT_DATEField;
private bool dEVICE_PINField;
private bool dEVICE_MODELField;
private bool eMAIL_ADDRESSField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public GetUserActivationsSortBy() {
this.uSER_UIDField = false;
this.dISPLAY_NAMEField = false;
this.aCTIVATION_EVENT_DATEField = false;
this.dEVICE_PINField = false;
this.dEVICE_MODELField = false;
this.eMAIL_ADDRESSField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool USER_UID {
get {
return this.uSER_UIDField;
}
set {
this.uSER_UIDField = value;
}
}
///
public bool DISPLAY_NAME {
get {
return this.dISPLAY_NAMEField;
}
set {
this.dISPLAY_NAMEField = value;
}
}
///
public bool ACTIVATION_EVENT_DATE {
get {
return this.aCTIVATION_EVENT_DATEField;
}
set {
this.aCTIVATION_EVENT_DATEField = value;
}
}
///
public bool DEVICE_PIN {
get {
return this.dEVICE_PINField;
}
set {
this.dEVICE_PINField = value;
}
}
///
public bool DEVICE_MODEL {
get {
return this.dEVICE_MODELField;
}
set {
this.dEVICE_MODELField = value;
}
}
///
public bool EMAIL_ADDRESS {
get {
return this.eMAIL_ADDRESSField;
}
set {
this.eMAIL_ADDRESSField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUserActivationsSearchCriteria {
private string displayNameField;
private string activationEventFromDateField;
private string activationEventToDateField;
private UserActivationState[] overallActivationStatesField;
private string devicePINField;
private string deviceModelField;
private string emailAddressField;
private string userUidField;
private string[] excludeUserUidsField;
private string[] restrictToUserUidsField;
private System.Xml.XmlElement[] anyField;
///
public string displayName {
get {
return this.displayNameField;
}
set {
this.displayNameField = value;
}
}
///
public string activationEventFromDate {
get {
return this.activationEventFromDateField;
}
set {
this.activationEventFromDateField = value;
}
}
///
public string activationEventToDate {
get {
return this.activationEventToDateField;
}
set {
this.activationEventToDateField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("overallActivationStates")]
public UserActivationState[] overallActivationStates {
get {
return this.overallActivationStatesField;
}
set {
this.overallActivationStatesField = value;
}
}
///
public string devicePIN {
get {
return this.devicePINField;
}
set {
this.devicePINField = value;
}
}
///
public string deviceModel {
get {
return this.deviceModelField;
}
set {
this.deviceModelField = value;
}
}
///
public string emailAddress {
get {
return this.emailAddressField;
}
set {
this.emailAddressField = value;
}
}
///
public string userUid {
get {
return this.userUidField;
}
set {
this.userUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("excludeUserUids")]
public string[] excludeUserUids {
get {
return this.excludeUserUidsField;
}
set {
this.excludeUserUidsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("restrictToUserUids")]
public string[] restrictToUserUids {
get {
return this.restrictToUserUidsField;
}
set {
this.restrictToUserUidsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetUserActivationsRequest {
private RequestMetadata metadataField;
private GetUserActivationsSearchCriteria searchCriteriaField;
private GetUserActivationsSortBy sortByField;
private bool sortAscendingField;
private int pageSizeField;
private string lastUserUidField;
private System.Xml.XmlElement[] anyField;
public GetUserActivationsRequest() {
this.sortAscendingField = true;
this.pageSizeField = 500;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public GetUserActivationsSearchCriteria searchCriteria {
get {
return this.searchCriteriaField;
}
set {
this.searchCriteriaField = value;
}
}
///
public GetUserActivationsSortBy sortBy {
get {
return this.sortByField;
}
set {
this.sortByField = value;
}
}
///
public bool sortAscending {
get {
return this.sortAscendingField;
}
set {
this.sortAscendingField = value;
}
}
///
public int pageSize {
get {
return this.pageSizeField;
}
set {
this.pageSizeField = value;
}
}
///
public string lastUserUid {
get {
return this.lastUserUidField;
}
set {
this.lastUserUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class Property {
private string nameField;
private string valueField;
private System.Xml.XmlElement[] anyField;
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetSystemInfoResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private Property[] propertiesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("properties")]
public Property[] properties {
get {
return this.propertiesField;
}
set {
this.propertiesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetSystemInfoRequest {
private RequestMetadata metadataField;
private bool loadAuthenticatedUserPropertiesField;
private System.Xml.XmlElement[] anyField;
public GetSystemInfoRequest() {
this.loadAuthenticatedUserPropertiesField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public bool loadAuthenticatedUserProperties {
get {
return this.loadAuthenticatedUserPropertiesField;
}
set {
this.loadAuthenticatedUserPropertiesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ServerDetail {
private string uidField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private string hostNameField;
private BESService[] besServicesField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public string hostName {
get {
return this.hostNameField;
}
set {
this.hostNameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("besServices")]
public BESService[] besServices {
get {
return this.besServicesField;
}
set {
this.besServicesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class BESService {
private string uidField;
private string installedServerUidField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private ServiceStatus serviceStatusField;
private BESSettings besSettingsField;
private int processIdField;
private string besHAPoolUidField;
private HAConfigType haConfigTypeField;
private HAStatus haStatusField;
private System.Xml.XmlElement[] anyField;
public BESService() {
this.processIdField = 0;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string installedServerUid {
get {
return this.installedServerUidField;
}
set {
this.installedServerUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public ServiceStatus serviceStatus {
get {
return this.serviceStatusField;
}
set {
this.serviceStatusField = value;
}
}
///
public BESSettings besSettings {
get {
return this.besSettingsField;
}
set {
this.besSettingsField = value;
}
}
///
public int processId {
get {
return this.processIdField;
}
set {
this.processIdField = value;
}
}
///
public string besHAPoolUid {
get {
return this.besHAPoolUidField;
}
set {
this.besHAPoolUidField = value;
}
}
///
public HAConfigType haConfigType {
get {
return this.haConfigTypeField;
}
set {
this.haConfigTypeField = value;
}
}
///
public HAStatus haStatus {
get {
return this.haStatusField;
}
set {
this.haStatusField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ServiceStatus {
private bool uNKNOWNField;
private bool sTOPPEDField;
private bool sTART_PENDINGField;
private bool sTOP_PENDINGField;
private bool rUNNINGField;
private bool cONTINUE_PENDINGField;
private bool pAUSE_PENDINGField;
private bool pAUSEDField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public ServiceStatus() {
this.uNKNOWNField = false;
this.sTOPPEDField = false;
this.sTART_PENDINGField = false;
this.sTOP_PENDINGField = false;
this.rUNNINGField = false;
this.cONTINUE_PENDINGField = false;
this.pAUSE_PENDINGField = false;
this.pAUSEDField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool UNKNOWN {
get {
return this.uNKNOWNField;
}
set {
this.uNKNOWNField = value;
}
}
///
public bool STOPPED {
get {
return this.sTOPPEDField;
}
set {
this.sTOPPEDField = value;
}
}
///
public bool START_PENDING {
get {
return this.sTART_PENDINGField;
}
set {
this.sTART_PENDINGField = value;
}
}
///
public bool STOP_PENDING {
get {
return this.sTOP_PENDINGField;
}
set {
this.sTOP_PENDINGField = value;
}
}
///
public bool RUNNING {
get {
return this.rUNNINGField;
}
set {
this.rUNNINGField = value;
}
}
///
public bool CONTINUE_PENDING {
get {
return this.cONTINUE_PENDINGField;
}
set {
this.cONTINUE_PENDINGField = value;
}
}
///
public bool PAUSE_PENDING {
get {
return this.pAUSE_PENDINGField;
}
set {
this.pAUSE_PENDINGField = value;
}
}
///
public bool PAUSED {
get {
return this.pAUSEDField;
}
set {
this.pAUSEDField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class BESSettings {
private string uidField;
private EnterpriseServicePolicy enterpriseServicePolicyField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public EnterpriseServicePolicy enterpriseServicePolicy {
get {
return this.enterpriseServicePolicyField;
}
set {
this.enterpriseServicePolicyField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EnterpriseServicePolicy {
private bool enabledField;
private string[] allowedPINsField;
private EnterpriseServicePolicyPINRange[] allowedPINRangesField;
private EnterpriseServicePolicyManufacturer[] manufacturersField;
private EnterpriseServicePolicyModel[] modelsField;
private System.Xml.XmlElement[] anyField;
public EnterpriseServicePolicy() {
this.enabledField = false;
}
///
public bool enabled {
get {
return this.enabledField;
}
set {
this.enabledField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("allowedPINs")]
public string[] allowedPINs {
get {
return this.allowedPINsField;
}
set {
this.allowedPINsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("allowedPINRanges")]
public EnterpriseServicePolicyPINRange[] allowedPINRanges {
get {
return this.allowedPINRangesField;
}
set {
this.allowedPINRangesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("manufacturers")]
public EnterpriseServicePolicyManufacturer[] manufacturers {
get {
return this.manufacturersField;
}
set {
this.manufacturersField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("models")]
public EnterpriseServicePolicyModel[] models {
get {
return this.modelsField;
}
set {
this.modelsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EnterpriseServicePolicyPINRange {
private string pinRangeStartField;
private string pinRangeEndField;
private System.Xml.XmlElement[] anyField;
///
public string pinRangeStart {
get {
return this.pinRangeStartField;
}
set {
this.pinRangeStartField = value;
}
}
///
public string pinRangeEnd {
get {
return this.pinRangeEndField;
}
set {
this.pinRangeEndField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EnterpriseServicePolicyManufacturer {
private string manufacturerField;
private bool enabledField;
private System.Xml.XmlElement[] anyField;
public EnterpriseServicePolicyManufacturer() {
this.enabledField = false;
}
///
public string manufacturer {
get {
return this.manufacturerField;
}
set {
this.manufacturerField = value;
}
}
///
public bool enabled {
get {
return this.enabledField;
}
set {
this.enabledField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EnterpriseServicePolicyModel {
private string modelField;
private bool enabledField;
private System.Xml.XmlElement[] anyField;
public EnterpriseServicePolicyModel() {
this.enabledField = false;
}
///
public string model {
get {
return this.modelField;
}
set {
this.modelField = value;
}
}
///
public bool enabled {
get {
return this.enabledField;
}
set {
this.enabledField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class HAConfigType {
private bool aCTIVEField;
private bool pASSIVEField;
private bool uNKNOWNField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public HAConfigType() {
this.aCTIVEField = false;
this.pASSIVEField = false;
this.uNKNOWNField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool ACTIVE {
get {
return this.aCTIVEField;
}
set {
this.aCTIVEField = value;
}
}
///
public bool PASSIVE {
get {
return this.pASSIVEField;
}
set {
this.pASSIVEField = value;
}
}
///
public bool UNKNOWN {
get {
return this.uNKNOWNField;
}
set {
this.uNKNOWNField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class HAStatus {
private bool cONNECTED_ACTIVEField;
private bool cONNECTED_FAILOVER_PENDINGField;
private bool cONNECTED_STANDBYField;
private bool nOT_CONNECTEDField;
private bool uNKNOWNField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public HAStatus() {
this.cONNECTED_ACTIVEField = false;
this.cONNECTED_FAILOVER_PENDINGField = false;
this.cONNECTED_STANDBYField = false;
this.nOT_CONNECTEDField = false;
this.uNKNOWNField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool CONNECTED_ACTIVE {
get {
return this.cONNECTED_ACTIVEField;
}
set {
this.cONNECTED_ACTIVEField = value;
}
}
///
public bool CONNECTED_FAILOVER_PENDING {
get {
return this.cONNECTED_FAILOVER_PENDINGField;
}
set {
this.cONNECTED_FAILOVER_PENDINGField = value;
}
}
///
public bool CONNECTED_STANDBY {
get {
return this.cONNECTED_STANDBYField;
}
set {
this.cONNECTED_STANDBYField = value;
}
}
///
public bool NOT_CONNECTED {
get {
return this.nOT_CONNECTEDField;
}
set {
this.nOT_CONNECTEDField = value;
}
}
///
public bool UNKNOWN {
get {
return this.uNKNOWNField;
}
set {
this.uNKNOWNField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetServersDetailIndividualResponse {
private string serverUidField;
private ReturnStatus returnStatusField;
private ServerDetail serverDetailField;
private System.Xml.XmlElement[] anyField;
///
public string serverUid {
get {
return this.serverUidField;
}
set {
this.serverUidField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
public ServerDetail serverDetail {
get {
return this.serverDetailField;
}
set {
this.serverDetailField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetServersDetailResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private GetServersDetailIndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public GetServersDetailIndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetServersDetailRequest {
private RequestMetadata metadataField;
private Server[] serversField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("servers", IsNullable=true)]
public Server[] servers {
get {
return this.serversField;
}
set {
this.serversField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetServersResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private Server[] serversField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("servers")]
public Server[] servers {
get {
return this.serversField;
}
set {
this.serversField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetServersRequest {
private RequestMetadata metadataField;
private string hostNameField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string hostName {
get {
return this.hostNameField;
}
set {
this.hostNameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetSWConfigsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private SWConfig[] swConfigsField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("swConfigs")]
public SWConfig[] swConfigs {
get {
return this.swConfigsField;
}
set {
this.swConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetSWConfigsRequest {
private RequestMetadata metadataField;
private string nameField;
private bool loadApplicationSettingsField;
private bool loadDeviceSettingsField;
private System.Xml.XmlElement[] anyField;
public GetSWConfigsRequest() {
this.loadApplicationSettingsField = false;
this.loadDeviceSettingsField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public bool loadApplicationSettings {
get {
return this.loadApplicationSettingsField;
}
set {
this.loadApplicationSettingsField = value;
}
}
///
public bool loadDeviceSettings {
get {
return this.loadDeviceSettingsField;
}
set {
this.loadDeviceSettingsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetSWConfigApplicationsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private Application[] applicationsField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("applications")]
public Application[] applications {
get {
return this.applicationsField;
}
set {
this.applicationsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetSWConfigApplicationsSortBy {
private bool aPPLICATION_UIDField;
private bool aPPLICATION_NAMEField;
private bool aPPLICATION_TYPEField;
private bool aPPLICATION_VERSIONField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public GetSWConfigApplicationsSortBy() {
this.aPPLICATION_UIDField = false;
this.aPPLICATION_NAMEField = false;
this.aPPLICATION_TYPEField = false;
this.aPPLICATION_VERSIONField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool APPLICATION_UID {
get {
return this.aPPLICATION_UIDField;
}
set {
this.aPPLICATION_UIDField = value;
}
}
///
public bool APPLICATION_NAME {
get {
return this.aPPLICATION_NAMEField;
}
set {
this.aPPLICATION_NAMEField = value;
}
}
///
public bool APPLICATION_TYPE {
get {
return this.aPPLICATION_TYPEField;
}
set {
this.aPPLICATION_TYPEField = value;
}
}
///
public bool APPLICATION_VERSION {
get {
return this.aPPLICATION_VERSIONField;
}
set {
this.aPPLICATION_VERSIONField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetSWConfigApplicationsSearchCriteria {
private string applicationUidField;
private string[] applicationKeywordsField;
private string[] applicationLanguagesField;
private string applicationRootUidField;
private string[] applicationRootKeywordsField;
private string applicationTypeField;
private string applicationURIField;
private string applicationVendorField;
private string applicationVersionField;
private string authorNameField;
private string[] excludeUidsField;
private bool applicationContentLoadedField;
private bool applicationContentLoadedFieldSpecified;
private LocaleNameAndDescription[] localeNameAndDescriptionsField;
private string organizationUidField;
private string publishedAfterDateTimeField;
private string publishedBeforeDateTimeField;
private string publishedByUserUidField;
private string userUidField;
private System.Xml.XmlElement[] anyField;
///
public string applicationUid {
get {
return this.applicationUidField;
}
set {
this.applicationUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("applicationKeywords")]
public string[] applicationKeywords {
get {
return this.applicationKeywordsField;
}
set {
this.applicationKeywordsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("applicationLanguages")]
public string[] applicationLanguages {
get {
return this.applicationLanguagesField;
}
set {
this.applicationLanguagesField = value;
}
}
///
public string applicationRootUid {
get {
return this.applicationRootUidField;
}
set {
this.applicationRootUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("applicationRootKeywords")]
public string[] applicationRootKeywords {
get {
return this.applicationRootKeywordsField;
}
set {
this.applicationRootKeywordsField = value;
}
}
///
public string applicationType {
get {
return this.applicationTypeField;
}
set {
this.applicationTypeField = value;
}
}
///
public string applicationURI {
get {
return this.applicationURIField;
}
set {
this.applicationURIField = value;
}
}
///
public string applicationVendor {
get {
return this.applicationVendorField;
}
set {
this.applicationVendorField = value;
}
}
///
public string applicationVersion {
get {
return this.applicationVersionField;
}
set {
this.applicationVersionField = value;
}
}
///
public string authorName {
get {
return this.authorNameField;
}
set {
this.authorNameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("excludeUids")]
public string[] excludeUids {
get {
return this.excludeUidsField;
}
set {
this.excludeUidsField = value;
}
}
///
public bool applicationContentLoaded {
get {
return this.applicationContentLoadedField;
}
set {
this.applicationContentLoadedField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool applicationContentLoadedSpecified {
get {
return this.applicationContentLoadedFieldSpecified;
}
set {
this.applicationContentLoadedFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescriptions")]
public LocaleNameAndDescription[] localeNameAndDescriptions {
get {
return this.localeNameAndDescriptionsField;
}
set {
this.localeNameAndDescriptionsField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
public string publishedAfterDateTime {
get {
return this.publishedAfterDateTimeField;
}
set {
this.publishedAfterDateTimeField = value;
}
}
///
public string publishedBeforeDateTime {
get {
return this.publishedBeforeDateTimeField;
}
set {
this.publishedBeforeDateTimeField = value;
}
}
///
public string publishedByUserUid {
get {
return this.publishedByUserUidField;
}
set {
this.publishedByUserUidField = value;
}
}
///
public string userUid {
get {
return this.userUidField;
}
set {
this.userUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetSWConfigApplicationsRequest {
private RequestMetadata metadataField;
private GetSWConfigApplicationsSearchCriteria searchCriteriaField;
private GetSWConfigApplicationsSortBy sortByField;
private bool sortAscendingField;
private string lastApplicationUidField;
private int pageSizeField;
private System.Xml.XmlElement[] anyField;
public GetSWConfigApplicationsRequest() {
this.sortAscendingField = true;
this.pageSizeField = 0;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public GetSWConfigApplicationsSearchCriteria searchCriteria {
get {
return this.searchCriteriaField;
}
set {
this.searchCriteriaField = value;
}
}
///
public GetSWConfigApplicationsSortBy sortBy {
get {
return this.sortByField;
}
set {
this.sortByField = value;
}
}
///
public bool sortAscending {
get {
return this.sortAscendingField;
}
set {
this.sortAscendingField = value;
}
}
///
public string lastApplicationUid {
get {
return this.lastApplicationUidField;
}
set {
this.lastApplicationUidField = value;
}
}
///
public int pageSize {
get {
return this.pageSizeField;
}
set {
this.pageSizeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class Capability {
private string uidField;
private bool allScopeField;
private string[] scopeUidsField;
private CapabilityDefinition definitionField;
private System.Xml.XmlElement[] anyField;
public Capability() {
this.allScopeField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public bool allScope {
get {
return this.allScopeField;
}
set {
this.allScopeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("scopeUids")]
public string[] scopeUids {
get {
return this.scopeUidsField;
}
set {
this.scopeUidsField = value;
}
}
///
public CapabilityDefinition definition {
get {
return this.definitionField;
}
set {
this.definitionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class CapabilityDefinition {
private string uidField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private CapabilityClassificationType classificationField;
private CapabilityScopeType scopeField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public CapabilityClassificationType classification {
get {
return this.classificationField;
}
set {
this.classificationField = value;
}
}
///
public CapabilityScopeType scope {
get {
return this.scopeField;
}
set {
this.scopeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class CapabilityClassificationType {
private bool mANAGEMENTField;
private bool dEVICEField;
private bool cONFIGURATIONField;
private bool sERVICESField;
private bool sETUPField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public CapabilityClassificationType() {
this.mANAGEMENTField = false;
this.dEVICEField = false;
this.cONFIGURATIONField = false;
this.sERVICESField = false;
this.sETUPField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool MANAGEMENT {
get {
return this.mANAGEMENTField;
}
set {
this.mANAGEMENTField = value;
}
}
///
public bool DEVICE {
get {
return this.dEVICEField;
}
set {
this.dEVICEField = value;
}
}
///
public bool CONFIGURATION {
get {
return this.cONFIGURATIONField;
}
set {
this.cONFIGURATIONField = value;
}
}
///
public bool SERVICES {
get {
return this.sERVICESField;
}
set {
this.sERVICESField = value;
}
}
///
public bool SETUP {
get {
return this.sETUPField;
}
set {
this.sETUPField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class CapabilityScopeType {
private bool nONEField;
private bool oRGANIZATIONField;
private bool gROUPField;
private bool uSERField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public CapabilityScopeType() {
this.nONEField = false;
this.oRGANIZATIONField = false;
this.gROUPField = false;
this.uSERField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool NONE {
get {
return this.nONEField;
}
set {
this.nONEField = value;
}
}
///
public bool ORGANIZATION {
get {
return this.oRGANIZATIONField;
}
set {
this.oRGANIZATIONField = value;
}
}
///
public bool GROUP {
get {
return this.gROUPField;
}
set {
this.gROUPField = value;
}
}
///
public bool USER {
get {
return this.uSERField;
}
set {
this.uSERField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class RoleDetail {
private string uidField;
private string organizationUidField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private Capability[] capabilitiesField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("capabilities")]
public Capability[] capabilities {
get {
return this.capabilitiesField;
}
set {
this.capabilitiesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetRolesDetailIndividualResponse {
private string roleUidField;
private ReturnStatus returnStatusField;
private RoleDetail roleDetailField;
private System.Xml.XmlElement[] anyField;
///
public string roleUid {
get {
return this.roleUidField;
}
set {
this.roleUidField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
public RoleDetail roleDetail {
get {
return this.roleDetailField;
}
set {
this.roleDetailField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetRolesDetailResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private GetRolesDetailIndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public GetRolesDetailIndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetRolesDetailRequest {
private RequestMetadata metadataField;
private Role[] rolesField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("roles", IsNullable=true)]
public Role[] roles {
get {
return this.rolesField;
}
set {
this.rolesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetRolesResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private Role[] rolesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("roles")]
public Role[] roles {
get {
return this.rolesField;
}
set {
this.rolesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetRolesRequest {
private RequestMetadata metadataField;
private string nameField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ReportDataRecordData {
private string valueField;
private System.Xml.XmlElement[] anyField;
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ReportDataRecord {
private ReportDataRecordData[] dataField;
private System.Xml.XmlElement[] anyField;
///
[System.Xml.Serialization.XmlElementAttribute("data")]
public ReportDataRecordData[] data {
get {
return this.dataField;
}
set {
this.dataField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ReportDataColumn {
private string nameField;
private System.Xml.XmlElement[] anyField;
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ReportDataMetadata {
private GetReportDataReportType reportDataTypeField;
private ReportDataColumn[] columnsField;
private System.Xml.XmlElement[] anyField;
///
public GetReportDataReportType reportDataType {
get {
return this.reportDataTypeField;
}
set {
this.reportDataTypeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("columns")]
public ReportDataColumn[] columns {
get {
return this.columnsField;
}
set {
this.columnsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetReportDataReportType {
private bool dEVICEField;
private bool uSERField;
private bool aPPLICATIONField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public GetReportDataReportType() {
this.dEVICEField = false;
this.uSERField = false;
this.aPPLICATIONField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool DEVICE {
get {
return this.dEVICEField;
}
set {
this.dEVICEField = value;
}
}
///
public bool USER {
get {
return this.uSERField;
}
set {
this.uSERField = value;
}
}
///
public bool APPLICATION {
get {
return this.aPPLICATIONField;
}
set {
this.aPPLICATIONField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ReportData {
private ReportDataMetadata reportDataMetadataField;
private ReportDataRecord[] recordsField;
private System.Xml.XmlElement[] anyField;
///
public ReportDataMetadata reportDataMetadata {
get {
return this.reportDataMetadataField;
}
set {
this.reportDataMetadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("records")]
public ReportDataRecord[] records {
get {
return this.recordsField;
}
set {
this.recordsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetReportDataResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private ReportData reportDataField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
public ReportData reportData {
get {
return this.reportDataField;
}
set {
this.reportDataField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetReportDataRequest {
private RequestMetadata metadataField;
private GetReportDataReportType reportDataTypeField;
private string[] deviceUidsField;
private string[] userUidsField;
private int recordOffsetField;
private int pageSizeField;
private System.Xml.XmlElement[] anyField;
public GetReportDataRequest() {
this.recordOffsetField = 0;
this.pageSizeField = 0;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public GetReportDataReportType reportDataType {
get {
return this.reportDataTypeField;
}
set {
this.reportDataTypeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("deviceUids")]
public string[] deviceUids {
get {
return this.deviceUidsField;
}
set {
this.deviceUidsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("userUids")]
public string[] userUids {
get {
return this.userUidsField;
}
set {
this.userUidsField = value;
}
}
///
public int recordOffset {
get {
return this.recordOffsetField;
}
set {
this.recordOffsetField = value;
}
}
///
public int pageSize {
get {
return this.pageSizeField;
}
set {
this.pageSizeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyRuleDefinitionClassification {
private bool cOMMONField;
private bool wORK_SPACE_ONLYField;
private bool bLACKBERRY_BALANCE_ONLYField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public PolicyRuleDefinitionClassification() {
this.cOMMONField = false;
this.wORK_SPACE_ONLYField = false;
this.bLACKBERRY_BALANCE_ONLYField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool COMMON {
get {
return this.cOMMONField;
}
set {
this.cOMMONField = value;
}
}
///
public bool WORK_SPACE_ONLY {
get {
return this.wORK_SPACE_ONLYField;
}
set {
this.wORK_SPACE_ONLYField = value;
}
}
///
public bool BLACKBERRY_BALANCE_ONLY {
get {
return this.bLACKBERRY_BALANCE_ONLYField;
}
set {
this.bLACKBERRY_BALANCE_ONLYField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyRuleDefinitionUIMaskType {
private bool eDITABLEField;
private bool rESERVEDField;
private bool nOT_USEDField;
private bool vISIBLEField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public PolicyRuleDefinitionUIMaskType() {
this.eDITABLEField = false;
this.rESERVEDField = false;
this.nOT_USEDField = false;
this.vISIBLEField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool EDITABLE {
get {
return this.eDITABLEField;
}
set {
this.eDITABLEField = value;
}
}
///
public bool RESERVED {
get {
return this.rESERVEDField;
}
set {
this.rESERVEDField = value;
}
}
///
public bool NOT_USED {
get {
return this.nOT_USEDField;
}
set {
this.nOT_USEDField = value;
}
}
///
public bool VISIBLE {
get {
return this.vISIBLEField;
}
set {
this.vISIBLEField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyRuleDefinitionType {
private bool bOOLEANField;
private bool iNTEGERField;
private bool sTRINGField;
private bool bITMASKField;
private bool mULTILINE_STRINGField;
private bool eNUMERATIONField;
private bool mESSAGE_CLASSIFICATIONField;
private bool tEXT_ONLYField;
private bool cOLLECTIONField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public PolicyRuleDefinitionType() {
this.bOOLEANField = false;
this.iNTEGERField = false;
this.sTRINGField = false;
this.bITMASKField = false;
this.mULTILINE_STRINGField = false;
this.eNUMERATIONField = false;
this.mESSAGE_CLASSIFICATIONField = false;
this.tEXT_ONLYField = false;
this.cOLLECTIONField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool BOOLEAN {
get {
return this.bOOLEANField;
}
set {
this.bOOLEANField = value;
}
}
///
public bool INTEGER {
get {
return this.iNTEGERField;
}
set {
this.iNTEGERField = value;
}
}
///
public bool STRING {
get {
return this.sTRINGField;
}
set {
this.sTRINGField = value;
}
}
///
public bool BITMASK {
get {
return this.bITMASKField;
}
set {
this.bITMASKField = value;
}
}
///
public bool MULTILINE_STRING {
get {
return this.mULTILINE_STRINGField;
}
set {
this.mULTILINE_STRINGField = value;
}
}
///
public bool ENUMERATION {
get {
return this.eNUMERATIONField;
}
set {
this.eNUMERATIONField = value;
}
}
///
public bool MESSAGE_CLASSIFICATION {
get {
return this.mESSAGE_CLASSIFICATIONField;
}
set {
this.mESSAGE_CLASSIFICATIONField = value;
}
}
///
public bool TEXT_ONLY {
get {
return this.tEXT_ONLYField;
}
set {
this.tEXT_ONLYField = value;
}
}
///
public bool COLLECTION {
get {
return this.cOLLECTIONField;
}
set {
this.cOLLECTIONField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyRuleDefinitionDataValue {
private int typeField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public PolicyRuleDefinitionDataValue() {
this.typeField = 0;
}
///
public int type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyRuleDefinitionData {
private PolicyRuleDefinitionDataValue[] bitMaskDataField;
private bool booleanDataField;
private PolicyRuleDefinitionDataValue[] integerDataField;
private string stringDataField;
private string multilineStringDataField;
private PolicyRuleDefinitionDataValue[] enumerationDataField;
private System.Xml.XmlElement[] anyField;
public PolicyRuleDefinitionData() {
this.booleanDataField = false;
}
///
[System.Xml.Serialization.XmlElementAttribute("bitMaskData")]
public PolicyRuleDefinitionDataValue[] bitMaskData {
get {
return this.bitMaskDataField;
}
set {
this.bitMaskDataField = value;
}
}
///
public bool booleanData {
get {
return this.booleanDataField;
}
set {
this.booleanDataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("integerData")]
public PolicyRuleDefinitionDataValue[] integerData {
get {
return this.integerDataField;
}
set {
this.integerDataField = value;
}
}
///
public string stringData {
get {
return this.stringDataField;
}
set {
this.stringDataField = value;
}
}
///
public string multilineStringData {
get {
return this.multilineStringDataField;
}
set {
this.multilineStringDataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("enumerationData")]
public PolicyRuleDefinitionDataValue[] enumerationData {
get {
return this.enumerationDataField;
}
set {
this.enumerationDataField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyRuleDefinitionDestinationType {
private bool bOTHField;
private bool hANDHELDField;
private bool dESKTOPField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public PolicyRuleDefinitionDestinationType() {
this.bOTHField = false;
this.hANDHELDField = false;
this.dESKTOPField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool BOTH {
get {
return this.bOTHField;
}
set {
this.bOTHField = value;
}
}
///
public bool HANDHELD {
get {
return this.hANDHELDField;
}
set {
this.hANDHELDField = value;
}
}
///
public bool DESKTOP {
get {
return this.dESKTOPField;
}
set {
this.dESKTOPField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class PolicyRuleDefinition {
private string nameField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private PolicyRuleDefinitionDestinationType destinationField;
private PolicyRuleDefinitionData policyRuleDefinitionDataField;
private int minValueField;
private int maxValueField;
private string reconciliationRulesField;
private int tagField;
private int subTagField;
private PolicyRuleDefinitionType typeField;
private PolicyRuleDefinitionUIMaskType uiMaskField;
private PolicyRuleDefinitionClassification classificationField;
private System.Xml.XmlElement[] anyField;
public PolicyRuleDefinition() {
this.minValueField = 0;
this.maxValueField = 0;
this.tagField = 0;
this.subTagField = 0;
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public PolicyRuleDefinitionDestinationType destination {
get {
return this.destinationField;
}
set {
this.destinationField = value;
}
}
///
public PolicyRuleDefinitionData policyRuleDefinitionData {
get {
return this.policyRuleDefinitionDataField;
}
set {
this.policyRuleDefinitionDataField = value;
}
}
///
public int minValue {
get {
return this.minValueField;
}
set {
this.minValueField = value;
}
}
///
public int maxValue {
get {
return this.maxValueField;
}
set {
this.maxValueField = value;
}
}
///
public string reconciliationRules {
get {
return this.reconciliationRulesField;
}
set {
this.reconciliationRulesField = value;
}
}
///
public int tag {
get {
return this.tagField;
}
set {
this.tagField = value;
}
}
///
public int subTag {
get {
return this.subTagField;
}
set {
this.subTagField = value;
}
}
///
public PolicyRuleDefinitionType type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
///
public PolicyRuleDefinitionUIMaskType uiMask {
get {
return this.uiMaskField;
}
set {
this.uiMaskField = value;
}
}
///
public PolicyRuleDefinitionClassification classification {
get {
return this.classificationField;
}
set {
this.classificationField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetPolicyRuleDefinitionsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private PolicyRuleDefinition[] policyRuleDefinitionsField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("policyRuleDefinitions")]
public PolicyRuleDefinition[] policyRuleDefinitions {
get {
return this.policyRuleDefinitionsField;
}
set {
this.policyRuleDefinitionsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetPolicyRuleDefinitionType {
private bool sTANDARDField;
private bool uSER_DEFINEDField;
private bool sTANDARD_AND_USER_DEFINEDField;
private bool wLANField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public GetPolicyRuleDefinitionType() {
this.sTANDARDField = false;
this.uSER_DEFINEDField = false;
this.sTANDARD_AND_USER_DEFINEDField = false;
this.wLANField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool STANDARD {
get {
return this.sTANDARDField;
}
set {
this.sTANDARDField = value;
}
}
///
public bool USER_DEFINED {
get {
return this.uSER_DEFINEDField;
}
set {
this.uSER_DEFINEDField = value;
}
}
///
public bool STANDARD_AND_USER_DEFINED {
get {
return this.sTANDARD_AND_USER_DEFINEDField;
}
set {
this.sTANDARD_AND_USER_DEFINEDField = value;
}
}
///
public bool WLAN {
get {
return this.wLANField;
}
set {
this.wLANField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetPolicyRuleDefinitionsRequest {
private RequestMetadata metadataField;
private GetPolicyRuleDefinitionType policyRuleDefinitionTypeField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public GetPolicyRuleDefinitionType policyRuleDefinitionType {
get {
return this.policyRuleDefinitionTypeField;
}
set {
this.policyRuleDefinitionTypeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class MailStoreUser {
private string displayNameField;
private string emailAddressField;
private string adminServerField;
private string mailboxIdField;
private string mailboxLocationField;
private string mailStoreAddressIdField;
private string mailStoreDomainIdField;
private string serverNameField;
private string unidField;
private string externalUserUidField;
private string userDistinguishedNameField;
private string externalUsernameField;
private string externalDomainField;
private System.Xml.XmlElement[] anyField;
///
public string displayName {
get {
return this.displayNameField;
}
set {
this.displayNameField = value;
}
}
///
public string emailAddress {
get {
return this.emailAddressField;
}
set {
this.emailAddressField = value;
}
}
///
public string adminServer {
get {
return this.adminServerField;
}
set {
this.adminServerField = value;
}
}
///
public string mailboxId {
get {
return this.mailboxIdField;
}
set {
this.mailboxIdField = value;
}
}
///
public string mailboxLocation {
get {
return this.mailboxLocationField;
}
set {
this.mailboxLocationField = value;
}
}
///
public string mailStoreAddressId {
get {
return this.mailStoreAddressIdField;
}
set {
this.mailStoreAddressIdField = value;
}
}
///
public string mailStoreDomainId {
get {
return this.mailStoreDomainIdField;
}
set {
this.mailStoreDomainIdField = value;
}
}
///
public string serverName {
get {
return this.serverNameField;
}
set {
this.serverNameField = value;
}
}
///
public string unid {
get {
return this.unidField;
}
set {
this.unidField = value;
}
}
///
public string externalUserUid {
get {
return this.externalUserUidField;
}
set {
this.externalUserUidField = value;
}
}
///
public string userDistinguishedName {
get {
return this.userDistinguishedNameField;
}
set {
this.userDistinguishedNameField = value;
}
}
///
public string externalUsername {
get {
return this.externalUsernameField;
}
set {
this.externalUsernameField = value;
}
}
///
public string externalDomain {
get {
return this.externalDomainField;
}
set {
this.externalDomainField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetMailStoreUsersResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private MailStoreUser[] mailStoreUsersField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("mailStoreUsers")]
public MailStoreUser[] mailStoreUsers {
get {
return this.mailStoreUsersField;
}
set {
this.mailStoreUsersField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetMailStoreUsersSortBy {
private bool dISPLAY_NAMEField;
private bool eMAIL_ADDRESSField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public GetMailStoreUsersSortBy() {
this.dISPLAY_NAMEField = false;
this.eMAIL_ADDRESSField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool DISPLAY_NAME {
get {
return this.dISPLAY_NAMEField;
}
set {
this.dISPLAY_NAMEField = value;
}
}
///
public bool EMAIL_ADDRESS {
get {
return this.eMAIL_ADDRESSField;
}
set {
this.eMAIL_ADDRESSField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetMailStoreUsersSearchCriteria {
private string displayNameField;
private string emailAddressField;
private bool newUserOnlyField;
private string externalUserUidField;
private System.Xml.XmlElement[] anyField;
public GetMailStoreUsersSearchCriteria() {
this.newUserOnlyField = false;
}
///
public string displayName {
get {
return this.displayNameField;
}
set {
this.displayNameField = value;
}
}
///
public string emailAddress {
get {
return this.emailAddressField;
}
set {
this.emailAddressField = value;
}
}
///
public bool newUserOnly {
get {
return this.newUserOnlyField;
}
set {
this.newUserOnlyField = value;
}
}
///
public string externalUserUid {
get {
return this.externalUserUidField;
}
set {
this.externalUserUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetMailStoreUsersRequest {
private RequestMetadata metadataField;
private GetMailStoreUsersSearchCriteria searchCriteriaField;
private GetMailStoreUsersSortBy sortByField;
private bool sortAscendingField;
private string lastMailStoreUserEmailAddressField;
private int pageSizeField;
private System.Xml.XmlElement[] anyField;
public GetMailStoreUsersRequest() {
this.sortAscendingField = true;
this.pageSizeField = 500;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public GetMailStoreUsersSearchCriteria searchCriteria {
get {
return this.searchCriteriaField;
}
set {
this.searchCriteriaField = value;
}
}
///
public GetMailStoreUsersSortBy sortBy {
get {
return this.sortByField;
}
set {
this.sortByField = value;
}
}
///
public bool sortAscending {
get {
return this.sortAscendingField;
}
set {
this.sortAscendingField = value;
}
}
///
public string lastMailStoreUserEmailAddress {
get {
return this.lastMailStoreUserEmailAddressField;
}
set {
this.lastMailStoreUserEmailAddressField = value;
}
}
///
public int pageSize {
get {
return this.pageSizeField;
}
set {
this.pageSizeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetITPoliciesResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private ITPolicy[] itPoliciesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("itPolicies")]
public ITPolicy[] itPolicies {
get {
return this.itPoliciesField;
}
set {
this.itPoliciesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetITPoliciesRequest {
private RequestMetadata metadataField;
private string nameField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GroupDetail {
private string uidField;
private GroupType groupTypeField;
private string organizationUidField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private Group[] directChildGroupsField;
private Group[] directParentGroupsField;
private User[] directUsersField;
private ITPolicy directITPolicyField;
private IndirectITPolicy[] indirectITPoliciesField;
private Role[] directRolesField;
private IndirectRole[] indirectRolesField;
private SWConfig[] directSWConfigsField;
private IndirectSWConfig[] indirectSWConfigsField;
private VPNConfig[] directVPNConfigsField;
private IndirectVPNConfig[] indirectVPNConfigsField;
private WLANConfig[] directWLANConfigsField;
private IndirectWLANConfig[] indirectWLANConfigsField;
private System.Xml.XmlElement[] anyField;
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public GroupType groupType {
get {
return this.groupTypeField;
}
set {
this.groupTypeField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directChildGroups")]
public Group[] directChildGroups {
get {
return this.directChildGroupsField;
}
set {
this.directChildGroupsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directParentGroups")]
public Group[] directParentGroups {
get {
return this.directParentGroupsField;
}
set {
this.directParentGroupsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directUsers")]
public User[] directUsers {
get {
return this.directUsersField;
}
set {
this.directUsersField = value;
}
}
///
public ITPolicy directITPolicy {
get {
return this.directITPolicyField;
}
set {
this.directITPolicyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectITPolicies")]
public IndirectITPolicy[] indirectITPolicies {
get {
return this.indirectITPoliciesField;
}
set {
this.indirectITPoliciesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directRoles")]
public Role[] directRoles {
get {
return this.directRolesField;
}
set {
this.directRolesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectRoles")]
public IndirectRole[] indirectRoles {
get {
return this.indirectRolesField;
}
set {
this.indirectRolesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directSWConfigs")]
public SWConfig[] directSWConfigs {
get {
return this.directSWConfigsField;
}
set {
this.directSWConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectSWConfigs")]
public IndirectSWConfig[] indirectSWConfigs {
get {
return this.indirectSWConfigsField;
}
set {
this.indirectSWConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directVPNConfigs")]
public VPNConfig[] directVPNConfigs {
get {
return this.directVPNConfigsField;
}
set {
this.directVPNConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectVPNConfigs")]
public IndirectVPNConfig[] indirectVPNConfigs {
get {
return this.indirectVPNConfigsField;
}
set {
this.indirectVPNConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("directWLANConfigs")]
public WLANConfig[] directWLANConfigs {
get {
return this.directWLANConfigsField;
}
set {
this.directWLANConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("indirectWLANConfigs")]
public IndirectWLANConfig[] indirectWLANConfigs {
get {
return this.indirectWLANConfigsField;
}
set {
this.indirectWLANConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetGroupsDetailIndividualResponse {
private string groupUidField;
private ReturnStatus returnStatusField;
private GroupDetail groupDetailField;
private System.Xml.XmlElement[] anyField;
///
public string groupUid {
get {
return this.groupUidField;
}
set {
this.groupUidField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
public GroupDetail groupDetail {
get {
return this.groupDetailField;
}
set {
this.groupDetailField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetGroupsDetailResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private GetGroupsDetailIndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public GetGroupsDetailIndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetGroupsDetailRequest {
private RequestMetadata metadataField;
private Group[] groupsField;
private bool loadParentGroupsField;
private bool loadChildGroupsField;
private bool loadUsersField;
private bool loadITPoliciesField;
private bool loadRolesField;
private bool loadSWConfigsField;
private bool loadVPNConfigsField;
private bool loadWLANConfigsField;
private System.Xml.XmlElement[] anyField;
public GetGroupsDetailRequest() {
this.loadParentGroupsField = false;
this.loadChildGroupsField = false;
this.loadUsersField = false;
this.loadITPoliciesField = false;
this.loadRolesField = false;
this.loadSWConfigsField = false;
this.loadVPNConfigsField = false;
this.loadWLANConfigsField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("groups", IsNullable=true)]
public Group[] groups {
get {
return this.groupsField;
}
set {
this.groupsField = value;
}
}
///
public bool loadParentGroups {
get {
return this.loadParentGroupsField;
}
set {
this.loadParentGroupsField = value;
}
}
///
public bool loadChildGroups {
get {
return this.loadChildGroupsField;
}
set {
this.loadChildGroupsField = value;
}
}
///
public bool loadUsers {
get {
return this.loadUsersField;
}
set {
this.loadUsersField = value;
}
}
///
public bool loadITPolicies {
get {
return this.loadITPoliciesField;
}
set {
this.loadITPoliciesField = value;
}
}
///
public bool loadRoles {
get {
return this.loadRolesField;
}
set {
this.loadRolesField = value;
}
}
///
public bool loadSWConfigs {
get {
return this.loadSWConfigsField;
}
set {
this.loadSWConfigsField = value;
}
}
///
public bool loadVPNConfigs {
get {
return this.loadVPNConfigsField;
}
set {
this.loadVPNConfigsField = value;
}
}
///
public bool loadWLANConfigs {
get {
return this.loadWLANConfigsField;
}
set {
this.loadWLANConfigsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetGroupsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private Group[] groupsField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("groups")]
public Group[] groups {
get {
return this.groupsField;
}
set {
this.groupsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetGroupsRequest {
private RequestMetadata metadataField;
private string nameField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetEmailProfilesResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private EmailProfile[] emailProfilesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("emailProfiles")]
public EmailProfile[] emailProfiles {
get {
return this.emailProfilesField;
}
set {
this.emailProfilesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailProfile {
private string uidField;
private string nameField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private string organizationUidField;
private EmailProfileType typeField;
private string serverNameField;
private bool useSSLField;
private bool pushEnabledField;
private string previousDurationToSyncField;
private string syncIntervalField;
private bool manualSyncWhenRoamingField;
private bool syncEmailField;
private bool syncCalendarField;
private bool syncContactsField;
private System.Xml.XmlElement[] anyField;
public EmailProfile() {
this.useSSLField = false;
this.pushEnabledField = false;
this.previousDurationToSyncField = "0";
this.syncIntervalField = "0";
this.manualSyncWhenRoamingField = false;
this.syncEmailField = false;
this.syncCalendarField = false;
this.syncContactsField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
public EmailProfileType type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
///
public string serverName {
get {
return this.serverNameField;
}
set {
this.serverNameField = value;
}
}
///
public bool useSSL {
get {
return this.useSSLField;
}
set {
this.useSSLField = value;
}
}
///
public bool pushEnabled {
get {
return this.pushEnabledField;
}
set {
this.pushEnabledField = value;
}
}
///
[System.ComponentModel.DefaultValueAttribute("0")]
public string previousDurationToSync {
get {
return this.previousDurationToSyncField;
}
set {
this.previousDurationToSyncField = value;
}
}
///
[System.ComponentModel.DefaultValueAttribute("0")]
public string syncInterval {
get {
return this.syncIntervalField;
}
set {
this.syncIntervalField = value;
}
}
///
public bool manualSyncWhenRoaming {
get {
return this.manualSyncWhenRoamingField;
}
set {
this.manualSyncWhenRoamingField = value;
}
}
///
public bool syncEmail {
get {
return this.syncEmailField;
}
set {
this.syncEmailField = value;
}
}
///
public bool syncCalendar {
get {
return this.syncCalendarField;
}
set {
this.syncCalendarField = value;
}
}
///
public bool syncContacts {
get {
return this.syncContactsField;
}
set {
this.syncContactsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EmailProfileType {
private bool aCTIVESYNCField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public EmailProfileType() {
this.aCTIVESYNCField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool ACTIVESYNC {
get {
return this.aCTIVESYNCField;
}
set {
this.aCTIVESYNCField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetEmailProfilesRequest {
private RequestMetadata metadataField;
private string nameField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class OutOfComplianceInformation {
private string dateField;
private string reasonField;
private System.Xml.XmlElement[] anyField;
///
public string date {
get {
return this.dateField;
}
set {
this.dateField = value;
}
}
///
public string reason {
get {
return this.reasonField;
}
set {
this.reasonField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class MemoryUnit {
private bool bYTESField;
private bool kILOBYTESField;
private bool mEGABYTESField;
private bool gIGABYTESField;
private bool tERABYTESField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public MemoryUnit() {
this.bYTESField = false;
this.kILOBYTESField = false;
this.mEGABYTESField = false;
this.gIGABYTESField = false;
this.tERABYTESField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool BYTES {
get {
return this.bYTESField;
}
set {
this.bYTESField = value;
}
}
///
public bool KILOBYTES {
get {
return this.kILOBYTESField;
}
set {
this.kILOBYTESField = value;
}
}
///
public bool MEGABYTES {
get {
return this.mEGABYTESField;
}
set {
this.mEGABYTESField = value;
}
}
///
public bool GIGABYTES {
get {
return this.gIGABYTESField;
}
set {
this.gIGABYTESField = value;
}
}
///
public bool TERABYTES {
get {
return this.tERABYTESField;
}
set {
this.tERABYTESField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceModule {
private string nameField;
private string versionField;
private int sizeField;
private System.Xml.XmlElement[] anyField;
public DeviceModule() {
this.sizeField = 0;
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string version {
get {
return this.versionField;
}
set {
this.versionField = value;
}
}
///
public int size {
get {
return this.sizeField;
}
set {
this.sizeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceApplication {
private string nameField;
private string versionField;
private string copyrightField;
private string descriptionField;
private string vendorField;
private System.Xml.XmlElement[] anyField;
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string version {
get {
return this.versionField;
}
set {
this.versionField = value;
}
}
///
public string copyright {
get {
return this.copyrightField;
}
set {
this.copyrightField = value;
}
}
///
public string description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
}
}
///
public string vendor {
get {
return this.vendorField;
}
set {
this.vendorField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceServiceBook {
private string nameField;
private string contentIdentificationField;
private string serviceIdentificationField;
private string dataField;
private System.Xml.XmlElement[] anyField;
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string contentIdentification {
get {
return this.contentIdentificationField;
}
set {
this.contentIdentificationField = value;
}
}
///
public string serviceIdentification {
get {
return this.serviceIdentificationField;
}
set {
this.serviceIdentificationField = value;
}
}
///
public string data {
get {
return this.dataField;
}
set {
this.dataField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DevicePolicyServiceAttributes {
private string dateEffectiveField;
private string dateSentField;
private string dateReceivedField;
private bool applicationControlPoliciesEnabledField;
private bool wirelessApplicationDeliveryEnabledField;
private string itPolicyNameField;
private string itPolicyNameOnDeviceField;
private DevicePolicyStatusType statusField;
private System.Xml.XmlElement[] anyField;
public DevicePolicyServiceAttributes() {
this.applicationControlPoliciesEnabledField = false;
this.wirelessApplicationDeliveryEnabledField = false;
}
///
public string dateEffective {
get {
return this.dateEffectiveField;
}
set {
this.dateEffectiveField = value;
}
}
///
public string dateSent {
get {
return this.dateSentField;
}
set {
this.dateSentField = value;
}
}
///
public string dateReceived {
get {
return this.dateReceivedField;
}
set {
this.dateReceivedField = value;
}
}
///
public bool applicationControlPoliciesEnabled {
get {
return this.applicationControlPoliciesEnabledField;
}
set {
this.applicationControlPoliciesEnabledField = value;
}
}
///
public bool wirelessApplicationDeliveryEnabled {
get {
return this.wirelessApplicationDeliveryEnabledField;
}
set {
this.wirelessApplicationDeliveryEnabledField = value;
}
}
///
public string itPolicyName {
get {
return this.itPolicyNameField;
}
set {
this.itPolicyNameField = value;
}
}
///
public string itPolicyNameOnDevice {
get {
return this.itPolicyNameOnDeviceField;
}
set {
this.itPolicyNameOnDeviceField = value;
}
}
///
public DevicePolicyStatusType status {
get {
return this.statusField;
}
set {
this.statusField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceMDSCSServiceAttributes {
private bool serviceEnabledField;
private System.Xml.XmlElement[] anyField;
public DeviceMDSCSServiceAttributes() {
this.serviceEnabledField = false;
}
///
public bool serviceEnabled {
get {
return this.serviceEnabledField;
}
set {
this.serviceEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceBASServiceAttributes {
private bool organizationEraseCapableField;
private bool multipleCommandCapableField;
private bool largeAttachementUploadCapableField;
private bool remoteSetDevicePasswordCapableField;
private bool remoteDeviceLockCapableField;
private System.Xml.XmlElement[] anyField;
public DeviceBASServiceAttributes() {
this.organizationEraseCapableField = false;
this.multipleCommandCapableField = false;
this.largeAttachementUploadCapableField = false;
this.remoteSetDevicePasswordCapableField = false;
this.remoteDeviceLockCapableField = false;
}
///
public bool organizationEraseCapable {
get {
return this.organizationEraseCapableField;
}
set {
this.organizationEraseCapableField = value;
}
}
///
public bool multipleCommandCapable {
get {
return this.multipleCommandCapableField;
}
set {
this.multipleCommandCapableField = value;
}
}
///
public bool largeAttachementUploadCapable {
get {
return this.largeAttachementUploadCapableField;
}
set {
this.largeAttachementUploadCapableField = value;
}
}
///
public bool remoteSetDevicePasswordCapable {
get {
return this.remoteSetDevicePasswordCapableField;
}
set {
this.remoteSetDevicePasswordCapableField = value;
}
}
///
public bool remoteDeviceLockCapable {
get {
return this.remoteDeviceLockCapableField;
}
set {
this.remoteDeviceLockCapableField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceBESServiceAttributes {
private string[] cryptoTransportAlgorithmsField;
private string[] encryptionAlgorithmsField;
private System.Xml.XmlElement[] anyField;
///
[System.Xml.Serialization.XmlElementAttribute("cryptoTransportAlgorithms")]
public string[] cryptoTransportAlgorithms {
get {
return this.cryptoTransportAlgorithmsField;
}
set {
this.cryptoTransportAlgorithmsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("encryptionAlgorithms")]
public string[] encryptionAlgorithms {
get {
return this.encryptionAlgorithmsField;
}
set {
this.encryptionAlgorithmsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceSyncServiceAttributes {
private bool wirelessPIMSyncSupportedField;
private string[] pimSyncEncodingsField;
private string lastSoftwareUpdateTimeField;
private string lastStatusUpdateTimeField;
private System.Xml.XmlElement[] anyField;
public DeviceSyncServiceAttributes() {
this.wirelessPIMSyncSupportedField = false;
}
///
public bool wirelessPIMSyncSupported {
get {
return this.wirelessPIMSyncSupportedField;
}
set {
this.wirelessPIMSyncSupportedField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("pimSyncEncodings")]
public string[] pimSyncEncodings {
get {
return this.pimSyncEncodingsField;
}
set {
this.pimSyncEncodingsField = value;
}
}
///
public string lastSoftwareUpdateTime {
get {
return this.lastSoftwareUpdateTimeField;
}
set {
this.lastSoftwareUpdateTimeField = value;
}
}
///
public string lastStatusUpdateTime {
get {
return this.lastStatusUpdateTimeField;
}
set {
this.lastStatusUpdateTimeField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceEmailServiceAttributes {
private string[] calendarEncodingsField;
private bool pgpEncryptionSupportedField;
private bool sentItemsSynchronizationEnabledField;
private bool smimeEncryptionSupportedField;
private string[] messageEncodingsField;
private string lastContactTimeField;
private string lastMessageExpiredTimeField;
private string lastMessageReceivedTimeField;
private string lastMessageSentTimeField;
private int totalMessagesExpiredField;
private int totalMessagesFailedField;
private int totalMessagesFilteredField;
private int totalMessagesForwardedField;
private int totalMessagesPendingField;
private int totalMessagesSentField;
private DeviceLastActionType lastActionField;
private System.Xml.XmlElement[] anyField;
public DeviceEmailServiceAttributes() {
this.pgpEncryptionSupportedField = false;
this.sentItemsSynchronizationEnabledField = false;
this.smimeEncryptionSupportedField = false;
this.totalMessagesExpiredField = 0;
this.totalMessagesFailedField = 0;
this.totalMessagesFilteredField = 0;
this.totalMessagesForwardedField = 0;
this.totalMessagesPendingField = 0;
this.totalMessagesSentField = 0;
}
///
[System.Xml.Serialization.XmlElementAttribute("calendarEncodings")]
public string[] calendarEncodings {
get {
return this.calendarEncodingsField;
}
set {
this.calendarEncodingsField = value;
}
}
///
public bool pgpEncryptionSupported {
get {
return this.pgpEncryptionSupportedField;
}
set {
this.pgpEncryptionSupportedField = value;
}
}
///
public bool sentItemsSynchronizationEnabled {
get {
return this.sentItemsSynchronizationEnabledField;
}
set {
this.sentItemsSynchronizationEnabledField = value;
}
}
///
public bool smimeEncryptionSupported {
get {
return this.smimeEncryptionSupportedField;
}
set {
this.smimeEncryptionSupportedField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("messageEncodings")]
public string[] messageEncodings {
get {
return this.messageEncodingsField;
}
set {
this.messageEncodingsField = value;
}
}
///
public string lastContactTime {
get {
return this.lastContactTimeField;
}
set {
this.lastContactTimeField = value;
}
}
///
public string lastMessageExpiredTime {
get {
return this.lastMessageExpiredTimeField;
}
set {
this.lastMessageExpiredTimeField = value;
}
}
///
public string lastMessageReceivedTime {
get {
return this.lastMessageReceivedTimeField;
}
set {
this.lastMessageReceivedTimeField = value;
}
}
///
public string lastMessageSentTime {
get {
return this.lastMessageSentTimeField;
}
set {
this.lastMessageSentTimeField = value;
}
}
///
public int totalMessagesExpired {
get {
return this.totalMessagesExpiredField;
}
set {
this.totalMessagesExpiredField = value;
}
}
///
public int totalMessagesFailed {
get {
return this.totalMessagesFailedField;
}
set {
this.totalMessagesFailedField = value;
}
}
///
public int totalMessagesFiltered {
get {
return this.totalMessagesFilteredField;
}
set {
this.totalMessagesFilteredField = value;
}
}
///
public int totalMessagesForwarded {
get {
return this.totalMessagesForwardedField;
}
set {
this.totalMessagesForwardedField = value;
}
}
///
public int totalMessagesPending {
get {
return this.totalMessagesPendingField;
}
set {
this.totalMessagesPendingField = value;
}
}
///
public int totalMessagesSent {
get {
return this.totalMessagesSentField;
}
set {
this.totalMessagesSentField = value;
}
}
///
public DeviceLastActionType lastAction {
get {
return this.lastActionField;
}
set {
this.lastActionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceServiceAttributes {
private DeviceEmailServiceAttributes emailServiceAttributesField;
private DeviceSyncServiceAttributes syncServiceAttributesField;
private DeviceBESServiceAttributes besServiceAttributesField;
private DeviceBASServiceAttributes basServiceAttributesField;
private DeviceMDSCSServiceAttributes mdscsServiceAttributesField;
private DevicePolicyServiceAttributes policyServiceAttributesField;
private System.Xml.XmlElement[] anyField;
///
public DeviceEmailServiceAttributes emailServiceAttributes {
get {
return this.emailServiceAttributesField;
}
set {
this.emailServiceAttributesField = value;
}
}
///
public DeviceSyncServiceAttributes syncServiceAttributes {
get {
return this.syncServiceAttributesField;
}
set {
this.syncServiceAttributesField = value;
}
}
///
public DeviceBESServiceAttributes besServiceAttributes {
get {
return this.besServiceAttributesField;
}
set {
this.besServiceAttributesField = value;
}
}
///
public DeviceBASServiceAttributes basServiceAttributes {
get {
return this.basServiceAttributesField;
}
set {
this.basServiceAttributesField = value;
}
}
///
public DeviceMDSCSServiceAttributes mdscsServiceAttributes {
get {
return this.mdscsServiceAttributesField;
}
set {
this.mdscsServiceAttributesField = value;
}
}
///
public DevicePolicyServiceAttributes policyServiceAttributes {
get {
return this.policyServiceAttributesField;
}
set {
this.policyServiceAttributesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceNetworkType {
private bool cDMAField;
private bool dATATACField;
private bool gPRSField;
private bool iDENField;
private bool mOBITEXField;
private bool uMTSField;
private bool wIFIField;
private bool uNKNOWNField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public DeviceNetworkType() {
this.cDMAField = false;
this.dATATACField = false;
this.gPRSField = false;
this.iDENField = false;
this.mOBITEXField = false;
this.uMTSField = false;
this.wIFIField = false;
this.uNKNOWNField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool CDMA {
get {
return this.cDMAField;
}
set {
this.cDMAField = value;
}
}
///
public bool DATATAC {
get {
return this.dATATACField;
}
set {
this.dATATACField = value;
}
}
///
public bool GPRS {
get {
return this.gPRSField;
}
set {
this.gPRSField = value;
}
}
///
public bool IDEN {
get {
return this.iDENField;
}
set {
this.iDENField = value;
}
}
///
public bool MOBITEX {
get {
return this.mOBITEXField;
}
set {
this.mOBITEXField = value;
}
}
///
public bool UMTS {
get {
return this.uMTSField;
}
set {
this.uMTSField = value;
}
}
///
public bool WIFI {
get {
return this.wIFIField;
}
set {
this.wIFIField = value;
}
}
///
public bool UNKNOWN {
get {
return this.uNKNOWNField;
}
set {
this.uNKNOWNField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeviceDetail {
private string uidField;
private DeviceState stateField;
private string modelField;
private string pinField;
private string phoneNumberField;
private string homeCarrierField;
private string activeCarrierField;
private string networkField;
private string osVersionField;
private string platformVersionField;
private string serialNumberField;
private string simUidField;
private string hardwareUidField;
private string vendorUidField;
private string vendorNameField;
private DeviceNetworkType networkTypeField;
private int batteryLevelField;
private int memoryTotalField;
private int memoryAvailableField;
private int uptimeField;
private string directConnectUidField;
private int displayScreenWidthField;
private int displayScreenHeightField;
private bool securityPasswordEnabledField;
private string screenLanguageField;
private int osBundleRankField;
private string besHAPoolNameField;
private string[] frequenciesField;
private ITPolicy reconciledITPolicyField;
private DeviceServiceAttributes serviceAttributesField;
private DeviceServiceBook[] serviceBooksField;
private DeviceApplication[] applicationsField;
private DeviceModule[] modulesField;
private MemoryUnit memoryTotalUnitField;
private MemoryUnit memoryAvailableUnitField;
private string imsiField;
private WirelessServicePlanTier wirelessServicePlanTierField;
private bool outOfComplianceField;
private OutOfComplianceInformation[] outOfComplianceInformationField;
private DeviceActivationType[] supportedDeviceActivationStatesField;
private DeviceActivationType deviceActivationStateField;
private System.Xml.XmlElement[] anyField;
public DeviceDetail() {
this.batteryLevelField = 0;
this.memoryTotalField = 0;
this.memoryAvailableField = 0;
this.uptimeField = 0;
this.displayScreenWidthField = 0;
this.displayScreenHeightField = 0;
this.securityPasswordEnabledField = false;
this.osBundleRankField = 0;
this.outOfComplianceField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public DeviceState state {
get {
return this.stateField;
}
set {
this.stateField = value;
}
}
///
public string model {
get {
return this.modelField;
}
set {
this.modelField = value;
}
}
///
public string pin {
get {
return this.pinField;
}
set {
this.pinField = value;
}
}
///
public string phoneNumber {
get {
return this.phoneNumberField;
}
set {
this.phoneNumberField = value;
}
}
///
public string homeCarrier {
get {
return this.homeCarrierField;
}
set {
this.homeCarrierField = value;
}
}
///
public string activeCarrier {
get {
return this.activeCarrierField;
}
set {
this.activeCarrierField = value;
}
}
///
public string network {
get {
return this.networkField;
}
set {
this.networkField = value;
}
}
///
public string osVersion {
get {
return this.osVersionField;
}
set {
this.osVersionField = value;
}
}
///
public string platformVersion {
get {
return this.platformVersionField;
}
set {
this.platformVersionField = value;
}
}
///
public string serialNumber {
get {
return this.serialNumberField;
}
set {
this.serialNumberField = value;
}
}
///
public string simUid {
get {
return this.simUidField;
}
set {
this.simUidField = value;
}
}
///
public string hardwareUid {
get {
return this.hardwareUidField;
}
set {
this.hardwareUidField = value;
}
}
///
public string vendorUid {
get {
return this.vendorUidField;
}
set {
this.vendorUidField = value;
}
}
///
public string vendorName {
get {
return this.vendorNameField;
}
set {
this.vendorNameField = value;
}
}
///
public DeviceNetworkType networkType {
get {
return this.networkTypeField;
}
set {
this.networkTypeField = value;
}
}
///
public int batteryLevel {
get {
return this.batteryLevelField;
}
set {
this.batteryLevelField = value;
}
}
///
public int memoryTotal {
get {
return this.memoryTotalField;
}
set {
this.memoryTotalField = value;
}
}
///
public int memoryAvailable {
get {
return this.memoryAvailableField;
}
set {
this.memoryAvailableField = value;
}
}
///
public int uptime {
get {
return this.uptimeField;
}
set {
this.uptimeField = value;
}
}
///
public string directConnectUid {
get {
return this.directConnectUidField;
}
set {
this.directConnectUidField = value;
}
}
///
public int displayScreenWidth {
get {
return this.displayScreenWidthField;
}
set {
this.displayScreenWidthField = value;
}
}
///
public int displayScreenHeight {
get {
return this.displayScreenHeightField;
}
set {
this.displayScreenHeightField = value;
}
}
///
public bool securityPasswordEnabled {
get {
return this.securityPasswordEnabledField;
}
set {
this.securityPasswordEnabledField = value;
}
}
///
public string screenLanguage {
get {
return this.screenLanguageField;
}
set {
this.screenLanguageField = value;
}
}
///
public int osBundleRank {
get {
return this.osBundleRankField;
}
set {
this.osBundleRankField = value;
}
}
///
public string besHAPoolName {
get {
return this.besHAPoolNameField;
}
set {
this.besHAPoolNameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("frequencies")]
public string[] frequencies {
get {
return this.frequenciesField;
}
set {
this.frequenciesField = value;
}
}
///
public ITPolicy reconciledITPolicy {
get {
return this.reconciledITPolicyField;
}
set {
this.reconciledITPolicyField = value;
}
}
///
public DeviceServiceAttributes serviceAttributes {
get {
return this.serviceAttributesField;
}
set {
this.serviceAttributesField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("serviceBooks")]
public DeviceServiceBook[] serviceBooks {
get {
return this.serviceBooksField;
}
set {
this.serviceBooksField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("applications")]
public DeviceApplication[] applications {
get {
return this.applicationsField;
}
set {
this.applicationsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("modules")]
public DeviceModule[] modules {
get {
return this.modulesField;
}
set {
this.modulesField = value;
}
}
///
public MemoryUnit memoryTotalUnit {
get {
return this.memoryTotalUnitField;
}
set {
this.memoryTotalUnitField = value;
}
}
///
public MemoryUnit memoryAvailableUnit {
get {
return this.memoryAvailableUnitField;
}
set {
this.memoryAvailableUnitField = value;
}
}
///
public string imsi {
get {
return this.imsiField;
}
set {
this.imsiField = value;
}
}
///
public WirelessServicePlanTier wirelessServicePlanTier {
get {
return this.wirelessServicePlanTierField;
}
set {
this.wirelessServicePlanTierField = value;
}
}
///
public bool outOfCompliance {
get {
return this.outOfComplianceField;
}
set {
this.outOfComplianceField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("outOfComplianceInformation")]
public OutOfComplianceInformation[] outOfComplianceInformation {
get {
return this.outOfComplianceInformationField;
}
set {
this.outOfComplianceInformationField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("supportedDeviceActivationStates")]
public DeviceActivationType[] supportedDeviceActivationStates {
get {
return this.supportedDeviceActivationStatesField;
}
set {
this.supportedDeviceActivationStatesField = value;
}
}
///
public DeviceActivationType deviceActivationState {
get {
return this.deviceActivationStateField;
}
set {
this.deviceActivationStateField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetDevicesDetailIndividualResponse {
private string deviceUidField;
private ReturnStatus returnStatusField;
private DeviceDetail deviceDetailField;
private System.Xml.XmlElement[] anyField;
///
public string deviceUid {
get {
return this.deviceUidField;
}
set {
this.deviceUidField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
public DeviceDetail deviceDetail {
get {
return this.deviceDetailField;
}
set {
this.deviceDetailField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetDevicesDetailResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private GetDevicesDetailIndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public GetDevicesDetailIndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetDevicesDetailRequest {
private RequestMetadata metadataField;
private Device[] devicesField;
private bool loadServiceAttributesField;
private bool loadReconciledITPolicyField;
private System.Xml.XmlElement[] anyField;
public GetDevicesDetailRequest() {
this.loadServiceAttributesField = false;
this.loadReconciledITPolicyField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("devices", IsNullable=true)]
public Device[] devices {
get {
return this.devicesField;
}
set {
this.devicesField = value;
}
}
///
public bool loadServiceAttributes {
get {
return this.loadServiceAttributesField;
}
set {
this.loadServiceAttributesField = value;
}
}
///
public bool loadReconciledITPolicy {
get {
return this.loadReconciledITPolicyField;
}
set {
this.loadReconciledITPolicyField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetDeviceOSBundlesResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private DeviceOSBundle[] deviceOSBundlesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("deviceOSBundles")]
public DeviceOSBundle[] deviceOSBundles {
get {
return this.deviceOSBundlesField;
}
set {
this.deviceOSBundlesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetDeviceOSBundlesSortBy {
private bool cARRIERField;
private bool dEPLOYMENTField;
private bool dEVICE_MODELField;
private bool nAMEField;
private bool pLATFORM_VERSIONField;
private bool sOURCE_PLATFORM_VERSIONField;
private bool sOURCE_VERSIONField;
private bool sUPPORT_TYPEField;
private bool vERSIONField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public GetDeviceOSBundlesSortBy() {
this.cARRIERField = false;
this.dEPLOYMENTField = false;
this.dEVICE_MODELField = false;
this.nAMEField = false;
this.pLATFORM_VERSIONField = false;
this.sOURCE_PLATFORM_VERSIONField = false;
this.sOURCE_VERSIONField = false;
this.sUPPORT_TYPEField = false;
this.vERSIONField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool CARRIER {
get {
return this.cARRIERField;
}
set {
this.cARRIERField = value;
}
}
///
public bool DEPLOYMENT {
get {
return this.dEPLOYMENTField;
}
set {
this.dEPLOYMENTField = value;
}
}
///
public bool DEVICE_MODEL {
get {
return this.dEVICE_MODELField;
}
set {
this.dEVICE_MODELField = value;
}
}
///
public bool NAME {
get {
return this.nAMEField;
}
set {
this.nAMEField = value;
}
}
///
public bool PLATFORM_VERSION {
get {
return this.pLATFORM_VERSIONField;
}
set {
this.pLATFORM_VERSIONField = value;
}
}
///
public bool SOURCE_PLATFORM_VERSION {
get {
return this.sOURCE_PLATFORM_VERSIONField;
}
set {
this.sOURCE_PLATFORM_VERSIONField = value;
}
}
///
public bool SOURCE_VERSION {
get {
return this.sOURCE_VERSIONField;
}
set {
this.sOURCE_VERSIONField = value;
}
}
///
public bool SUPPORT_TYPE {
get {
return this.sUPPORT_TYPEField;
}
set {
this.sUPPORT_TYPEField = value;
}
}
///
public bool VERSION {
get {
return this.vERSIONField;
}
set {
this.vERSIONField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetDeviceOSBundlesSearchCriteria {
private string applicationsVersionField;
private string carrierField;
private DeliveryTransportType deliveryTransportTypeField;
private string[] deviceModelField;
private string[] excludeUidsField;
private bool nocBundleField;
private LocaleKeyword[] localeKeywordField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private string organizationUidField;
private DeviceOSBundleSupportType osBundleSupportTypeField;
private string osVersionField;
private string platformVersionField;
private string scmVersionField;
private string softwareConfigurationNetworkShareUidField;
private string sourceApplicationsVersionField;
private string sourceOSVersionField;
private string sourcePlatformVersionField;
private string sourceSCMVersionField;
private System.Xml.XmlElement[] anyField;
public GetDeviceOSBundlesSearchCriteria() {
this.nocBundleField = false;
}
///
public string applicationsVersion {
get {
return this.applicationsVersionField;
}
set {
this.applicationsVersionField = value;
}
}
///
public string carrier {
get {
return this.carrierField;
}
set {
this.carrierField = value;
}
}
///
public DeliveryTransportType deliveryTransportType {
get {
return this.deliveryTransportTypeField;
}
set {
this.deliveryTransportTypeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("deviceModel")]
public string[] deviceModel {
get {
return this.deviceModelField;
}
set {
this.deviceModelField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("excludeUids")]
public string[] excludeUids {
get {
return this.excludeUidsField;
}
set {
this.excludeUidsField = value;
}
}
///
public bool nocBundle {
get {
return this.nocBundleField;
}
set {
this.nocBundleField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeKeyword")]
public LocaleKeyword[] localeKeyword {
get {
return this.localeKeywordField;
}
set {
this.localeKeywordField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public string organizationUid {
get {
return this.organizationUidField;
}
set {
this.organizationUidField = value;
}
}
///
public DeviceOSBundleSupportType osBundleSupportType {
get {
return this.osBundleSupportTypeField;
}
set {
this.osBundleSupportTypeField = value;
}
}
///
public string osVersion {
get {
return this.osVersionField;
}
set {
this.osVersionField = value;
}
}
///
public string platformVersion {
get {
return this.platformVersionField;
}
set {
this.platformVersionField = value;
}
}
///
public string scmVersion {
get {
return this.scmVersionField;
}
set {
this.scmVersionField = value;
}
}
///
public string softwareConfigurationNetworkShareUid {
get {
return this.softwareConfigurationNetworkShareUidField;
}
set {
this.softwareConfigurationNetworkShareUidField = value;
}
}
///
public string sourceApplicationsVersion {
get {
return this.sourceApplicationsVersionField;
}
set {
this.sourceApplicationsVersionField = value;
}
}
///
public string sourceOSVersion {
get {
return this.sourceOSVersionField;
}
set {
this.sourceOSVersionField = value;
}
}
///
public string sourcePlatformVersion {
get {
return this.sourcePlatformVersionField;
}
set {
this.sourcePlatformVersionField = value;
}
}
///
public string sourceSCMVersion {
get {
return this.sourceSCMVersionField;
}
set {
this.sourceSCMVersionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetDeviceOSBundlesRequest {
private RequestMetadata metadataField;
private GetDeviceOSBundlesSearchCriteria searchCriteriaField;
private GetDeviceOSBundlesSortBy sortByField;
private bool sortAscendingField;
private int pageSizeField;
private string lastDeviceOSBundleUidField;
private System.Xml.XmlElement[] anyField;
public GetDeviceOSBundlesRequest() {
this.sortAscendingField = true;
this.pageSizeField = 500;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public GetDeviceOSBundlesSearchCriteria searchCriteria {
get {
return this.searchCriteriaField;
}
set {
this.searchCriteriaField = value;
}
}
///
public GetDeviceOSBundlesSortBy sortBy {
get {
return this.sortByField;
}
set {
this.sortByField = value;
}
}
///
public bool sortAscending {
get {
return this.sortAscendingField;
}
set {
this.sortAscendingField = value;
}
}
///
public int pageSize {
get {
return this.pageSizeField;
}
set {
this.pageSizeField = value;
}
}
///
public string lastDeviceOSBundleUid {
get {
return this.lastDeviceOSBundleUidField;
}
set {
this.lastDeviceOSBundleUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetCapabilityDefinitionsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private CapabilityDefinition[] capabilityDefinitionsField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("capabilityDefinitions")]
public CapabilityDefinition[] capabilityDefinitions {
get {
return this.capabilityDefinitionsField;
}
set {
this.capabilityDefinitionsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetCapabilityDefinitionsRequest {
private RequestMetadata metadataField;
private string nameField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class HealthValueType {
private bool hEALTH_SCORE_VALUEField;
private bool sTATIC_VALUEField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public HealthValueType() {
this.hEALTH_SCORE_VALUEField = false;
this.sTATIC_VALUEField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool HEALTH_SCORE_VALUE {
get {
return this.hEALTH_SCORE_VALUEField;
}
set {
this.hEALTH_SCORE_VALUEField = value;
}
}
///
public bool STATIC_VALUE {
get {
return this.sTATIC_VALUEField;
}
set {
this.sTATIC_VALUEField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AutomaticFailoverThresholdHealthValue {
private int healthValueField;
private bool movableField;
private HealthValueType healthValueTypeField;
private bool functionalField;
private bool functionalFieldSpecified;
private System.Xml.XmlElement[] anyField;
public AutomaticFailoverThresholdHealthValue() {
this.movableField = false;
}
///
public int healthValue {
get {
return this.healthValueField;
}
set {
this.healthValueField = value;
}
}
///
public bool movable {
get {
return this.movableField;
}
set {
this.movableField = value;
}
}
///
public HealthValueType healthValueType {
get {
return this.healthValueTypeField;
}
set {
this.healthValueTypeField = value;
}
}
///
public bool functional {
get {
return this.functionalField;
}
set {
this.functionalField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool functionalSpecified {
get {
return this.functionalFieldSpecified;
}
set {
this.functionalFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AutomaticFailoverReason {
private bool nONEField;
private bool aCTIVE_HEALTH_LOWField;
private bool aCTIVE_HEALTH_OLDField;
private bool nO_HEALTH_BY_RPCField;
private bool nO_RPC_TO_ACTIVE_BESField;
private bool nO_PING_TO_ACTIVE_BESField;
private bool nO_ACTIVE_BESField;
private bool sERVICE_NOT_FOUNDField;
private bool sERVICE_NOT_RUNNINGField;
private bool wAITING_FOR_SRPField;
private bool aCTIVE_HEALTH_LOW_WAITING_FOR_SRPField;
private bool aCTIVE_HEALTH_OLD_WAITING_FOR_SRPField;
private bool nO_HEALTH_BY_RPC_WAITING_FOR_RPCField;
private bool nO_RPC_TO_ACTIVE_BES_WAITING_FOR_SRPField;
private bool nO_PING_TO_ACTIVE_BES_WAITING_FOR_SRPField;
private bool nO_ACTIVE_BES_WAITING_FOR_SRPField;
private bool sERVICE_NOT_FOUND_WAITING_FOR_SRPField;
private bool sERVICE_NOT_RUNNING_WAITING_FOR_SRPField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public AutomaticFailoverReason() {
this.nONEField = false;
this.aCTIVE_HEALTH_LOWField = false;
this.aCTIVE_HEALTH_OLDField = false;
this.nO_HEALTH_BY_RPCField = false;
this.nO_RPC_TO_ACTIVE_BESField = false;
this.nO_PING_TO_ACTIVE_BESField = false;
this.nO_ACTIVE_BESField = false;
this.sERVICE_NOT_FOUNDField = false;
this.sERVICE_NOT_RUNNINGField = false;
this.wAITING_FOR_SRPField = false;
this.aCTIVE_HEALTH_LOW_WAITING_FOR_SRPField = false;
this.aCTIVE_HEALTH_OLD_WAITING_FOR_SRPField = false;
this.nO_HEALTH_BY_RPC_WAITING_FOR_RPCField = false;
this.nO_RPC_TO_ACTIVE_BES_WAITING_FOR_SRPField = false;
this.nO_PING_TO_ACTIVE_BES_WAITING_FOR_SRPField = false;
this.nO_ACTIVE_BES_WAITING_FOR_SRPField = false;
this.sERVICE_NOT_FOUND_WAITING_FOR_SRPField = false;
this.sERVICE_NOT_RUNNING_WAITING_FOR_SRPField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool NONE {
get {
return this.nONEField;
}
set {
this.nONEField = value;
}
}
///
public bool ACTIVE_HEALTH_LOW {
get {
return this.aCTIVE_HEALTH_LOWField;
}
set {
this.aCTIVE_HEALTH_LOWField = value;
}
}
///
public bool ACTIVE_HEALTH_OLD {
get {
return this.aCTIVE_HEALTH_OLDField;
}
set {
this.aCTIVE_HEALTH_OLDField = value;
}
}
///
public bool NO_HEALTH_BY_RPC {
get {
return this.nO_HEALTH_BY_RPCField;
}
set {
this.nO_HEALTH_BY_RPCField = value;
}
}
///
public bool NO_RPC_TO_ACTIVE_BES {
get {
return this.nO_RPC_TO_ACTIVE_BESField;
}
set {
this.nO_RPC_TO_ACTIVE_BESField = value;
}
}
///
public bool NO_PING_TO_ACTIVE_BES {
get {
return this.nO_PING_TO_ACTIVE_BESField;
}
set {
this.nO_PING_TO_ACTIVE_BESField = value;
}
}
///
public bool NO_ACTIVE_BES {
get {
return this.nO_ACTIVE_BESField;
}
set {
this.nO_ACTIVE_BESField = value;
}
}
///
public bool SERVICE_NOT_FOUND {
get {
return this.sERVICE_NOT_FOUNDField;
}
set {
this.sERVICE_NOT_FOUNDField = value;
}
}
///
public bool SERVICE_NOT_RUNNING {
get {
return this.sERVICE_NOT_RUNNINGField;
}
set {
this.sERVICE_NOT_RUNNINGField = value;
}
}
///
public bool WAITING_FOR_SRP {
get {
return this.wAITING_FOR_SRPField;
}
set {
this.wAITING_FOR_SRPField = value;
}
}
///
public bool ACTIVE_HEALTH_LOW_WAITING_FOR_SRP {
get {
return this.aCTIVE_HEALTH_LOW_WAITING_FOR_SRPField;
}
set {
this.aCTIVE_HEALTH_LOW_WAITING_FOR_SRPField = value;
}
}
///
public bool ACTIVE_HEALTH_OLD_WAITING_FOR_SRP {
get {
return this.aCTIVE_HEALTH_OLD_WAITING_FOR_SRPField;
}
set {
this.aCTIVE_HEALTH_OLD_WAITING_FOR_SRPField = value;
}
}
///
public bool NO_HEALTH_BY_RPC_WAITING_FOR_RPC {
get {
return this.nO_HEALTH_BY_RPC_WAITING_FOR_RPCField;
}
set {
this.nO_HEALTH_BY_RPC_WAITING_FOR_RPCField = value;
}
}
///
public bool NO_RPC_TO_ACTIVE_BES_WAITING_FOR_SRP {
get {
return this.nO_RPC_TO_ACTIVE_BES_WAITING_FOR_SRPField;
}
set {
this.nO_RPC_TO_ACTIVE_BES_WAITING_FOR_SRPField = value;
}
}
///
public bool NO_PING_TO_ACTIVE_BES_WAITING_FOR_SRP {
get {
return this.nO_PING_TO_ACTIVE_BES_WAITING_FOR_SRPField;
}
set {
this.nO_PING_TO_ACTIVE_BES_WAITING_FOR_SRPField = value;
}
}
///
public bool NO_ACTIVE_BES_WAITING_FOR_SRP {
get {
return this.nO_ACTIVE_BES_WAITING_FOR_SRPField;
}
set {
this.nO_ACTIVE_BES_WAITING_FOR_SRPField = value;
}
}
///
public bool SERVICE_NOT_FOUND_WAITING_FOR_SRP {
get {
return this.sERVICE_NOT_FOUND_WAITING_FOR_SRPField;
}
set {
this.sERVICE_NOT_FOUND_WAITING_FOR_SRPField = value;
}
}
///
public bool SERVICE_NOT_RUNNING_WAITING_FOR_SRP {
get {
return this.sERVICE_NOT_RUNNING_WAITING_FOR_SRPField;
}
set {
this.sERVICE_NOT_RUNNING_WAITING_FOR_SRPField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AutomaticFailoverInformation {
private BESService failedOverFromField;
private string failoverDateTimeField;
private AutomaticFailoverReason automaticFailoverReasonField;
private AutomaticFailoverThresholdHealthValue automaticFailoverReasonHealthValueField;
private System.Xml.XmlElement[] anyField;
///
public BESService failedOverFrom {
get {
return this.failedOverFromField;
}
set {
this.failedOverFromField = value;
}
}
///
public string failoverDateTime {
get {
return this.failoverDateTimeField;
}
set {
this.failoverDateTimeField = value;
}
}
///
public AutomaticFailoverReason automaticFailoverReason {
get {
return this.automaticFailoverReasonField;
}
set {
this.automaticFailoverReasonField = value;
}
}
///
public AutomaticFailoverThresholdHealthValue automaticFailoverReasonHealthValue {
get {
return this.automaticFailoverReasonHealthValueField;
}
set {
this.automaticFailoverReasonHealthValueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EncryptionAlgorithm {
private bool tRIPLE_DESField;
private bool aESField;
private bool tRIPLE_DES_AND_AESField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public EncryptionAlgorithm() {
this.tRIPLE_DESField = false;
this.aESField = false;
this.tRIPLE_DES_AND_AESField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool TRIPLE_DES {
get {
return this.tRIPLE_DESField;
}
set {
this.tRIPLE_DESField = value;
}
}
///
public bool AES {
get {
return this.aESField;
}
set {
this.aESField = value;
}
}
///
public bool TRIPLE_DES_AND_AES {
get {
return this.tRIPLE_DES_AND_AESField;
}
set {
this.tRIPLE_DES_AND_AESField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SRPAddress {
private string addressField;
private int portField;
private bool portFieldSpecified;
private System.Xml.XmlElement[] anyField;
///
public string address {
get {
return this.addressField;
}
set {
this.addressField = value;
}
}
///
public int port {
get {
return this.portField;
}
set {
this.portField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool portSpecified {
get {
return this.portFieldSpecified;
}
set {
this.portFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SRPAddressInformation {
private int srpDefaultPortField;
private SRPAddress[] srpAddressesField;
private System.Xml.XmlElement[] anyField;
///
public int srpDefaultPort {
get {
return this.srpDefaultPortField;
}
set {
this.srpDefaultPortField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("srpAddresses")]
public SRPAddress[] srpAddresses {
get {
return this.srpAddressesField;
}
set {
this.srpAddressesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class SRPStatus {
private bool cONNECTEDField;
private bool dISCONNECTEDField;
private bool dISCONNECTED_SRP_ID_ALREADY_IN_USEField;
private bool uNKNOWNField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public SRPStatus() {
this.cONNECTEDField = false;
this.dISCONNECTEDField = false;
this.dISCONNECTED_SRP_ID_ALREADY_IN_USEField = false;
this.uNKNOWNField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool CONNECTED {
get {
return this.cONNECTEDField;
}
set {
this.cONNECTEDField = value;
}
}
///
public bool DISCONNECTED {
get {
return this.dISCONNECTEDField;
}
set {
this.dISCONNECTEDField = value;
}
}
///
public bool DISCONNECTED_SRP_ID_ALREADY_IN_USE {
get {
return this.dISCONNECTED_SRP_ID_ALREADY_IN_USEField;
}
set {
this.dISCONNECTED_SRP_ID_ALREADY_IN_USEField = value;
}
}
///
public bool UNKNOWN {
get {
return this.uNKNOWNField;
}
set {
this.uNKNOWNField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class BESHAPool {
private string uidField;
private string nameField;
private LocaleNameAndDescription[] localeNameAndDescriptionField;
private int userCountField;
private string srpIdField;
private SRPStatus srpStatusField;
private string srpKeyField;
private SRPAddressInformation srpAddressInformationField;
private string hostRoutingInfoField;
private EncryptionAlgorithm encryptionAlgorithmField;
private bool externalServicesEnabledField;
private bool automaticFailoverEnabledField;
private bool automaticFailoverEnabledFieldSpecified;
private bool automaticConnectionFailoverEnabledField;
private bool automaticConnectionFailoverEnabledFieldSpecified;
private string automaticFailoverlastUpdatedField;
private BESService[] besServicesField;
private AutomaticFailoverInformation automaticFailoverInformationField;
private System.Xml.XmlElement[] anyField;
public BESHAPool() {
this.userCountField = 0;
this.externalServicesEnabledField = false;
}
///
public string uid {
get {
return this.uidField;
}
set {
this.uidField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("localeNameAndDescription")]
public LocaleNameAndDescription[] localeNameAndDescription {
get {
return this.localeNameAndDescriptionField;
}
set {
this.localeNameAndDescriptionField = value;
}
}
///
public int userCount {
get {
return this.userCountField;
}
set {
this.userCountField = value;
}
}
///
public string srpId {
get {
return this.srpIdField;
}
set {
this.srpIdField = value;
}
}
///
public SRPStatus srpStatus {
get {
return this.srpStatusField;
}
set {
this.srpStatusField = value;
}
}
///
public string srpKey {
get {
return this.srpKeyField;
}
set {
this.srpKeyField = value;
}
}
///
public SRPAddressInformation srpAddressInformation {
get {
return this.srpAddressInformationField;
}
set {
this.srpAddressInformationField = value;
}
}
///
public string hostRoutingInfo {
get {
return this.hostRoutingInfoField;
}
set {
this.hostRoutingInfoField = value;
}
}
///
public EncryptionAlgorithm encryptionAlgorithm {
get {
return this.encryptionAlgorithmField;
}
set {
this.encryptionAlgorithmField = value;
}
}
///
public bool externalServicesEnabled {
get {
return this.externalServicesEnabledField;
}
set {
this.externalServicesEnabledField = value;
}
}
///
public bool automaticFailoverEnabled {
get {
return this.automaticFailoverEnabledField;
}
set {
this.automaticFailoverEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool automaticFailoverEnabledSpecified {
get {
return this.automaticFailoverEnabledFieldSpecified;
}
set {
this.automaticFailoverEnabledFieldSpecified = value;
}
}
///
public bool automaticConnectionFailoverEnabled {
get {
return this.automaticConnectionFailoverEnabledField;
}
set {
this.automaticConnectionFailoverEnabledField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool automaticConnectionFailoverEnabledSpecified {
get {
return this.automaticConnectionFailoverEnabledFieldSpecified;
}
set {
this.automaticConnectionFailoverEnabledFieldSpecified = value;
}
}
///
public string automaticFailoverlastUpdated {
get {
return this.automaticFailoverlastUpdatedField;
}
set {
this.automaticFailoverlastUpdatedField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("besServices")]
public BESService[] besServices {
get {
return this.besServicesField;
}
set {
this.besServicesField = value;
}
}
///
public AutomaticFailoverInformation automaticFailoverInformation {
get {
return this.automaticFailoverInformationField;
}
set {
this.automaticFailoverInformationField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetBESHAPoolsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private BESHAPool[] besHAPoolsField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("besHAPools")]
public BESHAPool[] besHAPools {
get {
return this.besHAPoolsField;
}
set {
this.besHAPoolsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetBESHAPoolsRequest {
private RequestMetadata metadataField;
private string nameField;
private bool loadBESServicesField;
private System.Xml.XmlElement[] anyField;
public GetBESHAPoolsRequest() {
this.loadBESServicesField = false;
}
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public bool loadBESServices {
get {
return this.loadBESServicesField;
}
set {
this.loadBESServicesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EchoResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private string textField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
public string text {
get {
return this.textField;
}
set {
this.textField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class EchoRequest {
private RequestMetadata metadataField;
private string textField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string text {
get {
return this.textField;
}
set {
this.textField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeleteUsersEmailStatsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeleteUsersEmailStatsRequest {
private RequestMetadata metadataField;
private User[] usersField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeleteUsersResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeleteUsersRequest {
private RequestMetadata metadataField;
private User[] usersField;
private bool removeUserStateDataField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
public bool removeUserStateData {
get {
return this.removeUserStateDataField;
}
set {
this.removeUserStateDataField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeleteUserEmailProfilesResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeleteUserEmailProfilesIndividualRequest {
private User userField;
private UserEmailProfile[] userEmailProfilesField;
private System.Xml.XmlElement[] anyField;
///
public User user {
get {
return this.userField;
}
set {
this.userField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("userEmailProfiles", IsNullable=true)]
public UserEmailProfile[] userEmailProfiles {
get {
return this.userEmailProfilesField;
}
set {
this.userEmailProfilesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeleteUserEmailProfilesRequest {
private RequestMetadata metadataField;
private DeleteUserEmailProfilesIndividualRequest[] individualRequestsField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualRequests", IsNullable=true)]
public DeleteUserEmailProfilesIndividualRequest[] individualRequests {
get {
return this.individualRequestsField;
}
set {
this.individualRequestsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeleteGroupsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class DeleteGroupsRequest {
private RequestMetadata metadataField;
private Group[] groupsField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("groups", IsNullable=true)]
public Group[] groups {
get {
return this.groupsField;
}
set {
this.groupsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class CreateUsersResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AccountAttributes {
private string emailAddressField;
private string userDistinguishedNameField;
private string externalUserUidField;
private System.Xml.XmlElement[] anyField;
///
public string emailAddress {
get {
return this.emailAddressField;
}
set {
this.emailAddressField = value;
}
}
///
public string userDistinguishedName {
get {
return this.userDistinguishedNameField;
}
set {
this.userDistinguishedNameField = value;
}
}
///
public string externalUserUid {
get {
return this.externalUserUidField;
}
set {
this.externalUserUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class UserAttributes {
private string loginNameField;
private string loginPasswordField;
private string displayNameField;
private string domainField;
private Authenticator authenticatorField;
private string roleUidField;
private System.Xml.XmlElement[] anyField;
///
public string loginName {
get {
return this.loginNameField;
}
set {
this.loginNameField = value;
}
}
///
public string loginPassword {
get {
return this.loginPasswordField;
}
set {
this.loginPasswordField = value;
}
}
///
public string displayName {
get {
return this.displayNameField;
}
set {
this.displayNameField = value;
}
}
///
public string domain {
get {
return this.domainField;
}
set {
this.domainField = value;
}
}
///
public Authenticator authenticator {
get {
return this.authenticatorField;
}
set {
this.authenticatorField = value;
}
}
///
public string roleUid {
get {
return this.roleUidField;
}
set {
this.roleUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class NewUser {
private UserAttributes userAttributesField;
private AccountAttributes accountAttributesField;
private Server serverField;
private DeviceActivationType activationTypeForNewAndReactivatedDevicesField;
private System.Xml.XmlElement[] anyField;
///
public UserAttributes userAttributes {
get {
return this.userAttributesField;
}
set {
this.userAttributesField = value;
}
}
///
public AccountAttributes accountAttributes {
get {
return this.accountAttributesField;
}
set {
this.accountAttributesField = value;
}
}
///
public Server server {
get {
return this.serverField;
}
set {
this.serverField = value;
}
}
///
public DeviceActivationType activationTypeForNewAndReactivatedDevices {
get {
return this.activationTypeForNewAndReactivatedDevicesField;
}
set {
this.activationTypeForNewAndReactivatedDevicesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class CreateUsersRequest {
private RequestMetadata metadataField;
private NewUser[] newUsersField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("newUsers", IsNullable=true)]
public NewUser[] newUsers {
get {
return this.newUsersField;
}
set {
this.newUsersField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class CreateUserEmailProfilesResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class NewUserEmailProfile {
private User userField;
private EmailProfile emailProfileField;
private string accountNameField;
private string emailAddressField;
private string usernameField;
private string domainField;
private string passwordField;
private bool useADSettingsField;
private System.Xml.XmlElement[] anyField;
public NewUserEmailProfile() {
this.useADSettingsField = false;
}
///
public User user {
get {
return this.userField;
}
set {
this.userField = value;
}
}
///
public EmailProfile emailProfile {
get {
return this.emailProfileField;
}
set {
this.emailProfileField = value;
}
}
///
public string accountName {
get {
return this.accountNameField;
}
set {
this.accountNameField = value;
}
}
///
public string emailAddress {
get {
return this.emailAddressField;
}
set {
this.emailAddressField = value;
}
}
///
public string username {
get {
return this.usernameField;
}
set {
this.usernameField = value;
}
}
///
public string domain {
get {
return this.domainField;
}
set {
this.domainField = value;
}
}
///
public string password {
get {
return this.passwordField;
}
set {
this.passwordField = value;
}
}
///
public bool useADSettings {
get {
return this.useADSettingsField;
}
set {
this.useADSettingsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class CreateUserEmailProfilesRequest {
private RequestMetadata metadataField;
private NewUserEmailProfile[] newUserEmailProfilesField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("newUserEmailProfiles", IsNullable=true)]
public NewUserEmailProfile[] newUserEmailProfiles {
get {
return this.newUserEmailProfilesField;
}
set {
this.newUserEmailProfilesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class CreateGroupsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class NewGroup {
private string nameField;
private string descriptionField;
private System.Xml.XmlElement[] anyField;
///
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
public string description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class CreateGroupsRequest {
private RequestMetadata metadataField;
private NewGroup[] newGroupsField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("newGroups", IsNullable=true)]
public NewGroup[] newGroups {
get {
return this.newGroupsField;
}
set {
this.newGroupsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ClearUsersITPolicyResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ClearUsersITPolicyRequest {
private RequestMetadata metadataField;
private User[] usersField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ClearGroupsITPolicyResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class ClearGroupsITPolicyRequest {
private RequestMetadata metadataField;
private Group[] groupsField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("groups", IsNullable=true)]
public Group[] groups {
get {
return this.groupsField;
}
set {
this.groupsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignWLANConfigsToGroupResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignWLANConfigsToGroupRequest {
private RequestMetadata metadataField;
private WLANConfig[] wlanConfigsField;
private Group groupField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("wlanConfigs", IsNullable=true)]
public WLANConfig[] wlanConfigs {
get {
return this.wlanConfigsField;
}
set {
this.wlanConfigsField = value;
}
}
///
public Group group {
get {
return this.groupField;
}
set {
this.groupField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignVPNConfigsToGroupResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignVPNConfigsToGroupRequest {
private RequestMetadata metadataField;
private VPNConfig[] vpnConfigsField;
private Group groupField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("vpnConfigs", IsNullable=true)]
public VPNConfig[] vpnConfigs {
get {
return this.vpnConfigsField;
}
set {
this.vpnConfigsField = value;
}
}
///
public Group group {
get {
return this.groupField;
}
set {
this.groupField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignUsersToGroupResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignUsersToGroupRequest {
private RequestMetadata metadataField;
private User[] usersField;
private Group groupField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("users", IsNullable=true)]
public User[] users {
get {
return this.usersField;
}
set {
this.usersField = value;
}
}
///
public Group group {
get {
return this.groupField;
}
set {
this.groupField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignSWConfigsToUserResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignSWConfigsToUserRequest {
private RequestMetadata metadataField;
private SWConfig[] swConfigsField;
private User userField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("swConfigs", IsNullable=true)]
public SWConfig[] swConfigs {
get {
return this.swConfigsField;
}
set {
this.swConfigsField = value;
}
}
///
public User user {
get {
return this.userField;
}
set {
this.userField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignSWConfigsToGroupResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignSWConfigsToGroupRequest {
private RequestMetadata metadataField;
private SWConfig[] swConfigsField;
private Group groupField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("swConfigs", IsNullable=true)]
public SWConfig[] swConfigs {
get {
return this.swConfigsField;
}
set {
this.swConfigsField = value;
}
}
///
public Group group {
get {
return this.groupField;
}
set {
this.groupField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class AssignGroupsToGroupResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private IndividualResponse[] individualResponsesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("individualResponses")]
public IndividualResponse[] individualResponses {
get {
return this.individualResponsesField;
}
set {
this.individualResponsesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void assignGroupsToGroupCompletedEventHandler(object sender, assignGroupsToGroupCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class assignGroupsToGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal assignGroupsToGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public AssignGroupsToGroupResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((AssignGroupsToGroupResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void assignSWConfigsToGroupCompletedEventHandler(object sender, assignSWConfigsToGroupCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class assignSWConfigsToGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal assignSWConfigsToGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public AssignSWConfigsToGroupResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((AssignSWConfigsToGroupResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void assignSWConfigsToUserCompletedEventHandler(object sender, assignSWConfigsToUserCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class assignSWConfigsToUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal assignSWConfigsToUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public AssignSWConfigsToUserResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((AssignSWConfigsToUserResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void assignUsersToGroupCompletedEventHandler(object sender, assignUsersToGroupCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class assignUsersToGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal assignUsersToGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public AssignUsersToGroupResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((AssignUsersToGroupResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void assignVPNConfigsToGroupCompletedEventHandler(object sender, assignVPNConfigsToGroupCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class assignVPNConfigsToGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal assignVPNConfigsToGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public AssignVPNConfigsToGroupResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((AssignVPNConfigsToGroupResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void assignWLANConfigsToGroupCompletedEventHandler(object sender, assignWLANConfigsToGroupCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class assignWLANConfigsToGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal assignWLANConfigsToGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public AssignWLANConfigsToGroupResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((AssignWLANConfigsToGroupResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void clearGroupsITPolicyCompletedEventHandler(object sender, clearGroupsITPolicyCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class clearGroupsITPolicyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal clearGroupsITPolicyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public ClearGroupsITPolicyResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((ClearGroupsITPolicyResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void clearUsersITPolicyCompletedEventHandler(object sender, clearUsersITPolicyCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class clearUsersITPolicyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal clearUsersITPolicyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public ClearUsersITPolicyResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((ClearUsersITPolicyResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void createGroupsCompletedEventHandler(object sender, createGroupsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class createGroupsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal createGroupsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public CreateGroupsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((CreateGroupsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void createUserEmailProfilesCompletedEventHandler(object sender, createUserEmailProfilesCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class createUserEmailProfilesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal createUserEmailProfilesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public CreateUserEmailProfilesResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((CreateUserEmailProfilesResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void createUsersCompletedEventHandler(object sender, createUsersCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class createUsersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal createUsersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public CreateUsersResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((CreateUsersResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void deleteGroupsCompletedEventHandler(object sender, deleteGroupsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class deleteGroupsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal deleteGroupsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public DeleteGroupsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((DeleteGroupsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void deleteUserEmailProfilesCompletedEventHandler(object sender, deleteUserEmailProfilesCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class deleteUserEmailProfilesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal deleteUserEmailProfilesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public DeleteUserEmailProfilesResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((DeleteUserEmailProfilesResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void deleteUsersCompletedEventHandler(object sender, deleteUsersCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class deleteUsersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal deleteUsersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public DeleteUsersResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((DeleteUsersResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void deleteUsersEmailStatsCompletedEventHandler(object sender, deleteUsersEmailStatsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class deleteUsersEmailStatsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal deleteUsersEmailStatsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public DeleteUsersEmailStatsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((DeleteUsersEmailStatsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void echoCompletedEventHandler(object sender, echoCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class echoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal echoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public EchoResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((EchoResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getBESHAPoolsCompletedEventHandler(object sender, getBESHAPoolsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getBESHAPoolsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getBESHAPoolsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetBESHAPoolsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetBESHAPoolsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getCapabilityDefinitionsCompletedEventHandler(object sender, getCapabilityDefinitionsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getCapabilityDefinitionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getCapabilityDefinitionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetCapabilityDefinitionsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetCapabilityDefinitionsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getDeviceOSBundlesCompletedEventHandler(object sender, getDeviceOSBundlesCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getDeviceOSBundlesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getDeviceOSBundlesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetDeviceOSBundlesResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetDeviceOSBundlesResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getDevicesDetailCompletedEventHandler(object sender, getDevicesDetailCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getDevicesDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getDevicesDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetDevicesDetailResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetDevicesDetailResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getEmailProfilesCompletedEventHandler(object sender, getEmailProfilesCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getEmailProfilesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getEmailProfilesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetEmailProfilesResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetEmailProfilesResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getGroupsCompletedEventHandler(object sender, getGroupsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getGroupsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getGroupsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetGroupsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetGroupsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getGroupsDetailCompletedEventHandler(object sender, getGroupsDetailCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getGroupsDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getGroupsDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetGroupsDetailResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetGroupsDetailResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getITPoliciesCompletedEventHandler(object sender, getITPoliciesCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getITPoliciesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getITPoliciesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetITPoliciesResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetITPoliciesResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getMailStoreUsersCompletedEventHandler(object sender, getMailStoreUsersCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getMailStoreUsersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getMailStoreUsersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetMailStoreUsersResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetMailStoreUsersResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getPolicyRuleDefinitionsCompletedEventHandler(object sender, getPolicyRuleDefinitionsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getPolicyRuleDefinitionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getPolicyRuleDefinitionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetPolicyRuleDefinitionsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetPolicyRuleDefinitionsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getReportDataCompletedEventHandler(object sender, getReportDataCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getReportDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getReportDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetReportDataResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetReportDataResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getRolesCompletedEventHandler(object sender, getRolesCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getRolesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getRolesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetRolesResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetRolesResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getRolesDetailCompletedEventHandler(object sender, getRolesDetailCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getRolesDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getRolesDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetRolesDetailResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetRolesDetailResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getSWConfigApplicationsCompletedEventHandler(object sender, getSWConfigApplicationsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getSWConfigApplicationsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getSWConfigApplicationsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetSWConfigApplicationsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetSWConfigApplicationsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getSWConfigsCompletedEventHandler(object sender, getSWConfigsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getSWConfigsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getSWConfigsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetSWConfigsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetSWConfigsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getServersCompletedEventHandler(object sender, getServersCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getServersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getServersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetServersResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetServersResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getServersDetailCompletedEventHandler(object sender, getServersDetailCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getServersDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getServersDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetServersDetailResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetServersDetailResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getSystemInfoCompletedEventHandler(object sender, getSystemInfoCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getSystemInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getSystemInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetSystemInfoResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetSystemInfoResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getUserActivationsCompletedEventHandler(object sender, getUserActivationsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getUserActivationsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getUserActivationsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetUserActivationsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetUserActivationsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getUsersCompletedEventHandler(object sender, getUsersCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getUsersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getUsersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetUsersResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetUsersResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getUsersDetailCompletedEventHandler(object sender, getUsersDetailCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getUsersDetailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getUsersDetailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetUsersDetailResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetUsersDetailResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getUsersReconciledApplicationsCompletedEventHandler(object sender, getUsersReconciledApplicationsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getUsersReconciledApplicationsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getUsersReconciledApplicationsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetUsersReconciledApplicationsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetUsersReconciledApplicationsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getVPNConfigsCompletedEventHandler(object sender, getVPNConfigsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getVPNConfigsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getVPNConfigsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetVPNConfigsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetVPNConfigsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getWLANConfigsCompletedEventHandler(object sender, getWLANConfigsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getWLANConfigsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getWLANConfigsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetWLANConfigsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetWLANConfigsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setDevicesEmailRedirectionCompletedEventHandler(object sender, setDevicesEmailRedirectionCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setDevicesEmailRedirectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setDevicesEmailRedirectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetDevicesEmailRedirectionResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetDevicesEmailRedirectionResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setDevicesLockCompletedEventHandler(object sender, setDevicesLockCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setDevicesLockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setDevicesLockCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetDevicesLockResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetDevicesLockResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setDevicesOwnerInfoCompletedEventHandler(object sender, setDevicesOwnerInfoCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setDevicesOwnerInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setDevicesOwnerInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetDevicesOwnerInfoResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetDevicesOwnerInfoResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setDevicesPasswordCompletedEventHandler(object sender, setDevicesPasswordCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setDevicesPasswordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setDevicesPasswordCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetDevicesPasswordResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetDevicesPasswordResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setDevicesSyncCalendarCompletedEventHandler(object sender, setDevicesSyncCalendarCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setDevicesSyncCalendarCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setDevicesSyncCalendarCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetDevicesSyncCalendarResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetDevicesSyncCalendarResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setDevicesWipeCompletedEventHandler(object sender, setDevicesWipeCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setDevicesWipeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setDevicesWipeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetDevicesWipeResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetDevicesWipeResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setGroupsITPolicyCompletedEventHandler(object sender, setGroupsITPolicyCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setGroupsITPolicyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setGroupsITPolicyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetGroupsITPolicyResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetGroupsITPolicyResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setGroupsSendMessageCompletedEventHandler(object sender, setGroupsSendMessageCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setGroupsSendMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setGroupsSendMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetGroupsSendMessageResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetGroupsSendMessageResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setUsersActivationPasswordCompletedEventHandler(object sender, setUsersActivationPasswordCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setUsersActivationPasswordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setUsersActivationPasswordCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetUsersActivationPasswordResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetUsersActivationPasswordResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setUsersAutoSignatureCompletedEventHandler(object sender, setUsersAutoSignatureCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setUsersAutoSignatureCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setUsersAutoSignatureCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetUsersAutoSignatureResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetUsersAutoSignatureResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setUsersEmailFilterRulesCompletedEventHandler(object sender, setUsersEmailFilterRulesCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setUsersEmailFilterRulesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setUsersEmailFilterRulesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetUsersEmailFilterRulesResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetUsersEmailFilterRulesResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setUsersFolderRedirectionCompletedEventHandler(object sender, setUsersFolderRedirectionCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setUsersFolderRedirectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setUsersFolderRedirectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetUsersFolderRedirectionResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetUsersFolderRedirectionResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setUsersITPolicyCompletedEventHandler(object sender, setUsersITPolicyCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setUsersITPolicyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setUsersITPolicyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetUsersITPolicyResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetUsersITPolicyResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setUsersPIMSyncConfigsCompletedEventHandler(object sender, setUsersPIMSyncConfigsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setUsersPIMSyncConfigsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setUsersPIMSyncConfigsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetUsersPIMSyncConfigsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetUsersPIMSyncConfigsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setUsersResendITPolicyCompletedEventHandler(object sender, setUsersResendITPolicyCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setUsersResendITPolicyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setUsersResendITPolicyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetUsersResendITPolicyResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetUsersResendITPolicyResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setUsersResendReconciledApplicationsCompletedEventHandler(object sender, setUsersResendReconciledApplicationsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setUsersResendReconciledApplicationsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setUsersResendReconciledApplicationsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetUsersResendReconciledApplicationsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetUsersResendReconciledApplicationsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setUsersResendServiceBooksCompletedEventHandler(object sender, setUsersResendServiceBooksCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setUsersResendServiceBooksCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setUsersResendServiceBooksCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetUsersResendServiceBooksResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetUsersResendServiceBooksResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setUsersSendMessageCompletedEventHandler(object sender, setUsersSendMessageCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setUsersSendMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setUsersSendMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetUsersSendMessageResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetUsersSendMessageResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void setUsersServerCompletedEventHandler(object sender, setUsersServerCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class setUsersServerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal setUsersServerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public SetUsersServerResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((SetUsersServerResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void unassignGroupsFromGroupCompletedEventHandler(object sender, unassignGroupsFromGroupCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class unassignGroupsFromGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal unassignGroupsFromGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public UnassignGroupsFromGroupResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((UnassignGroupsFromGroupResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void unassignSWConfigsFromGroupCompletedEventHandler(object sender, unassignSWConfigsFromGroupCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class unassignSWConfigsFromGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal unassignSWConfigsFromGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public UnassignSWConfigsFromGroupResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((UnassignSWConfigsFromGroupResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void unassignSWConfigsFromUserCompletedEventHandler(object sender, unassignSWConfigsFromUserCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class unassignSWConfigsFromUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal unassignSWConfigsFromUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public UnassignSWConfigsFromUserResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((UnassignSWConfigsFromUserResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void unassignUsersFromGroupCompletedEventHandler(object sender, unassignUsersFromGroupCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class unassignUsersFromGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal unassignUsersFromGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public UnassignUsersFromGroupResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((UnassignUsersFromGroupResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void unassignVPNConfigsFromGroupCompletedEventHandler(object sender, unassignVPNConfigsFromGroupCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class unassignVPNConfigsFromGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal unassignVPNConfigsFromGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public UnassignVPNConfigsFromGroupResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((UnassignVPNConfigsFromGroupResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void unassignWLANConfigsFromGroupCompletedEventHandler(object sender, unassignWLANConfigsFromGroupCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class unassignWLANConfigsFromGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal unassignWLANConfigsFromGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public UnassignWLANConfigsFromGroupResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((UnassignWLANConfigsFromGroupResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="BWSUtilBinding", Namespace="http://ws.rim.com/enterprise/admin")]
public partial class BWSUtilService : System.Web.Services.Protocols.SoapHttpClientProtocol {
private System.Threading.SendOrPostCallback getAuthenticatorsOperationCompleted;
private System.Threading.SendOrPostCallback getEncodedUsernameOperationCompleted;
private System.Threading.SendOrPostCallback getLocalesOperationCompleted;
///
public BWSUtilService() {
this.Url = "https://basconsole.domain.local/enterprise/admin/util/ws";
}
///
public event getAuthenticatorsCompletedEventHandler getAuthenticatorsCompleted;
///
public event getEncodedUsernameCompletedEventHandler getEncodedUsernameCompleted;
///
public event getLocalesCompletedEventHandler getLocalesCompleted;
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetAuthenticatorsResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetAuthenticatorsResponse getAuthenticators([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetAuthenticatorsRequest GetAuthenticatorsRequest) {
object[] results = this.Invoke("getAuthenticators", new object[] {
GetAuthenticatorsRequest});
return ((GetAuthenticatorsResponse)(results[0]));
}
///
public System.IAsyncResult BegingetAuthenticators(GetAuthenticatorsRequest GetAuthenticatorsRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getAuthenticators", new object[] {
GetAuthenticatorsRequest}, callback, asyncState);
}
///
public GetAuthenticatorsResponse EndgetAuthenticators(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetAuthenticatorsResponse)(results[0]));
}
///
public void getAuthenticatorsAsync(GetAuthenticatorsRequest GetAuthenticatorsRequest) {
this.getAuthenticatorsAsync(GetAuthenticatorsRequest, null);
}
///
public void getAuthenticatorsAsync(GetAuthenticatorsRequest GetAuthenticatorsRequest, object userState) {
if ((this.getAuthenticatorsOperationCompleted == null)) {
this.getAuthenticatorsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetAuthenticatorsOperationCompleted);
}
this.InvokeAsync("getAuthenticators", new object[] {
GetAuthenticatorsRequest}, this.getAuthenticatorsOperationCompleted, userState);
}
private void OngetAuthenticatorsOperationCompleted(object arg) {
if ((this.getAuthenticatorsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getAuthenticatorsCompleted(this, new getAuthenticatorsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetEncodedUsernameResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetEncodedUsernameResponse getEncodedUsername([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetEncodedUsernameRequest GetEncodedUsernameRequest) {
object[] results = this.Invoke("getEncodedUsername", new object[] {
GetEncodedUsernameRequest});
return ((GetEncodedUsernameResponse)(results[0]));
}
///
public System.IAsyncResult BegingetEncodedUsername(GetEncodedUsernameRequest GetEncodedUsernameRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getEncodedUsername", new object[] {
GetEncodedUsernameRequest}, callback, asyncState);
}
///
public GetEncodedUsernameResponse EndgetEncodedUsername(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetEncodedUsernameResponse)(results[0]));
}
///
public void getEncodedUsernameAsync(GetEncodedUsernameRequest GetEncodedUsernameRequest) {
this.getEncodedUsernameAsync(GetEncodedUsernameRequest, null);
}
///
public void getEncodedUsernameAsync(GetEncodedUsernameRequest GetEncodedUsernameRequest, object userState) {
if ((this.getEncodedUsernameOperationCompleted == null)) {
this.getEncodedUsernameOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetEncodedUsernameOperationCompleted);
}
this.InvokeAsync("getEncodedUsername", new object[] {
GetEncodedUsernameRequest}, this.getEncodedUsernameOperationCompleted, userState);
}
private void OngetEncodedUsernameOperationCompleted(object arg) {
if ((this.getEncodedUsernameCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getEncodedUsernameCompleted(this, new getEncodedUsernameCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetLocalesResponse", Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)]
public GetLocalesResponse getLocales([System.Xml.Serialization.XmlElementAttribute(Namespace="http://ws.rim.com/enterprise/admin", IsNullable=true)] GetLocalesRequest GetLocalesRequest) {
object[] results = this.Invoke("getLocales", new object[] {
GetLocalesRequest});
return ((GetLocalesResponse)(results[0]));
}
///
public System.IAsyncResult BegingetLocales(GetLocalesRequest GetLocalesRequest, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getLocales", new object[] {
GetLocalesRequest}, callback, asyncState);
}
///
public GetLocalesResponse EndgetLocales(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((GetLocalesResponse)(results[0]));
}
///
public void getLocalesAsync(GetLocalesRequest GetLocalesRequest) {
this.getLocalesAsync(GetLocalesRequest, null);
}
///
public void getLocalesAsync(GetLocalesRequest GetLocalesRequest, object userState) {
if ((this.getLocalesOperationCompleted == null)) {
this.getLocalesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetLocalesOperationCompleted);
}
this.InvokeAsync("getLocales", new object[] {
GetLocalesRequest}, this.getLocalesOperationCompleted, userState);
}
private void OngetLocalesOperationCompleted(object arg) {
if ((this.getLocalesCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getLocalesCompleted(this, new getLocalesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
public new void CancelAsync(object userState) {
base.CancelAsync(userState);
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetAuthenticatorsRequest {
private RequestMetadata metadataField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetLocalesResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private string[] localesField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("locales")]
public string[] locales {
get {
return this.localesField;
}
set {
this.localesField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetLocalesRequest {
private RequestMetadata metadataField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetEncodedUsernameResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private string encodedUsernameField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
public string encodedUsername {
get {
return this.encodedUsernameField;
}
set {
this.encodedUsernameField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class CredentialType {
private bool pASSWORDField;
private bool sSOField;
private bool uNSUPPORTED_VALUEField;
private string valueField;
private System.Xml.XmlElement[] anyField;
public CredentialType() {
this.pASSWORDField = false;
this.sSOField = false;
this.uNSUPPORTED_VALUEField = false;
}
///
public bool PASSWORD {
get {
return this.pASSWORDField;
}
set {
this.pASSWORDField = value;
}
}
///
public bool SSO {
get {
return this.sSOField;
}
set {
this.sSOField = value;
}
}
///
public bool UNSUPPORTED_VALUE {
get {
return this.uNSUPPORTED_VALUEField;
}
set {
this.uNSUPPORTED_VALUEField = value;
}
}
///
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetEncodedUsernameRequest {
private RequestMetadata metadataField;
private string usernameField;
private string domainField;
private Authenticator authenticatorField;
private CredentialType credentialTypeField;
private string orgUidField;
private System.Xml.XmlElement[] anyField;
///
public RequestMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public string username {
get {
return this.usernameField;
}
set {
this.usernameField = value;
}
}
///
public string domain {
get {
return this.domainField;
}
set {
this.domainField = value;
}
}
///
public Authenticator authenticator {
get {
return this.authenticatorField;
}
set {
this.authenticatorField = value;
}
}
///
public CredentialType credentialType {
get {
return this.credentialTypeField;
}
set {
this.credentialTypeField = value;
}
}
///
public string orgUid {
get {
return this.orgUidField;
}
set {
this.orgUidField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://ws.rim.com/enterprise/admin")]
public partial class GetAuthenticatorsResponse {
private ResponseMetadata metadataField;
private ReturnStatus returnStatusField;
private Authenticator[] authenticatorsField;
private System.Xml.XmlElement[] anyField;
///
public ResponseMetadata metadata {
get {
return this.metadataField;
}
set {
this.metadataField = value;
}
}
///
public ReturnStatus returnStatus {
get {
return this.returnStatusField;
}
set {
this.returnStatusField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("authenticators")]
public Authenticator[] authenticators {
get {
return this.authenticatorsField;
}
set {
this.authenticatorsField = value;
}
}
///
[System.Xml.Serialization.XmlAnyElementAttribute()]
public System.Xml.XmlElement[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getAuthenticatorsCompletedEventHandler(object sender, getAuthenticatorsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getAuthenticatorsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getAuthenticatorsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetAuthenticatorsResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetAuthenticatorsResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getEncodedUsernameCompletedEventHandler(object sender, getEncodedUsernameCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getEncodedUsernameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getEncodedUsernameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetEncodedUsernameResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetEncodedUsernameResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void getLocalesCompletedEventHandler(object sender, getLocalesCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class getLocalesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal getLocalesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetLocalesResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetLocalesResponse)(this.results[0]));
}
}
}
}