Class 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.String getType()  
      java.lang.String getValue()  
      void setType​(java.lang.String type)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        StationXMLException
        javax.xml.stream.XMLStreamException
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)