Class BIN

Direct Known Subclasses:
ED

public abstract class BIN extends ANY
Description of the class BIN.
  • Field Details

    • representation

      public BinaryDataEncoding representation
      Specifies the representation of the binary data that is the content of the binary data value. .
  • Constructor Details

    • BIN

      public BIN()
  • Method Details

    • getMixed

      public List<Serializable> getMixed()
      Return mixed.
      Returns:
      mixed
    • setMixed

      public void setMixed(List<Serializable> mixed)
      Set a value to attribute mixed.
      Parameters:
      mixed - .
    • addMixed

      public void addMixed(Serializable mixed_elt)
      Add a mixed to the mixed collection.
      Parameters:
      mixed_elt - Element to add.
    • removeMixed

      public void removeMixed(Serializable mixed_elt)
      Remove a mixed to the mixed collection.
      Parameters:
      mixed_elt - Element to remove
    • getRepresentation

      public BinaryDataEncoding getRepresentation()
      Return representation.
      Returns:
      representation : Specifies the representation of the binary data that is the content of the binary data value.
    • setRepresentation

      public void setRepresentation(BinaryDataEncoding representation)
      Set a value to attribute representation.
      Parameters:
      representation - : Specifies the representation of the binary data that is the content of the binary data value.
    • get_xmlNodePresentation

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

      public void set_xmlNodePresentation(Node _xmlNodePresentation)
      Overrides:
      set_xmlNodePresentation in class ANY
    • getListStringValues

      public List<String> getListStringValues()
    • validateByModule

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