|
|
|
@ -18,8 +18,6 @@
|
|
|
|
|
|
|
|
|
|
package org.wso2.carbon.device.mgt.mobile.android.impl.config;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import javax.xml.bind.annotation.XmlElement;
|
|
|
|
|
import javax.xml.bind.annotation.XmlRootElement;
|
|
|
|
|
|
|
|
|
@ -30,7 +28,6 @@ import javax.xml.bind.annotation.XmlRootElement;
|
|
|
|
|
public final class MobileDeviceManagementConfig {
|
|
|
|
|
|
|
|
|
|
private MobileDeviceManagementRepository mobileDeviceMgtRepository;
|
|
|
|
|
// private TaskConfiguration taskConfiguration;
|
|
|
|
|
|
|
|
|
|
@XmlElement(name = "ManagementRepository", nillable = false)
|
|
|
|
|
public MobileDeviceManagementRepository getMobileDeviceMgtRepository() {
|
|
|
|
@ -42,13 +39,4 @@ public final class MobileDeviceManagementConfig {
|
|
|
|
|
this.mobileDeviceMgtRepository = mobileDeviceMgtRepository;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// @XmlElement(name = "TaskConfiguration", required = true)
|
|
|
|
|
// public TaskConfiguration getTaskConfiguration() {
|
|
|
|
|
// return taskConfiguration;
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// public void setTaskConfiguration(TaskConfiguration taskConfiguration) {
|
|
|
|
|
// this.taskConfiguration = taskConfiguration;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|