/// <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();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// HashSegmentType class constructor
 /// </summary>
 public HashSegmentType()
 {
     _segment_Hash  = new HashValueType();
     _trigger_Point = new HexBinaryObjectPropertyType();
 }