/// <summary>
        ///		Initilizes the class
        /// </summary>
        /// <remarks>
        ///		<BR>The Creates all the mandatory fields (populated with the default data)
        ///		All Collection object are created.</BR>
        ///		<BR>However any 1-n relationships (these are represented as collections) are
        ///		empty. To comply with the schema these must be populated before the xml
        ///		obtained from ToXml is valid against the schema C:\dev2005\BaseWofService\WofSchemas\cuahsiTimeSeries_v1_0.xsd.</BR>
        /// </remarks>
        protected override void Init()
        {
            cuahsiTimeSeries_v1_0Lib.Registration.iRegistrationIndicator = 0;             // causes registration to take place
            m_TimeZoneShiftApplied        = false;
            m_IsValidTimeZoneShiftApplied = false;
            m_UnitsAbbreviation           = "";
            m_IsValidUnitsAbbreviation    = false;
            m_UnitsCode                = "";
            m_IsValidUnitsCode         = false;
            m_UnitsType                = tns.Enumerations.UnitsTypeEnum.Angle;
            m_IsValidUnitsType         = false;
            m_Count                    = 0;
            m_IsValidCount             = false;
            m_UnitsAreConverted        = LiquidTechnologies.Runtime.Net20.Conversions.booleanFromString("false", LiquidTechnologies.Runtime.Net20.WhitespaceUtils.WhitespaceRule.Collapse);
            m_IsValidUnitsAreConverted = true;
            m_Value                    = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.ValueSingleVariable>("value", "http://www.cuahsi.org/waterML/1.0/", 1, -1, false);
            m_Qualifier                = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <cuahsiTimeSeries_v1_0Lib.Qualifier>("qualifier", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);
            m_QualityControlLevel      = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <cuahsiTimeSeries_v1_0Lib.QualityControlLevel>("qualityControlLevel", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);
            m_Method                   = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.MethodType>("method", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);
            m_Source                   = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.SourceType>("source", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);
            m_Offset                   = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.OffsetType>("offset", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);



// ##HAND_CODED_BLOCK_START ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS

// Add Additional initilization code here...

// ##HAND_CODED_BLOCK_END ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
        }
        /// <summary>
        ///		Initilizes the class
        /// </summary>
        /// <remarks>
        ///		<BR>The Creates all the mandatory fields (populated with the default data)
        ///		All Collection object are created.</BR>
        ///		<BR>However any 1-n relationships (these are represented as collections) are
        ///		empty. To comply with the schema these must be populated before the xml
        ///		obtained from ToXml is valid against the schema C:\dev2005\BaseWofService\WofSchemas\cuahsiTimeSeries_v1_0.xsd.</BR>
        /// </remarks>
        protected override void Init()
        {
            cuahsiTimeSeries_v1_0Lib.Registration.iRegistrationIndicator = 0;             // causes registration to take place
            m_Oid                     = "";
            m_IsValidOid              = false;
            m_MetadataDateTime        = new LiquidTechnologies.Runtime.Net20.XmlDateTime(LiquidTechnologies.Runtime.Net20.XmlDateTime.DateType.dateTime);
            m_IsValidMetadataDateTime = false;
            m_SiteName                = "";
            m_IsValidSiteName         = false;
            m_SiteCode                = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.SiteCode>("siteCode", "http://www.cuahsi.org/waterML/1.0/", 1, -1, false);
            m_TimeZoneInfo            = null;
            m_GeoLocation             = null;
            m_Elevation_m             = 0;
            m_IsValidElevation_m      = false;
            m_VerticalDatum           = "";
            m_IsValidVerticalDatum    = false;
            m_Note                    = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.NoteType>("note", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);
            m_Extension               = null;
            m_Altname                 = new cuahsiTimeSeries_v1_0Lib.XmlSimpleTypeCollection <String>("altname", "http://www.cuahsi.org/waterML/1.0/", LiquidTechnologies.Runtime.Net20.Conversions.ConversionType.type_string, 0, -1, null, LiquidTechnologies.Runtime.Net20.WhitespaceUtils.WhitespaceRule.Preserve, new LiquidTechnologies.Runtime.Net20.PrimitiveRestrictions("", -1, -1, "", "", "", "", -1));



// ##HAND_CODED_BLOCK_START ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS

// Add Additional initilization code here...

// ##HAND_CODED_BLOCK_END ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
        }
Exemple #3
0
        /// <summary>
        ///		Initilizes the class
        /// </summary>
        /// <remarks>
        ///		<BR>The Creates all the mandatory fields (populated with the default data)
        ///		All Collection object are created.</BR>
        ///		<BR>However any 1-n relationships (these are represented as collections) are
        ///		empty. To comply with the schema these must be populated before the xml
        ///		obtained from ToXml is valid against the schema C:\dev2005\BaseWofService\WofSchemas\cuahsiTimeSeries_v1_0.xsd.</BR>
        /// </remarks>
        protected override void Init()
        {
            cuahsiTimeSeries_v1_0Lib.Registration.iRegistrationIndicator = 0;             // causes registration to take place
            m_Option = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <cuahsiTimeSeries_v1_0Lib.Option>("option", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);



// ##HAND_CODED_BLOCK_START ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS

// Add Additional initilization code here...

// ##HAND_CODED_BLOCK_END ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
        }
