Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All edu.sc.seis.seisFile.fdsnws.quakeml.WaveformStreamID members are private #13

Closed
andreabono opened this issue Jul 25, 2019 · 1 comment

Comments

@andreabono
Copy link

Hello!!
I'm having troubles reading a quakeml.
I create my event object "qml_ev" through edu.sc.seis.seisFile.fdsnws.quakeml.Event and I'm reading the phase picks.
So I write the following code because I need STA CHAN NET LOC for a phase.

edu.sc.seis.seisFile.fdsnws.quakeml.Event qml_ev;
// read the qml and populate the object
//.........

qml_ev.getPickList().get(0).getWaveformID()

Now, I can't access to STA, CHAN, ecc, because there's no get_Sta(), get_CHa()... method in the edu.sc.seis.seisFile.fdsnws.quakeml.WaveformStreamID definition. Such members are private.
I also tried to subclass with no results.
Can You help me?

@crotwell
Copy link
Owner

Fixed in v1.8.2, thanks for the bug report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants