|
|
@ -27,9 +27,9 @@ import javax.xml.bind.annotation.XmlRootElement;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* <p>Java class for DeviceTypeConfiguration complex type.
|
|
|
|
* <p>Java class for DeviceTypeConfiguration complex type.
|
|
|
|
*
|
|
|
|
* <p/>
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
*
|
|
|
|
* <p/>
|
|
|
|
* <pre>
|
|
|
|
* <pre>
|
|
|
|
* <complexType name="DeviceTypeConfiguration">
|
|
|
|
* <complexType name="DeviceTypeConfiguration">
|
|
|
|
* <complexContent>
|
|
|
|
* <complexContent>
|
|
|
@ -41,14 +41,13 @@ import javax.xml.bind.annotation.XmlRootElement;
|
|
|
|
* <element name="PushNotificationProvider" type="{}PushNotificationProvider"/>
|
|
|
|
* <element name="PushNotificationProvider" type="{}PushNotificationProvider"/>
|
|
|
|
* <element name="License" type="{}License"/>
|
|
|
|
* <element name="License" type="{}License"/>
|
|
|
|
* <element name="DataSource" type="{}DataSource"/>
|
|
|
|
* <element name="DataSource" type="{}DataSource"/>
|
|
|
|
|
|
|
|
* <element name="DeviceAuthorizationConfig" type="{}DeviceAuthorizationConfig"/>
|
|
|
|
* </sequence>
|
|
|
|
* </sequence>
|
|
|
|
* <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
* <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
* </restriction>
|
|
|
|
* </restriction>
|
|
|
|
* </complexContent>
|
|
|
|
* </complexContent>
|
|
|
|
* </complexType>
|
|
|
|
* </complexType>
|
|
|
|
* </pre>
|
|
|
|
* </pre>
|
|
|
|
*
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@XmlAccessorType(XmlAccessType.FIELD)
|
|
|
|
@XmlAccessorType(XmlAccessType.FIELD)
|
|
|
|
@XmlRootElement(name = "DeviceTypeConfiguration")
|
|
|
|
@XmlRootElement(name = "DeviceTypeConfiguration")
|
|
|
@ -68,6 +67,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
protected DataSource dataSource;
|
|
|
|
protected DataSource dataSource;
|
|
|
|
@XmlElement(name = "TaskConfiguration", required = true)
|
|
|
|
@XmlElement(name = "TaskConfiguration", required = true)
|
|
|
|
private TaskConfiguration taskConfiguration;
|
|
|
|
private TaskConfiguration taskConfiguration;
|
|
|
|
|
|
|
|
@XmlElement(name = "DeviceAuthorizationConfig", required = true)
|
|
|
|
|
|
|
|
protected DeviceAuthorizationConfig deviceAuthorizationConfig;
|
|
|
|
@XmlAttribute(name = "name")
|
|
|
|
@XmlAttribute(name = "name")
|
|
|
|
protected String name;
|
|
|
|
protected String name;
|
|
|
|
|
|
|
|
|
|
|
@ -98,10 +99,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Gets the value of the deviceDetails property.
|
|
|
|
* Gets the value of the deviceDetails property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return possible object is
|
|
|
|
* possible object is
|
|
|
|
|
|
|
|
* {@link DeviceDetails }
|
|
|
|
* {@link DeviceDetails }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public DeviceDetails getDeviceDetails() {
|
|
|
|
public DeviceDetails getDeviceDetails() {
|
|
|
|
return deviceDetails;
|
|
|
|
return deviceDetails;
|
|
|
@ -110,10 +109,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Sets the value of the deviceDetails property.
|
|
|
|
* Sets the value of the deviceDetails property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param value
|
|
|
|
* @param value allowed object is
|
|
|
|
* allowed object is
|
|
|
|
|
|
|
|
* {@link DeviceDetails }
|
|
|
|
* {@link DeviceDetails }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void setDeviceDetails(DeviceDetails value) {
|
|
|
|
public void setDeviceDetails(DeviceDetails value) {
|
|
|
|
this.deviceDetails = value;
|
|
|
|
this.deviceDetails = value;
|
|
|
@ -122,10 +119,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Gets the value of the features property.
|
|
|
|
* Gets the value of the features property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return possible object is
|
|
|
|
* possible object is
|
|
|
|
|
|
|
|
* {@link Features }
|
|
|
|
* {@link Features }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public Features getFeatures() {
|
|
|
|
public Features getFeatures() {
|
|
|
|
return features;
|
|
|
|
return features;
|
|
|
@ -134,10 +129,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Sets the value of the features property.
|
|
|
|
* Sets the value of the features property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param value
|
|
|
|
* @param value allowed object is
|
|
|
|
* allowed object is
|
|
|
|
|
|
|
|
* {@link Features }
|
|
|
|
* {@link Features }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void setFeatures(Features value) {
|
|
|
|
public void setFeatures(Features value) {
|
|
|
|
this.features = value;
|
|
|
|
this.features = value;
|
|
|
@ -146,10 +139,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Gets the value of the provisioningConfig property.
|
|
|
|
* Gets the value of the provisioningConfig property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return possible object is
|
|
|
|
* possible object is
|
|
|
|
|
|
|
|
* {@link ProvisioningConfig }
|
|
|
|
* {@link ProvisioningConfig }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public ProvisioningConfig getProvisioningConfig() {
|
|
|
|
public ProvisioningConfig getProvisioningConfig() {
|
|
|
|
return provisioningConfig;
|
|
|
|
return provisioningConfig;
|
|
|
@ -158,10 +149,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Sets the value of the provisioningConfig property.
|
|
|
|
* Sets the value of the provisioningConfig property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param value
|
|
|
|
* @param value allowed object is
|
|
|
|
* allowed object is
|
|
|
|
|
|
|
|
* {@link ProvisioningConfig }
|
|
|
|
* {@link ProvisioningConfig }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void setProvisioningConfig(ProvisioningConfig value) {
|
|
|
|
public void setProvisioningConfig(ProvisioningConfig value) {
|
|
|
|
this.provisioningConfig = value;
|
|
|
|
this.provisioningConfig = value;
|
|
|
@ -170,10 +159,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Gets the value of the pushNotificationProvider property.
|
|
|
|
* Gets the value of the pushNotificationProvider property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return possible object is
|
|
|
|
* possible object is
|
|
|
|
|
|
|
|
* {@link PushNotificationProvider }
|
|
|
|
* {@link PushNotificationProvider }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public PushNotificationProvider getPushNotificationProvider() {
|
|
|
|
public PushNotificationProvider getPushNotificationProvider() {
|
|
|
|
return pushNotificationProvider;
|
|
|
|
return pushNotificationProvider;
|
|
|
@ -182,10 +169,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Sets the value of the pushNotificationProvider property.
|
|
|
|
* Sets the value of the pushNotificationProvider property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param value
|
|
|
|
* @param value allowed object is
|
|
|
|
* allowed object is
|
|
|
|
|
|
|
|
* {@link PushNotificationProvider }
|
|
|
|
* {@link PushNotificationProvider }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void setPushNotificationProvider(PushNotificationProvider value) {
|
|
|
|
public void setPushNotificationProvider(PushNotificationProvider value) {
|
|
|
|
this.pushNotificationProvider = value;
|
|
|
|
this.pushNotificationProvider = value;
|
|
|
@ -194,10 +179,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Gets the value of the license property.
|
|
|
|
* Gets the value of the license property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return possible object is
|
|
|
|
* possible object is
|
|
|
|
|
|
|
|
* {@link License }
|
|
|
|
* {@link License }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public License getLicense() {
|
|
|
|
public License getLicense() {
|
|
|
|
return license;
|
|
|
|
return license;
|
|
|
@ -206,10 +189,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Sets the value of the license property.
|
|
|
|
* Sets the value of the license property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param value
|
|
|
|
* @param value allowed object is
|
|
|
|
* allowed object is
|
|
|
|
|
|
|
|
* {@link License }
|
|
|
|
* {@link License }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void setLicense(License value) {
|
|
|
|
public void setLicense(License value) {
|
|
|
|
this.license = value;
|
|
|
|
this.license = value;
|
|
|
@ -218,10 +199,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Gets the value of the dataSource property.
|
|
|
|
* Gets the value of the dataSource property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return possible object is
|
|
|
|
* possible object is
|
|
|
|
|
|
|
|
* {@link DataSource }
|
|
|
|
* {@link DataSource }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public DataSource getDataSource() {
|
|
|
|
public DataSource getDataSource() {
|
|
|
|
return dataSource;
|
|
|
|
return dataSource;
|
|
|
@ -230,10 +209,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Sets the value of the dataSource property.
|
|
|
|
* Sets the value of the dataSource property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param value
|
|
|
|
* @param value allowed object is
|
|
|
|
* allowed object is
|
|
|
|
|
|
|
|
* {@link DataSource }
|
|
|
|
* {@link DataSource }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void setDataSource(DataSource value) {
|
|
|
|
public void setDataSource(DataSource value) {
|
|
|
|
this.dataSource = value;
|
|
|
|
this.dataSource = value;
|
|
|
@ -242,10 +219,8 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Gets the value of the name property.
|
|
|
|
* Gets the value of the name property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return possible object is
|
|
|
|
* possible object is
|
|
|
|
|
|
|
|
* {@link String }
|
|
|
|
* {@link String }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public String getName() {
|
|
|
|
public String getName() {
|
|
|
|
return name;
|
|
|
|
return name;
|
|
|
@ -254,13 +229,31 @@ public class DeviceTypeConfiguration {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Sets the value of the name property.
|
|
|
|
* Sets the value of the name property.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param value
|
|
|
|
* @param value allowed object is
|
|
|
|
* allowed object is
|
|
|
|
|
|
|
|
* {@link String }
|
|
|
|
* {@link String }
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void setName(String value) {
|
|
|
|
public void setName(String value) {
|
|
|
|
this.name = value;
|
|
|
|
this.name = value;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Gets the value of the authorizationRequired property.
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @return possible object is
|
|
|
|
|
|
|
|
* {@link DeviceAuthorizationConfig }
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
public DeviceAuthorizationConfig getDeviceAuthorizationConfig() {
|
|
|
|
|
|
|
|
return deviceAuthorizationConfig;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Sets the value of the provisioningConfig property.
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @param value allowed object is
|
|
|
|
|
|
|
|
* {@link DeviceAuthorizationConfig }
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
public void setDeviceAuthorizationConfig(DeviceAuthorizationConfig value) {
|
|
|
|
|
|
|
|
this.deviceAuthorizationConfig = value;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|