Exemple #4
0
        /// <summary>
        ///		Initilizes the class
        /// </summary>
        /// <remarks>
        ///		<BR>The Creates all the mandatory fields (populated with the default data)
        ///		All Collection object are created.</BR>
        ///		<BR>However any 1-n relationships (these are represented as collections) are
        ///		empty. To comply with the schema these must be populated before the xml
        ///		obtained from ToXml is valid against the schema C:\dev2005\BaseWofService\WofSchemas\cuahsiTimeSeries_v1_0.xsd.</BR>
        /// </remarks>
        protected override void Init()
        {
            cuahsiTimeSeries_v1_0Lib.Registration.iRegistrationIndicator = 0;             // causes registration to take place
            m_VariableInfoType_related_Group = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.VariableInfoType_related_Group>("VariableInfoType_related_Group", "", 1, -1, true);



// ##HAND_CODED_BLOCK_START ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS

// Add Additional initilization code here...

// ##HAND_CODED_BLOCK_END ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
        }
Exemple #5
0
        /// <summary>
        ///		Initilizes the class
        /// </summary>
        /// <remarks>
        ///		<BR>The Creates all the mandatory fields (populated with the default data)
        ///		All Collection object are created.</BR>
        ///		<BR>However any 1-n relationships (these are represented as collections) are
        ///		empty. To comply with the schema these must be populated before the xml
        ///		obtained from ToXml is valid against the schema C:\dev2005\BaseWofService\WofSchemas\cuahsiTimeSeries_v1_0.xsd.</BR>
        /// </remarks>
        protected override void Init()
        {
            cuahsiTimeSeries_v1_0Lib.Registration.iRegistrationIndicator = 0;             // causes registration to take place
            m_SiteInfo      = new tns.SiteInfoType("siteInfo");
            m_SeriesCatalog = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.SeriesCatalogType>("seriesCatalog", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);
            m_Extension     = null;



// ##HAND_CODED_BLOCK_START ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS

// Add Additional initilization code here...

// ##HAND_CODED_BLOCK_END ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
        }
Exemple #6
0
        /// <summary>
        ///		Initilizes the class
        /// </summary>
        /// <remarks>
        ///		<BR>The Creates all the mandatory fields (populated with the default data)
        ///		All Collection object are created.</BR>
        ///		<BR>However any 1-n relationships (these are represented as collections) are
        ///		empty. To comply with the schema these must be populated before the xml
        ///		obtained from ToXml is valid against the schema C:\dev2005\BaseWofService\WofSchemas\cuahsiTimeSeries_v1_0.xsd.</BR>
        /// </remarks>
        protected override void Init()
        {
            cuahsiTimeSeries_v1_0Lib.Registration.iRegistrationIndicator = 0;             // causes registration to take place
            m_DataSetIdentifier         = "";
            m_TimeZoneInfo              = null;
            m_DataSetDescription        = "";
            m_IsValidDataSetDescription = false;
            m_Note            = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.NoteType>("note", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);
            m_DataSetLocation = null;
            m_Extension       = null;



// ##HAND_CODED_BLOCK_START ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS

// Add Additional initilization code here...

// ##HAND_CODED_BLOCK_END ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
        }
        /// <summary>
        ///		Initilizes the class
        /// </summary>
        /// <remarks>
        ///		<BR>The Creates all the mandatory fields (populated with the default data)
        ///		All Collection object are created.</BR>
        ///		<BR>However any 1-n relationships (these are represented as collections) are
        ///		empty. To comply with the schema these must be populated before the xml
        ///		obtained from ToXml is valid against the schema C:\dev2005\BaseWofService\WofSchemas\cuahsiTimeSeries_v1_0.xsd.</BR>
        /// </remarks>
        protected override void Init()
        {
            cuahsiTimeSeries_v1_0Lib.Registration.iRegistrationIndicator = 0;             // causes registration to take place
            m_Oid                        = "";
            m_IsValidOid                 = false;
            m_MetadataDateTime           = new LiquidTechnologies.Runtime.Net20.XmlDateTime(LiquidTechnologies.Runtime.Net20.XmlDateTime.DateType.dateTime);
            m_IsValidMetadataDateTime    = false;
            m_Network                    = "";
            m_IsValidNetwork             = false;
            m_Vocabulary                 = "";
            m_IsValidVocabulary          = false;
            m_Default                    = false;
            m_IsValidDefault             = false;
            m_VariableCode               = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <cuahsiTimeSeries_v1_0Lib.VariableCode>("variableCode", "http://www.cuahsi.org/waterML/1.0/", 1, -1, false);
            m_VariableName               = "";
            m_IsValidVariableName        = false;
            m_VariableDescription        = "";
            m_IsValidVariableDescription = false;
            m_ValueType                  = tns.Enumerations.ValueTypeEnum.FieldSpaceObservation;
            m_IsValidValueType           = false;
            m_DataType                   = tns.Enumerations.DataTypeEnum.Continuous;
            m_IsValidDataType            = false;
            m_GeneralCategory            = tns.Enumerations.GeneralCategoryEnum.WaterSpaceQuality;
            m_IsValidGeneralCategory     = false;
            m_SampleMedium               = tns.Enumerations.SampleMediumEnum.SurfaceSpaceWater;
            m_IsValidSampleMedium        = false;
            m_Units                      = null;
            m_Options                    = null;
            m_Note                       = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.NoteType>("note", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);
            m_Related                    = null;
            m_Extension                  = null;
            m_NoDataValue                = "";
            m_IsValidNoDataValue         = false;
            m_TimeSupport                = null;



// ##HAND_CODED_BLOCK_START ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS

// Add Additional initilization code here...

// ##HAND_CODED_BLOCK_END ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
        }
