Method Summary |
|
public synchronized Collection | getContacts() Returns identification of, and means of communicating with,
person(s) and organization(s) with responsibility for maintaining the metadata. |
public synchronized Date | getDateOfNextUpdate() Returns the scheduled revision date for resource. |
public MaintenanceFrequency | getMaintenanceAndUpdateFrequency() Returns the frequency with which changes and additions are made to the resource
after the initial resource is completed. |
public InternationalString | getMaintenanceNote() Information regarding specific requirements for maintaining the resource. |
public synchronized Collection | getMaintenanceNotes() Returns information regarding specific requirements for maintaining the resource. |
public ScopeCode | getUpdateScope() Scope of data to which maintenance is applied. |
public ScopeDescription | getUpdateScopeDescription() Additional information about the range or extent of the resource. |
public synchronized Collection | getUpdateScopeDescriptions() Returns additional information about the range or extent of the resource. |
public synchronized Collection | getUpdateScopes() Returns the scope of data to which maintenance is applied. |
public PeriodDuration | getUserDefinedMaintenanceFrequency() Returns the maintenance period other than those defined. |
public synchronized void | setContacts(Collection newValues) Set identification of, and means of communicating with,
person(s) and organization(s) with responsibility for maintaining the metadata. |
public synchronized void | setDateOfNextUpdate(Date newValue) Set the scheduled revision date for resource. |
public synchronized void | setMaintenanceAndUpdateFrequency(MaintenanceFrequency newValue) Set the frequency with which changes and additions are made to the resource
after the initial resource is completed. |
public void | setMaintenanceNote(InternationalString newValue) Information regarding specific requirements for maintaining the resource. |
public synchronized void | setMaintenanceNotes(Collection newValues) Set information regarding specific requirements for maintaining the resource. |
public void | setUpdateScope(ScopeCode newValue) Scope of data to which maintenance is applied. |
public void | setUpdateScopeDescription(ScopeDescription newValue) Additional information about the range or extent of the resource. |
public synchronized void | setUpdateScopeDescriptions(Collection newValues) Set additional information about the range or extent of the resource. |
public synchronized void | setUpdateScopes(Collection newValues) Set the scope of data to which maintenance is applied. |
public synchronized void | setUserDefinedMaintenanceFrequency(PeriodDuration newValue) Set the maintenance period other than those defined. |