/// <summary> /// ObjectType class constructor /// </summary> public ObjectType() { _discovery_Method = new MeasureSourceType(); _related_Objects = new List<RelatedObjectType>(); _location = new LocationType(); _description = new StructuredTextType(); _state = new ControlledVocabularyStringType(); }
/// <summary> /// ExtractedStringType class constructor /// </summary> public ExtractedStringType() { _english_Translation = new StringObjectPropertyType(); _language = new StringObjectPropertyType(); _length = new PositiveIntegerObjectPropertyType(); _address = new HexBinaryObjectPropertyType(); _hashes = new List <HashType>(); _byte_String_Value = new HexBinaryObjectPropertyType(); _string_Value = new StringObjectPropertyType(); _encoding = new ControlledVocabularyStringType(); }
/// <summary> /// MeasureSourceType class constructor /// </summary> public MeasureSourceType() { _observable_Location = new LocationType(); _platform = new PlatformSpecificationType(); _tools = new List <ToolInformationType>(); _observation_Location = new LocationType(); _time = new TimeType(); _contributors = new List <ContributorType>(); _description = new StructuredTextType(); _tool_Type = new ControlledVocabularyStringType(); _information_Source_Type = new ControlledVocabularyStringType(); }
/// <summary> /// ActionType class constructor /// </summary> public ActionType() { _frequency = new FrequencyType(); _relationships = new List <ActionRelationshipType>(); _associated_Objects = new List <AssociatedObjectType>(); _discovery_Method = new MeasureSourceType(); _location = new LocationType(); _action_Arguments = new List <ActionArgumentType>(); _action_Aliases = new List <string>(); _description = new StructuredTextType(); _name = new ControlledVocabularyStringType(); _type = new ControlledVocabularyStringType(); _timestamp_precision = "second"; }
/// <summary> /// HashType class constructor /// </summary> public HashType() { _fuzzy_Hash_Structure = new List <FuzzyHashStructureType>(); _type = new ControlledVocabularyStringType(); }
/// <summary> /// ActionRelationshipType class constructor /// </summary> public ActionRelationshipType() { _action_Reference = new List <ActionReferenceType>(); _type = new ControlledVocabularyStringType(); }
/// <summary> /// AssociatedObjectType class constructor /// </summary> public AssociatedObjectType() { _action_Pertinent_Object_Properties = new List <ActionPertinentObjectPropertyType>(); _association_Type = new ControlledVocabularyStringType(); }
/// <summary> /// RelatedObjectType class constructor /// </summary> public RelatedObjectType() { _relationship = new ControlledVocabularyStringType(); }
/// <summary> /// ActionArgumentType class constructor /// </summary> public ActionArgumentType() { _argument_Name = new ControlledVocabularyStringType(); }