All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.mmsparams.api.websocket.model.mmsc.MM7RelativeDate Maven / Gradle / Ivy

The newest version!
package cz.mmsparams.api.websocket.model.mmsc;

import java.io.Serializable;

public class MM7RelativeDate implements Serializable
{
    private String representation;

    public MM7RelativeDate()
    {
    }

    public MM7RelativeDate(String representation)
    {
        this.representation = representation;
    }

    public String getRepresentation()
    {
        return representation;
    }

    public void setRepresentation(String representation)
    {
        this.representation = representation;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy