|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.citation.TelephoneImpl
public class TelephoneImpl
Telephone numbers for contacting the responsible individual or organization.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
TelephoneImpl()
Constructs a default telephone. |
|
TelephoneImpl(org.opengis.metadata.citation.Telephone source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Collection<java.lang.String> |
getFacsimiles()
Returns the telephone numbers of a facsimile machine for the responsible organization or individual. |
java.util.Collection<java.lang.String> |
getVoices()
Returns the telephone numbers by which individuals can speak to the responsible organization or individual. |
void |
setFacsimiles(java.util.Collection<? extends java.lang.String> newValues)
Set the telephone number of a facsimile machine for the responsible organization or individual. |
void |
setVoices(java.util.Collection<? extends java.lang.String> newValues)
Set the telephone numbers by which individuals can speak to the responsible organization or individual. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TelephoneImpl()
public TelephoneImpl(org.opengis.metadata.citation.Telephone source)
Method Detail |
---|
public java.util.Collection<java.lang.String> getVoices()
getVoices
in interface org.opengis.metadata.citation.Telephone
public void setVoices(java.util.Collection<? extends java.lang.String> newValues)
public java.util.Collection<java.lang.String> getFacsimiles()
getFacsimiles
in interface org.opengis.metadata.citation.Telephone
public void setFacsimiles(java.util.Collection<? extends java.lang.String> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |