Class BaseNodeType
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseNodeType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addComment
(Comment comment) void
addIdentifier
(Identifier ident) getCode()
int
getDbid()
void
setAlternateCode
(String alternateCode) void
void
setCommentList
(List<Comment> commentList) void
setDataAvailability
(DataAvailability dataAvailability) void
setDescription
(String description) void
setEndDate
(String endDate) void
setEndDateTime
(Instant endDateTime) void
setHistoricalCode
(String historicalCode) void
setRestrictedStatus
(String restrictedStatus) void
setSourceId
(String sourceId) void
setStartDate
(String startDate) void
setStartDateTime
(Instant startDateTime)
-
Constructor Details
-
BaseNodeType
public BaseNodeType()
-
-
Method Details
-
getCode
-
getStartDate
-
getEndDate
-
getHistoricalCode
-
getAlternateCode
-
getRestrictedStatus
-
getDescription
-
getCommentList
-
getIdentifierList
-
getDataAvailability
-
setCode
-
setStartDate
-
setEndDate
-
setHistoricalCode
-
setAlternateCode
-
setRestrictedStatus
-
setDescription
-
setCommentList
-
addComment
-
addIdentifier
-
setDataAvailability
-
getStartDateTime
-
setStartDateTime
-
getEndDateTime
-
setEndDateTime
-
getSourceId
-
setSourceId
-
getDbid
public int getDbid()
-