|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CI_Contact", specification=ISO_19115) public interface Contact
Information required to enable contact with the responsible person and/or organization.
Method Summary | |
---|---|
Address |
getAddress()
Physical and email address at which the organization or individual may be contacted. |
InternationalString |
getContactInstructions()
Supplemental instructions on how or when to contact the individual or organization. |
InternationalString |
getHoursOfService()
Time period (including time zone) when individuals can contact the organization or individual. |
OnLineResource |
getOnLineResource()
On-line information that can be used to contact the individual or organization. |
Telephone |
getPhone()
Telephone numbers at which the organization or individual may be contacted. |
Method Detail |
---|
@UML(identifier="phone", obligation=OPTIONAL, specification=ISO_19115) Telephone getPhone()
null
if none.
@UML(identifier="address", obligation=OPTIONAL, specification=ISO_19115) Address getAddress()
null
if none.
@UML(identifier="onLineResource", obligation=OPTIONAL, specification=ISO_19115) OnLineResource getOnLineResource()
null
if none.
@UML(identifier="hoursOfService", obligation=OPTIONAL, specification=ISO_19115) InternationalString getHoursOfService()
null
if unspecified.
@UML(identifier="contactInstructions", obligation=OPTIONAL, specification=ISO_19115) InternationalString getContactInstructions()
null
if none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |