|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResponsiblePartyType
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:
Ows11Package.getResponsiblePartyType()
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 |
getOrganisationName()
Returns the value of the 'Organisation 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 |
setOrganisationName(java.lang.String value)
Sets the value of the ' Organisation 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.getResponsiblePartyType_IndividualName()
void setIndividualName(java.lang.String value)
Individual Name
' attribute.
value
- the new value of the 'Individual Name' attribute.getIndividualName()
java.lang.String getOrganisationName()
setOrganisationName(String)
,
Ows11Package.getResponsiblePartyType_OrganisationName()
void setOrganisationName(java.lang.String value)
Organisation Name
' attribute.
value
- the new value of the 'Organisation Name' attribute.getOrganisationName()
java.lang.String getPositionName()
setPositionName(String)
,
Ows11Package.getResponsiblePartyType_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.getResponsiblePartyType_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.getResponsiblePartyType_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 |