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, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic TelephoneImpl()
public TelephoneImpl(Telephone source)
public Collection<String> getVoices()
public void setVoices(Collection<? extends String> newValues)
public Collection<String> getFacsimiles()
getFacsimiles in interface Telephonepublic void setFacsimiles(Collection<? extends String> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.