Class Identifier
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.stationxml.Identifier
-
public class Identifier extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Identifier(java.lang.String value, java.lang.String type)Identifier(javax.xml.stream.XMLEventReader reader, java.lang.String tagName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()java.lang.StringgetValue()voidsetType(java.lang.String type)voidsetValue(java.lang.String value)
-
-
-
Constructor Detail
-
Identifier
public Identifier(java.lang.String value, java.lang.String type)
-
Identifier
public Identifier(javax.xml.stream.XMLEventReader reader, java.lang.String tagName) throws StationXMLException, javax.xml.stream.XMLStreamException- Throws:
StationXMLExceptionjavax.xml.stream.XMLStreamException
-
-