public class TelephoneImpl extends MetadataEntity implements Telephone
LOGGER
Constructor and Description |
---|
TelephoneImpl()
Constructs a default telephone.
|
TelephoneImpl(Telephone source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getFacsimiles()
Returns the telephone numbers of a facsimile machine for the responsible organization or
individual.
|
Collection<String> |
getVoices()
Returns the telephone numbers by which individuals can speak to the responsible organization
or individual.
|
void |
setFacsimiles(Collection<? extends String> newValues)
Set the telephone number of a facsimile machine for the responsible organization or
individual.
|
void |
setVoices(Collection<? extends String> newValues)
Set the telephone numbers by which individuals can speak to the responsible organization or
individual.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public TelephoneImpl()
public TelephoneImpl(Telephone source)
public Collection<String> getVoices()
public void setVoices(Collection<? extends String> newValues)
public Collection<String> getFacsimiles()
getFacsimiles
in interface Telephone
public void setFacsimiles(Collection<? extends String> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.