|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContactType
A representation of the model object 'Contact Type'. Information required to enable contact with the responsible person and/or organization. For OWS use in the service metadata document, the optional hoursOfService and contactInstructions elements were retained, as possibly being useful in the ServiceProvider section.
The following features are supported:
Ows11Package.getContactType()
Method Summary | |
---|---|
AddressType |
getAddress()
Returns the value of the 'Address' containment reference. |
java.lang.String |
getContactInstructions()
Returns the value of the 'Contact Instructions' attribute. |
java.lang.String |
getHoursOfService()
Returns the value of the 'Hours Of Service' attribute. |
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 |
setContactInstructions(java.lang.String value)
Sets the value of the ' Contact Instructions ' attribute. |
void |
setHoursOfService(java.lang.String value)
Sets the value of the ' Hours Of Service ' attribute. |
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. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
TelephoneType getPhone()
setPhone(TelephoneType)
,
Ows11Package.getContactType_Phone()
void setPhone(TelephoneType value)
Phone
' containment reference.
value
- the new value of the 'Phone' containment reference.getPhone()
AddressType getAddress()
setAddress(AddressType)
,
Ows11Package.getContactType_Address()
void setAddress(AddressType value)
Address
' containment reference.
value
- the new value of the 'Address' containment reference.getAddress()
OnlineResourceType getOnlineResource()
setOnlineResource(OnlineResourceType)
,
Ows11Package.getContactType_OnlineResource()
void setOnlineResource(OnlineResourceType value)
Online Resource
' containment reference.
value
- the new value of the 'Online Resource' containment reference.getOnlineResource()
java.lang.String getHoursOfService()
setHoursOfService(String)
,
Ows11Package.getContactType_HoursOfService()
void setHoursOfService(java.lang.String value)
Hours Of Service
' attribute.
value
- the new value of the 'Hours Of Service' attribute.getHoursOfService()
java.lang.String getContactInstructions()
setContactInstructions(String)
,
Ows11Package.getContactType_ContactInstructions()
void setContactInstructions(java.lang.String value)
Contact Instructions
' attribute.
value
- the new value of the 'Contact Instructions' attribute.getContactInstructions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |