blob: 01c8a1ec50bbf3be8948ff05a92a5e6eaf294cb2 [file] [log] [blame]
namespace oneM2MClient.Protocols
{
using System;
using System.Diagnostics;
using System.Xml.Serialization;
using System.Collections;
using System.Xml.Schema;
using System.ComponentModel;
using System.Xml;
using System.Collections.Generic;
public partial class svsn : regularResource {
private List<object> itemsField;
public string Ni {get; set;}
public string Csi {get; set;}
public string Di {get; set;}
public string Rlk {get; set;}
public List<object> Items {
get {
if ((this.itemsField == null)) {
this.itemsField = new List<object>();
}
return this.itemsField;
}
set {
this.itemsField = value;
}
}
}
}