Class TLcdOWSResponsiblePartySubset
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section.
-
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 thePositionNameelement.static final TLcdDataPropertyData property that maps to theRoleelement. -
Constructor Summary
ConstructorsConstructorDescription -
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 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.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. -
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
-
TLcdOWSResponsiblePartySubset
public TLcdOWSResponsiblePartySubset() -
TLcdOWSResponsiblePartySubset
-
-
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.
-
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.
-