Class Operator
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.Operator
public class Operator
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Operator(javax.xml.stream.XMLEventReader reader)
-
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>
getAgencyList()
java.util.List<Person>
getContactList()
java.lang.String
getWebsite()
-
Constructor Details
-
Operator
public Operator(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
-
Method Details
-
getAgencyList
public java.util.List<java.lang.String> getAgencyList() -
getContactList
-
getWebsite
public java.lang.String getWebsite()
-