| Package | Description | 
|---|---|
| buri.ddmsence.ddms | 
Contains the top-level DDMS component,  Resource, various exception classes, and other supporting classes. | 
| buri.ddmsence.ddms.resource | 
Contains the components from the "Resource" set of the DDMS specification. | 
| buri.ddmsence.ddms.summary | 
Contains the components from the "Summary" set of the DDMS specification. | 
| Modifier and Type | Method and Description | 
|---|---|
| ApproximableDate | ApproximableDate.Builder. commit() | 
| Constructor and Description | 
|---|
| Builder(ApproximableDate approximableDate)Constructor which starts from an existing component. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ApproximableDate> | Dates. getAcquiredOns()Accessor for the acquiredOn dates (0-many optional). | 
| Constructor and Description | 
|---|
| Dates(List<ApproximableDate> acquiredOns,
     String created,
     String posted,
     String validTil,
     String infoCutOff,
     String approvedOn,
     String receivedOn)Constructor for creating a component from raw data. | 
| Modifier and Type | Method and Description | 
|---|---|
| ApproximableDate | TemporalCoverage. getApproximableEnd()Accessor for the approximableStart date. | 
| ApproximableDate | TemporalCoverage. getApproximableStart()Accessor for the approximableStart date. | 
| Constructor and Description | 
|---|
| TemporalCoverage(String timePeriodName,
                ApproximableDate approximableStart,
                ApproximableDate approximableEnd,
                SecurityAttributes securityAttributes)Constructor for creating a component from raw data, using two approximable dates. | 
| TemporalCoverage(String timePeriodName,
                ApproximableDate approximableStart,
                String endString,
                SecurityAttributes securityAttributes)Constructor for creating a component from raw data, using an approximable start date
 and an exact end date. | 
| TemporalCoverage(String timePeriodName,
                String startString,
                ApproximableDate approximableEnd,
                SecurityAttributes securityAttributes)Constructor for creating a component from raw data, using an exact start date
 and an approximable end date. | 
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/