//------------------------------------------------------------------------------ // // このコードはツールによって生成されました。 // ランタイム バージョン:2.0.50727.42 // // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 // コードが再生成されるときに損失したりします。 // //------------------------------------------------------------------------------ // // このソース コードは xsd によって自動生成されました。Version=2.0.50727.42 です。 // namespace Yahoo.us.ArtistSearchResponse { using System.Xml.Serialization; /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] [System.Xml.Serialization.XmlRootAttribute(Namespace="urn:yahoo:srchmm", IsNullable=false)] public partial class ResultSet { private ResultType[] resultField; private string totalResultsAvailableField; private string totalResultsReturnedField; private string firstResultPositionField; /// [System.Xml.Serialization.XmlElementAttribute("Result")] public ResultType[] Result { get { return this.resultField; } set { this.resultField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")] public string totalResultsAvailable { get { return this.totalResultsAvailableField; } set { this.totalResultsAvailableField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")] public string totalResultsReturned { get { return this.totalResultsReturnedField; } set { this.totalResultsReturnedField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")] public string firstResultPosition { get { return this.firstResultPositionField; } set { this.firstResultPositionField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:yahoo:srchmm")] public partial class ResultType { private string nameField; private ThumbnailType thumbnailField; private ArtistType[] relatedArtistsField; private SongType[] popularSongsField; private string yahooMusicPageField; private string idField; /// public string Name { get { return this.nameField; } set { this.nameField = value; } } /// public ThumbnailType Thumbnail { get { return this.thumbnailField; } set { this.thumbnailField = value; } } /// [System.Xml.Serialization.XmlArrayItemAttribute("Artist", IsNullable=false)] public ArtistType[] RelatedArtists { get { return this.relatedArtistsField; } set { this.relatedArtistsField = value; } } /// [System.Xml.Serialization.XmlArrayItemAttribute("Song", IsNullable=false)] public SongType[] PopularSongs { get { return this.popularSongsField; } set { this.popularSongsField = value; } } /// public string YahooMusicPage { get { return this.yahooMusicPageField; } set { this.yahooMusicPageField = value; } } /// [System.Xml.Serialization.XmlAttributeAttribute()] public string id { get { return this.idField; } set { this.idField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:yahoo:srchmm")] public partial class ThumbnailType { private string urlField; private string heightField; private string widthField; /// public string Url { get { return this.urlField; } set { this.urlField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(DataType="integer")] public string Height { get { return this.heightField; } set { this.heightField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(DataType="integer")] public string Width { get { return this.widthField; } set { this.widthField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:yahoo:srchmm")] public partial class SongType { private string idField; private string valueField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string id { get { return this.idField; } set { this.idField = value; } } /// [System.Xml.Serialization.XmlTextAttribute()] public string Value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:yahoo:srchmm")] public partial class ArtistType { private string idField; private string valueField; /// [System.Xml.Serialization.XmlAttributeAttribute()] public string id { get { return this.idField; } set { this.idField = value; } } /// [System.Xml.Serialization.XmlTextAttribute()] public string Value { get { return this.valueField; } set { this.valueField = value; } } } }