|
|||||||||||
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.citation.TelephoneImpl
Telephone numbers for contacting the responsible individual or organization.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
TelephoneImpl()
Constructs a default telephone. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares this telephone with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
java.lang.String |
getFacsimile()
Returns the telephone number of a facsimile machine for the responsible organization or individual. |
java.lang.String |
getVoice()
Returns the telephone number by which individuals can speak to the responsible organization or individual. |
int |
hashCode()
Returns a hash code value for this telephone. |
void |
setFacsimile(java.lang.String newValue)
Set the telephone number of a facsimile machine for the responsible organization or individual. |
void |
setVoice(java.lang.String newValue)
Set the telephone number by which individuals can speak to the responsible organization or individual. |
java.lang.String |
toString()
Returns a string representation of this telephone. |
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 TelephoneImpl()
Method Detail |
public java.lang.String getVoice()
getVoice
in interface org.opengis.metadata.citation.Telephone
public void setVoice(java.lang.String newValue)
public java.lang.String getFacsimile()
getFacsimile
in interface org.opengis.metadata.citation.Telephone
public void setFacsimile(java.lang.String 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 |