|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CI_Telephone", specification=ISO_19115) public interface Telephone
Telephone numbers for contacting the responsible individual or organization.
Method Summary | |
---|---|
String |
getFacsimile()
Deprecated. Replaced by getFacsimiles() . |
Collection<String> |
getFacsimiles()
Telephone numbers of a facsimile machine for the responsible organization or individual. |
String |
getVoice()
Deprecated. Replaced by getVoices() . |
Collection<String> |
getVoices()
Telephone numbers by which individuals can speak to the responsible organization or individual. |
Method Detail |
---|
@UML(identifier="voice", obligation=OPTIONAL, specification=ISO_19115) String getVoice()
getVoices()
.
@UML(identifier="voice", obligation=OPTIONAL, specification=ISO_19115) Collection<String> getVoices()
@UML(identifier="facsimile", obligation=OPTIONAL, specification=ISO_19115) String getFacsimile()
getFacsimiles()
.
@UML(identifier="facsimile", obligation=OPTIONAL, specification=ISO_19115) Collection<String> getFacsimiles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |