Package net.opengis.ows10
Interface ResponsiblePartyType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ResponsiblePartyTypeImpl
public interface ResponsiblePartyType extends EObject
A representation of the model object 'Responsible Party Type'. Identification of, and means of communication with, person responsible for the server. At least one of IndividualName, OrganisationName, or PositionName shall be included.The following features are supported:
- See Also:
Ows10Package.getResponsiblePartyType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactType
getContactInfo()
Returns the value of the 'Contact Info' containment reference.String
getIndividualName()
Returns the value of the 'Individual Name' attribute.String
getOrganisationName()
Returns the value of the 'Organisation Name' attribute.String
getPositionName()
Returns the value of the 'Position Name' attribute.CodeType
getRole()
Returns the value of the 'Role' containment reference.void
setContactInfo(ContactType value)
Sets the value of the 'Contact Info
' containment reference.void
setIndividualName(String value)
Sets the value of the 'Individual Name
' attribute.void
setOrganisationName(String value)
Sets the value of the 'Organisation Name
' attribute.void
setPositionName(String value)
Sets the value of the 'Position Name
' attribute.void
setRole(CodeType value)
Sets the value of the 'Role
' containment reference.
-
-
-
Method Detail
-
getIndividualName
String getIndividualName()
Returns the value of the 'Individual Name' attribute.If the meaning of the 'Individual Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Individual Name' attribute.
- See Also:
setIndividualName(String)
,Ows10Package.getResponsiblePartyType_IndividualName()
-
setIndividualName
void setIndividualName(String value)
Sets the value of the 'Individual Name
' attribute.- Parameters:
value
- the new value of the 'Individual Name' attribute.- See Also:
getIndividualName()
-
getOrganisationName
String getOrganisationName()
Returns the value of the 'Organisation Name' attribute.If the meaning of the 'Organisation Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Organisation Name' attribute.
- See Also:
setOrganisationName(String)
,Ows10Package.getResponsiblePartyType_OrganisationName()
-
setOrganisationName
void setOrganisationName(String value)
Sets the value of the 'Organisation Name
' attribute.- Parameters:
value
- the new value of the 'Organisation Name' attribute.- See Also:
getOrganisationName()
-
getPositionName
String getPositionName()
Returns the value of the 'Position Name' attribute.If the meaning of the 'Position Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Position Name' attribute.
- See Also:
setPositionName(String)
,Ows10Package.getResponsiblePartyType_PositionName()
-
setPositionName
void setPositionName(String value)
Sets the value of the 'Position Name
' attribute.- Parameters:
value
- the new value of the 'Position Name' attribute.- See Also:
getPositionName()
-
getContactInfo
ContactType getContactInfo()
Returns the value of the 'Contact Info' containment reference.If the meaning of the 'Contact Info' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Contact Info' containment reference.
- See Also:
setContactInfo(ContactType)
,Ows10Package.getResponsiblePartyType_ContactInfo()
-
setContactInfo
void setContactInfo(ContactType value)
Sets the value of the 'Contact Info
' containment reference.- Parameters:
value
- the new value of the 'Contact Info' containment reference.- See Also:
getContactInfo()
-
getRole
CodeType getRole()
Returns the value of the 'Role' containment reference.If the meaning of the 'Role' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Role' containment reference.
- See Also:
setRole(CodeType)
,Ows10Package.getResponsiblePartyType_Role()
-
-