Class TLcdOWSResponsibleParty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theContactInfo
element.static final TLcdDataProperty
Data property that maps to theIndividualName
element.static final TLcdDataProperty
Data property that maps to theOrganisationName
element.static final TLcdDataProperty
Data property that maps to thePositionName
element.static final TLcdDataProperty
Data property that maps to theRole
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theContactInfo
element.Returns the value of the property that maps to theIndividualName
element.Returns the value of the property that maps to theOrganisationName
element.Returns the value of the property that maps to thePositionName
element.getRole()
Returns the value of the property that maps to theRole
element.void
setContactInfo
(TLcdOWSContact aValue) Sets the value of the property that maps to theContactInfo
element.void
setIndividualName
(String aValue) Sets the value of the property that maps to theIndividualName
element.void
setOrganisationName
(String aValue) Sets the value of the property that maps to theOrganisationName
element.void
setPositionName
(String aValue) Sets the value of the property that maps to thePositionName
element.void
setRole
(TLcdOWSCode aValue) Sets the value of the property that maps to theRole
element.
-
Field Details
-
INDIVIDUAL_NAME_PROPERTY
Data property that maps to theIndividualName
element. The possible values for this property are instances ofString
. -
ORGANISATION_NAME_PROPERTY
Data property that maps to theOrganisationName
element. The possible values for this property are instances ofString
. -
POSITION_NAME_PROPERTY
Data property that maps to thePositionName
element. The possible values for this property are instances ofString
. -
CONTACT_INFO_PROPERTY
Data property that maps to theContactInfo
element. The possible values for this property are instances ofTLcdOWSContact
. -
ROLE_PROPERTY
Data property that maps to theRole
element. The possible values for this property are instances ofTLcdOWSCode
.
-
-
Constructor Details
-
TLcdOWSResponsibleParty
public TLcdOWSResponsibleParty() -
TLcdOWSResponsibleParty
-
-
Method Details
-
getIndividualName
Returns the value of the property that maps to theIndividualName
element.Name of the responsible person: surname, given name, title separated by a delimiter.
- Returns:
- the value of the
INDIVIDUAL_NAME_PROPERTY
property.
-
setIndividualName
Sets the value of the property that maps to theIndividualName
element.Name of the responsible person: surname, given name, title separated by a delimiter.
- Parameters:
aValue
- the value to set for theINDIVIDUAL_NAME_PROPERTY
property.
-
getOrganisationName
Returns the value of the property that maps to theOrganisationName
element.Name of the responsible organization.
- Returns:
- the value of the
ORGANISATION_NAME_PROPERTY
property.
-
setOrganisationName
Sets the value of the property that maps to theOrganisationName
element.Name of the responsible organization.
- Parameters:
aValue
- the value to set for theORGANISATION_NAME_PROPERTY
property.
-
getPositionName
Returns the value of the property that maps to thePositionName
element.Role or position of the responsible person.
- Returns:
- the value of the
POSITION_NAME_PROPERTY
property.
-
setPositionName
Sets the value of the property that maps to thePositionName
element.Role or position of the responsible person.
- Parameters:
aValue
- the value to set for thePOSITION_NAME_PROPERTY
property.
-
getContactInfo
Returns the value of the property that maps to theContactInfo
element.Address of the responsible party.
- Returns:
- the value of the
CONTACT_INFO_PROPERTY
property.
-
setContactInfo
Sets the value of the property that maps to theContactInfo
element.Address of the responsible party.
- Parameters:
aValue
- the value to set for theCONTACT_INFO_PROPERTY
property.
-
getRole
Returns the value of the property that maps to theRole
element.Function performed by the responsible party. Possible values of this Role shall include the values and the meanings listed in Subclause B.5.5 of ISO 19115:2003.
- Returns:
- the value of the
ROLE_PROPERTY
property.
-
setRole
Sets the value of the property that maps to theRole
element.Function performed by the responsible party. Possible values of this Role shall include the values and the meanings listed in Subclause B.5.5 of ISO 19115:2003.
- Parameters:
aValue
- the value to set for theROLE_PROPERTY
property.
-