Class BaseNodeType

java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseNodeType
Direct Known Subclasses:
Channel, Network, Station

public abstract class BaseNodeType extends Object
  • Constructor Details

    • BaseNodeType

      public BaseNodeType()
  • Method Details

    • getCode

      public String getCode()
    • getStartDate

      public String getStartDate()
    • getEndDate

      public String getEndDate()
    • getHistoricalCode

      public String getHistoricalCode()
    • getAlternateCode

      public String getAlternateCode()
    • getRestrictedStatus

      public String getRestrictedStatus()
    • getDescription

      public String getDescription()
    • getCommentList

      public List<Comment> getCommentList()
    • getIdentifierList

      public List<Identifier> getIdentifierList()
    • getDataAvailability

      public DataAvailability getDataAvailability()
    • setCode

      public void setCode(String code)
    • setStartDate

      public void setStartDate(String startDate)
    • setEndDate

      public void setEndDate(String endDate)
    • setHistoricalCode

      public void setHistoricalCode(String historicalCode)
    • setAlternateCode

      public void setAlternateCode(String alternateCode)
    • setRestrictedStatus

      public void setRestrictedStatus(String restrictedStatus)
    • setDescription

      public void setDescription(String description)
    • setCommentList

      public void setCommentList(List<Comment> commentList)
    • addComment

      public void addComment(Comment comment)
    • addIdentifier

      public void addIdentifier(Identifier ident)
    • setDataAvailability

      public void setDataAvailability(DataAvailability dataAvailability)
    • getStartDateTime

      public Instant getStartDateTime()
    • setStartDateTime

      public void setStartDateTime(Instant startDateTime)
    • getEndDateTime

      public Instant getEndDateTime()
    • setEndDateTime

      public void setEndDateTime(Instant endDateTime)
    • getSourceId

      public String getSourceId()
    • setSourceId

      public void setSourceId(String sourceId)
    • getDbid

      public int getDbid()