Package net.opengis.wcs10
Interface ContactType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ContactTypeImpl
public interface ContactType
extends EObject
A representation of the model object 'Contact Type'.
Information required to enable contact with the responsible person and/or organization.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Address' containment reference.Returns the value of the 'Online Resource' containment reference.getPhone()
Returns the value of the 'Phone' containment reference.void
setAddress
(AddressType value) Sets the value of the 'Address
' containment reference.void
Sets the value of the 'Online Resource
' containment reference.void
setPhone
(TelephoneType value) Sets the value of the 'Phone
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPhone
TelephoneType getPhone()Returns the value of the 'Phone' containment reference. Telephone numbers at which the organization or individual may becontacted.- Returns:
- the value of the 'Phone' containment reference.
- See Also:
-
setPhone
Sets the value of the 'Phone
' containment reference.- Parameters:
value
- the new value of the 'Phone' containment reference.- See Also:
-
getAddress
AddressType getAddress()Returns the value of the 'Address' containment reference. Physical and email address at which the organization or individualmay be contacted.- Returns:
- the value of the 'Address' containment reference.
- See Also:
-
setAddress
Sets the value of the 'Address
' containment reference.- Parameters:
value
- the new value of the 'Address' containment reference.- See Also:
-
getOnlineResource
OnlineResourceType getOnlineResource()Returns the value of the 'Online Resource' containment reference. On-line information that can be used to contact the individual ororganization.- Returns:
- the value of the 'Online Resource' containment reference.
- See Also:
-
setOnlineResource
Sets the value of the 'Online Resource
' containment reference.- Parameters:
value
- the new value of the 'Online Resource' containment reference.- See Also:
-