Class TLcdOWSResponsibleParty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theContactInfoelement.static final TLcdDataPropertyData property that maps to theIndividualNameelement.static final TLcdDataPropertyData property that maps to theOrganisationNameelement.static final TLcdDataPropertyData property that maps to thePositionNameelement.static final TLcdDataPropertyData property that maps to theRoleelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theContactInfoelement.Returns the value of the property that maps to theIndividualNameelement.Returns the value of the property that maps to theOrganisationNameelement.Returns the value of the property that maps to thePositionNameelement.getRole()Returns the value of the property that maps to theRoleelement.voidsetContactInfo(TLcdOWSContact aValue) Sets the value of the property that maps to theContactInfoelement.voidsetIndividualName(String aValue) Sets the value of the property that maps to theIndividualNameelement.voidsetOrganisationName(String aValue) Sets the value of the property that maps to theOrganisationNameelement.voidsetPositionName(String aValue) Sets the value of the property that maps to thePositionNameelement.voidsetRole(TLcdOWSCode aValue) Sets the value of the property that maps to theRoleelement.
-
Field Details
-
INDIVIDUAL_NAME_PROPERTY
Data property that maps to theIndividualNameelement. The possible values for this property are instances ofString. -
ORGANISATION_NAME_PROPERTY
Data property that maps to theOrganisationNameelement. The possible values for this property are instances ofString. -
POSITION_NAME_PROPERTY
Data property that maps to thePositionNameelement. The possible values for this property are instances ofString. -
CONTACT_INFO_PROPERTY
Data property that maps to theContactInfoelement. The possible values for this property are instances ofTLcdOWSContact. -
ROLE_PROPERTY
Data property that maps to theRoleelement. 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 theIndividualNameelement.Name of the responsible person: surname, given name, title separated by a delimiter.
- Returns:
- the value of the
INDIVIDUAL_NAME_PROPERTYproperty.
-
setIndividualName
Sets the value of the property that maps to theIndividualNameelement.Name of the responsible person: surname, given name, title separated by a delimiter.
- Parameters:
aValue- the value to set for theINDIVIDUAL_NAME_PROPERTYproperty.
-
getOrganisationName
Returns the value of the property that maps to theOrganisationNameelement.Name of the responsible organization.
- Returns:
- the value of the
ORGANISATION_NAME_PROPERTYproperty.
-
setOrganisationName
Sets the value of the property that maps to theOrganisationNameelement.Name of the responsible organization.
- Parameters:
aValue- the value to set for theORGANISATION_NAME_PROPERTYproperty.
-
getPositionName
Returns the value of the property that maps to thePositionNameelement.Role or position of the responsible person.
- Returns:
- the value of the
POSITION_NAME_PROPERTYproperty.
-
setPositionName
Sets the value of the property that maps to thePositionNameelement.Role or position of the responsible person.
- Parameters:
aValue- the value to set for thePOSITION_NAME_PROPERTYproperty.
-
getContactInfo
Returns the value of the property that maps to theContactInfoelement.Address of the responsible party.
- Returns:
- the value of the
CONTACT_INFO_PROPERTYproperty.
-
setContactInfo
Sets the value of the property that maps to theContactInfoelement.Address of the responsible party.
- Parameters:
aValue- the value to set for theCONTACT_INFO_PROPERTYproperty.
-
getRole
Returns the value of the property that maps to theRoleelement.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_PROPERTYproperty.
-
setRole
Sets the value of the property that maps to theRoleelement.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_PROPERTYproperty.
-