Bacen.CCS.MessageBody (Bacen CCS v0.1.1)

The CCS base message body type.

This custom Ecto Type creates an abstraction around the ACCS/CCS messages to generate a full XML to serialize a CCS message XML to communicate with Bacen's system.

This also makes a easy way to read the received message from Bacen's system to parse the given XML into a 't:MessageBody' schema from given file name (ACCS/CCS).

Link to this section Summary

Functions

Callback implementation for Ecto.Type.cast/1.

Callback implementation for Ecto.Type.dump/1.

Callback implementation for Ecto.Type.embed_as/1.

Callback implementation for Ecto.Type.equal?/2.

Callback implementation for Ecto.Type.load/1.

Callback implementation for Ecto.Type.type/0.

Link to this section Functions

Callback implementation for Ecto.Type.cast/1.

Callback implementation for Ecto.Type.dump/1.

Callback implementation for Ecto.Type.embed_as/1.

Link to this function

equal?(term1, term2)

Callback implementation for Ecto.Type.equal?/2.

Callback implementation for Ecto.Type.load/1.

Callback implementation for Ecto.Type.type/0.