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:
Wcs10Package.getContactType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressType
getAddress()
Returns the value of the 'Address' containment reference.OnlineResourceType
getOnlineResource()
Returns the value of the 'Online Resource' containment reference.TelephoneType
getPhone()
Returns the value of the 'Phone' containment reference.void
setAddress(AddressType value)
Sets the value of the 'Address
' containment reference.void
setOnlineResource(OnlineResourceType value)
Sets the value of the 'Online Resource
' containment reference.void
setPhone(TelephoneType value)
Sets the value of the 'Phone
' containment reference.
-
-
-
Method Detail
-
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(TelephoneType)
,Wcs10Package.getContactType_Phone()
-
setPhone
void setPhone(TelephoneType value)
Sets the value of the 'Phone
' containment reference.- Parameters:
value
- the new value of the 'Phone' containment reference.- See Also:
getPhone()
-
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(AddressType)
,Wcs10Package.getContactType_Address()
-
setAddress
void setAddress(AddressType value)
Sets the value of the 'Address
' containment reference.- Parameters:
value
- the new value of the 'Address' containment reference.- See Also:
getAddress()
-
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(OnlineResourceType)
,Wcs10Package.getContactType_OnlineResource()
-
setOnlineResource
void setOnlineResource(OnlineResourceType value)
Sets the value of the 'Online Resource
' containment reference.- Parameters:
value
- the new value of the 'Online Resource' containment reference.- See Also:
getOnlineResource()
-
-