Exemple #8
0
        /// <summary>
        ///		Initilizes the class
        /// </summary>
        /// <remarks>
        ///		<BR>The Creates all the mandatory fields (populated with the default data)
        ///		All Collection object are created.</BR>
        ///		<BR>However any 1-n relationships (these are represented as collections) are
        ///		empty. To comply with the schema these must be populated before the xml
        ///		obtained from ToXml is valid against the schema C:\dev2005\BaseWofService\WofSchemas\cuahsiTimeSeries_v1_0.xsd.</BR>
        /// </remarks>
        protected override void Init()
        {
            cuahsiTimeSeries_v1_0Lib.Registration.iRegistrationIndicator = 0;             // causes registration to take place
            m_MenuGroupName        = "";
            m_IsValidMenuGroupName = false;
            m_ServiceWsdl          = "";
            m_IsValidServiceWsdl   = false;
            m_Note      = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.NoteType>("note", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);
            m_Series    = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.Series>("series", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);
            m_Extension = null;



// ##HAND_CODED_BLOCK_START ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS

// Add Additional initilization code here...

// ##HAND_CODED_BLOCK_END ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
        }
        /// <summary>
        ///		Initilizes the class
        /// </summary>
        /// <remarks>
        ///		<BR>The Creates all the mandatory fields (populated with the default data)
        ///		All Collection object are created.</BR>
        ///		<BR>However any 1-n relationships (these are represented as collections) are
        ///		empty. To comply with the schema these must be populated before the xml
        ///		obtained from ToXml is valid against the schema C:\dev2005\BaseWofService\WofSchemas\cuahsiTimeSeries_v1_0.xsd.</BR>
        /// </remarks>
        protected override void Init()
        {
            cuahsiTimeSeries_v1_0Lib.Registration.iRegistrationIndicator = 0;             // causes registration to take place
            m_ProjectionInformation        = "";
            m_IsValidProjectionInformation = false;
            m_X        = 0;
            m_Y        = 0;
            m_Z        = 0;
            m_IsValidZ = false;
            m_Note     = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.NoteType>("note", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);



// ##HAND_CODED_BLOCK_START ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS

// Add Additional initilization code here...

// ##HAND_CODED_BLOCK_END ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
        }
        /// <summary>
        ///		Initilizes the class
        /// </summary>
        /// <remarks>
        ///		<BR>The Creates all the mandatory fields (populated with the default data)
        ///		All Collection object are created.</BR>
        ///		<BR>However any 1-n relationships (these are represented as collections) are
        ///		empty. To comply with the schema these must be populated before the xml
        ///		obtained from ToXml is valid against the schema C:\dev2005\BaseWofService\WofSchemas\cuahsiTimeSeries_v1_0.xsd.</BR>
        /// </remarks>
        protected override void Init()
        {
            cuahsiTimeSeries_v1_0Lib.Registration.iRegistrationIndicator = 0;             // causes registration to take place
            m_CreationTime        = new LiquidTechnologies.Runtime.Net20.XmlDateTime(LiquidTechnologies.Runtime.Net20.XmlDateTime.DateType.dateTime);
            m_IsValidCreationTime = false;
            m_QueryURL            = "";
            m_IsValidQueryURL     = false;
            m_QuerySQL            = "";
            m_IsValidQuerySQL     = false;
            m_Criteria            = null;
            m_Note      = new cuahsiTimeSeries_v1_0Lib.XmlObjectCollection <tns.NoteType>("note", "http://www.cuahsi.org/waterML/1.0/", 0, -1, false);
            m_Extension = null;



// ##HAND_CODED_BLOCK_START ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS

// Add Additional initilization code here...

// ##HAND_CODED_BLOCK_END ID="Additional Inits"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
        }