All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ST, Thumbnail

public class ED extends BIN implements Serializable
Description of the class ED.
See Also:
  • Field Details

    • compression

      public CompressionAlgorithm compression
      Indicates whether the raw byte data is compressed, and what compression algorithm was used. .
    • integrityCheck

      public String integrityCheck
      The integrity check is a short binary value representing a cryptographically strong checksum that is calculated over the binary data. The purpose of this property, when communicated with a reference is for anyone to validate later whether the reference still resolved to the same data that the reference resolved to when the encapsulated data value with reference was created. .
    • integrityCheckAlgorithm

      public IntegrityCheckAlgorithm integrityCheckAlgorithm
      Specifies the algorithm used to compute the integrityCheck value. .
    • language

      public String language
      For character based information the language property specifies the human language of the text. .
    • mediaType

      public String mediaType
      Identifies the type of the encapsulated data and identifies a method to interpret or render the data. .
  • Constructor Details

    • ED

      public ED()
  • Method Details

    • getReference

      public TEL getReference()
      Return reference.
      Returns:
      reference
    • getThumbnail

      public Thumbnail getThumbnail()
      Return thumbnail.
      Returns:
      thumbnail
    • getCompression

      public CompressionAlgorithm getCompression()
      Return compression.
      Returns:
      compression : Indicates whether the raw byte data is compressed, and what compression algorithm was used.
    • setCompression

      public void setCompression(CompressionAlgorithm compression)
      Set a value to attribute compression.
      Parameters:
      compression - : Indicates whether the raw byte data is compressed, and what compression algorithm was used.
    • getIntegrityCheck

      public String getIntegrityCheck()
      Return integrityCheck.
      Returns:
      integrityCheck : The integrity check is a short binary value representing a cryptographically strong checksum that is calculated over the binary data. The purpose of this property, when communicated with a reference is for anyone to validate later whether the reference still resolved to the same data that the reference resolved to when the encapsulated data value with reference was created.
    • setIntegrityCheck

      public void setIntegrityCheck(String integrityCheck)
      Set a value to attribute integrityCheck.
      Parameters:
      integrityCheck - : The integrity check is a short binary value representing a cryptographically strong checksum that is calculated over the binary data. The purpose of this property, when communicated with a reference is for anyone to validate later whether the reference still resolved to the same data that the reference resolved to when the encapsulated data value with reference was created.
    • getIntegrityCheckAlgorithm

      public IntegrityCheckAlgorithm getIntegrityCheckAlgorithm()
      Return integrityCheckAlgorithm.
      Returns:
      integrityCheckAlgorithm : Specifies the algorithm used to compute the integrityCheck value.
    • setIntegrityCheckAlgorithm

      public void setIntegrityCheckAlgorithm(IntegrityCheckAlgorithm integrityCheckAlgorithm)
      Set a value to attribute integrityCheckAlgorithm.
      Parameters:
      integrityCheckAlgorithm - : Specifies the algorithm used to compute the integrityCheck value.
    • getLanguage

      public String getLanguage()
      Return language.
      Returns:
      language : For character based information the language property specifies the human language of the text.
    • setLanguage

      public void setLanguage(String language)
      Set a value to attribute language.
      Parameters:
      language - : For character based information the language property specifies the human language of the text.
    • getMediaType

      public String getMediaType()
      Return mediaType.
      Returns:
      mediaType : Identifies the type of the encapsulated data and identifies a method to interpret or render the data.
    • setMediaType

      public void setMediaType(String mediaType)
      Set a value to attribute mediaType.
      Parameters:
      mediaType - : Identifies the type of the encapsulated data and identifies a method to interpret or render the data.
    • get_xmlNodePresentation

      public Node get_xmlNodePresentation()
      Overrides:
      get_xmlNodePresentation in class BIN
    • set_xmlNodePresentation

      public void set_xmlNodePresentation(Node _xmlNodePresentation)
      Overrides:
      set_xmlNodePresentation in class BIN
    • validateByModule

      public static void validateByModule(ED eD, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic)
      validate by a module of validation