blob: 583c349188d7f59c8351e8221d2dae76d29022bd [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 rboA : announcedMgmtResource {
private List<object> itemsField;
public System.Nullable<bool> Rbo {get; set;}
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<bool> RboSpecified {get; set;}
public System.Nullable<bool> Far {get; set;}
[System.Xml.Serialization.XmlIgnoreAttribute()]
public System.Nullable<bool> FarSpecified {get; set;}
public List<object> Items {
get {
if ((this.itemsField == null)) {
this.itemsField = new List<object>();
}
return this.itemsField;
}
set {
this.itemsField = value;
}
}
}
}