|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.maintenance.MaintenanceInformationImpl
Information about the scope and frequency of updating.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
MaintenanceInformationImpl()
Creates a an initially empty maintenance information. |
|
MaintenanceInformationImpl(org.opengis.metadata.maintenance.MaintenanceFrequency maintenanceAndUpdateFrequency)
Creates a maintenance information. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this maintenance information with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Date |
getDateOfNextUpdate()
Returns the scheduled revision date for resource. |
org.opengis.metadata.maintenance.MaintenanceFrequency |
getMaintenanceAndUpdateFrequency()
Returns the frequency with which changes and additions are made to the resource after the initial resource is completed. |
org.opengis.util.InternationalString |
getMaintenanceNote()
Information regarding specific requirements for maintaining the resource. |
org.opengis.metadata.maintenance.ScopeCode |
getUpdateScope()
Scope of data to which maintenance is applied. |
org.opengis.metadata.maintenance.ScopeDescription |
getUpdateScopeDescription()
Additional information about the range or extent of the resource. |
long |
getUserDefinedMaintenanceFrequency()
Maintenance period other than those defined. |
int |
hashCode()
Returns a hash code value for this maintenance information. |
void |
setDateOfNextUpdate(java.util.Date newValue)
Set the scheduled revision date for resource. |
void |
setMaintenanceAndUpdateFrequency(org.opengis.metadata.maintenance.MaintenanceFrequency newValue)
Set the frequency with which changes and additions are made to the resource after the initial resource is completed. |
void |
setMaintenanceNote(org.opengis.util.InternationalString newValue)
Information regarding specific requirements for maintaining the resource. |
void |
setUpdateScope(org.opengis.metadata.maintenance.ScopeCode newValue)
Scope of data to which maintenance is applied. |
void |
setUpdateScopeDescription(org.opengis.metadata.maintenance.ScopeDescription newValue)
Additional information about the range or extent of the resource. |
void |
setUserDefinedMaintenanceFrequency(long newValue)
Maintenance period other than those defined. |
java.lang.String |
toString()
Returns a string representation of this maintenance information. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MaintenanceInformationImpl()
public MaintenanceInformationImpl(org.opengis.metadata.maintenance.MaintenanceFrequency maintenanceAndUpdateFrequency)
Method Detail |
public org.opengis.metadata.maintenance.MaintenanceFrequency getMaintenanceAndUpdateFrequency()
getMaintenanceAndUpdateFrequency
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setMaintenanceAndUpdateFrequency(org.opengis.metadata.maintenance.MaintenanceFrequency newValue)
public java.util.Date getDateOfNextUpdate()
getDateOfNextUpdate
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setDateOfNextUpdate(java.util.Date newValue)
public long getUserDefinedMaintenanceFrequency()
getUserDefinedMaintenanceFrequency
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setUserDefinedMaintenanceFrequency(long newValue)
public org.opengis.metadata.maintenance.ScopeCode getUpdateScope()
getUpdateScope
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setUpdateScope(org.opengis.metadata.maintenance.ScopeCode newValue)
public org.opengis.metadata.maintenance.ScopeDescription getUpdateScopeDescription()
getUpdateScopeDescription
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setUpdateScopeDescription(org.opengis.metadata.maintenance.ScopeDescription newValue)
public org.opengis.util.InternationalString getMaintenanceNote()
getMaintenanceNote
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setMaintenanceNote(org.opengis.util.InternationalString newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |