net.opengis.ows10
Interface ResponsiblePartySubsetType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ResponsiblePartySubsetTypeImpl

public interface ResponsiblePartySubsetType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Responsible Party Subset Type'. Identification of, and means of communication with, person responsible for the server. 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.

The following features are supported:

See Also:
Ows10Package.getResponsiblePartySubsetType()

Method Summary
 ContactType getContactInfo()
          Returns the value of the 'Contact Info' containment reference.
 java.lang.String getIndividualName()
          Returns the value of the 'Individual Name' attribute.
 java.lang.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(java.lang.String value)
          Sets the value of the 'Individual Name' attribute.
 void setPositionName(java.lang.String value)
          Sets the value of the 'Position Name' attribute.
 void setRole(CodeType value)
          Sets the value of the 'Role' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getIndividualName

java.lang.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.getResponsiblePartySubsetType_IndividualName()

setIndividualName

void setIndividualName(java.lang.String value)
Sets the value of the 'Individual Name' attribute.

Parameters:
value - the new value of the 'Individual Name' attribute.
See Also:
getIndividualName()

getPositionName

java.lang.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.getResponsiblePartySubsetType_PositionName()

setPositionName

void setPositionName(java.lang.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.getResponsiblePartySubsetType_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.getResponsiblePartySubsetType_Role()

setRole

void setRole(CodeType value)
Sets the value of the 'Role' containment reference.

Parameters:
value - the new value of the 'Role' containment reference.
See Also:
getRole()


Copyright © 1996-2010 Geotools. All Rights Reserved.