blob: 8fc6e568f3d36cb41ef1d8382a74f07fa67ffe18 [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 ajap : flexContainerResource {
private List<object> itemsField;
public System.Nullable<int> Dir {get; set;}
public List<object> Items {
get {
if ((this.itemsField == null)) {
this.itemsField = new List<object>();
}
return this.itemsField;
}
set {
this.itemsField = value;
}
}
}
}