|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResponsiblePartySubsetType
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:
Ows11Package.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 |
---|
java.lang.String getIndividualName()
setIndividualName(String)
,
Ows11Package.getResponsiblePartySubsetType_IndividualName()
void setIndividualName(java.lang.String value)
Individual Name
' attribute.
value
- the new value of the 'Individual Name' attribute.getIndividualName()
java.lang.String getPositionName()
setPositionName(String)
,
Ows11Package.getResponsiblePartySubsetType_PositionName()
void setPositionName(java.lang.String value)
Position Name
' attribute.
value
- the new value of the 'Position Name' attribute.getPositionName()
ContactType getContactInfo()
setContactInfo(ContactType)
,
Ows11Package.getResponsiblePartySubsetType_ContactInfo()
void setContactInfo(ContactType value)
Contact Info
' containment reference.
value
- the new value of the 'Contact Info' containment reference.getContactInfo()
CodeType getRole()
setRole(CodeType)
,
Ows11Package.getResponsiblePartySubsetType_Role()
void setRole(CodeType value)
Role
' containment reference.
value
- the new value of the 'Role' containment reference.getRole()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |