Class TLcdOWSContact
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
For OWS use in the service metadata document, the optional hoursOfService and contactInstructions elements were retained, as possibly being useful in the ServiceProvider section.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAddress
element.static final TLcdDataProperty
Data property that maps to theContactInstructions
element.static final TLcdDataProperty
Data property that maps to theHoursOfService
element.static final TLcdDataProperty
Data property that maps to theOnlineResource
element.static final TLcdDataProperty
Data property that maps to thePhone
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAddress
element.Returns the value of the property that maps to theContactInstructions
element.Returns the value of the property that maps to theHoursOfService
element.Returns the value of the property that maps to theOnlineResource
element.getPhone()
Returns the value of the property that maps to thePhone
element.void
setAddress
(TLcdOWSAddress aValue) Sets the value of the property that maps to theAddress
element.void
setContactInstructions
(String aValue) Sets the value of the property that maps to theContactInstructions
element.void
setHoursOfService
(String aValue) Sets the value of the property that maps to theHoursOfService
element.void
Sets the value of the property that maps to theOnlineResource
element.void
setPhone
(TLcdOWSTelephone aValue) Sets the value of the property that maps to thePhone
element.
-
Field Details
-
PHONE_PROPERTY
Data property that maps to thePhone
element. The possible values for this property are instances ofTLcdOWSTelephone
. -
ADDRESS_PROPERTY
Data property that maps to theAddress
element. The possible values for this property are instances ofTLcdOWSAddress
. -
ONLINE_RESOURCE_PROPERTY
Data property that maps to theOnlineResource
element. The possible values for this property are instances ofTLcdOWSOnlineResource
. -
HOURS_OF_SERVICE_PROPERTY
Data property that maps to theHoursOfService
element. The possible values for this property are instances ofString
. -
CONTACT_INSTRUCTIONS_PROPERTY
Data property that maps to theContactInstructions
element. The possible values for this property are instances ofString
.
-
-
Constructor Details
-
TLcdOWSContact
public TLcdOWSContact() -
TLcdOWSContact
-
-
Method Details
-
getPhone
Returns the value of the property that maps to thePhone
element.Telephone numbers at which the organization or individual may be contacted.
- Returns:
- the value of the
PHONE_PROPERTY
property.
-
setPhone
Sets the value of the property that maps to thePhone
element.Telephone numbers at which the organization or individual may be contacted.
- Parameters:
aValue
- the value to set for thePHONE_PROPERTY
property.
-
getAddress
Returns the value of the property that maps to theAddress
element.Physical and email address at which the organization or individual may be contacted.
- Returns:
- the value of the
ADDRESS_PROPERTY
property.
-
setAddress
Sets the value of the property that maps to theAddress
element.Physical and email address at which the organization or individual may be contacted.
- Parameters:
aValue
- the value to set for theADDRESS_PROPERTY
property.
-
getOnlineResource
Returns the value of the property that maps to theOnlineResource
element.On-line information that can be used to contact the individual or organization. OWS specifics: The xlink:href attribute in the xlink:simpleAttrs attribute group shall be used to reference this resource. Whenever practical, the xlink:href attribute with type anyURI should be a URL from which more contact information can be electronically retrieved. The xlink:title attribute with type "string" can be used to name this set of information. The other attributes in the xlink:simpleAttrs attribute group should not be used.
- Returns:
- the value of the
ONLINE_RESOURCE_PROPERTY
property.
-
setOnlineResource
Sets the value of the property that maps to theOnlineResource
element.On-line information that can be used to contact the individual or organization. OWS specifics: The xlink:href attribute in the xlink:simpleAttrs attribute group shall be used to reference this resource. Whenever practical, the xlink:href attribute with type anyURI should be a URL from which more contact information can be electronically retrieved. The xlink:title attribute with type "string" can be used to name this set of information. The other attributes in the xlink:simpleAttrs attribute group should not be used.
- Parameters:
aValue
- the value to set for theONLINE_RESOURCE_PROPERTY
property.
-
getHoursOfService
Returns the value of the property that maps to theHoursOfService
element.Time period (including time zone) when individuals can contact the organization or individual.
- Returns:
- the value of the
HOURS_OF_SERVICE_PROPERTY
property.
-
setHoursOfService
Sets the value of the property that maps to theHoursOfService
element.Time period (including time zone) when individuals can contact the organization or individual.
- Parameters:
aValue
- the value to set for theHOURS_OF_SERVICE_PROPERTY
property.
-
getContactInstructions
Returns the value of the property that maps to theContactInstructions
element.Supplemental instructions on how or when to contact the individual or organization.
- Returns:
- the value of the
CONTACT_INSTRUCTIONS_PROPERTY
property.
-
setContactInstructions
Sets the value of the property that maps to theContactInstructions
element.Supplemental instructions on how or when to contact the individual or organization.
- Parameters:
aValue
- the value to set for theCONTACT_INSTRUCTIONS_PROPERTY
property.
-