|
||||||||||
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:
Ows10Package.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()
If the meaning of the 'Individual Name' attribute isn't clear, there really should be more of a description here...
setIndividualName(String)
,
Ows10Package.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()
If the meaning of the 'Organisation Name' attribute isn't clear, there really should be more of a description here...
setOrganisationName(String)
,
Ows10Package.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()
If the meaning of the 'Position Name' attribute isn't clear, there really should be more of a description here...
setPositionName(String)
,
Ows10Package.getResponsiblePartyType_PositionName()
void setPositionName(java.lang.String value)
Position Name
' attribute.
value
- the new value of the 'Position Name' attribute.getPositionName()
ContactType getContactInfo()
If the meaning of the 'Contact Info' containment reference isn't clear, there really should be more of a description here...
setContactInfo(ContactType)
,
Ows10Package.getResponsiblePartyType_ContactInfo()
void setContactInfo(ContactType value)
Contact Info
' containment reference.
value
- the new value of the 'Contact Info' containment reference.getContactInfo()
CodeType getRole()
If the meaning of the 'Role' containment reference isn't clear, there really should be more of a description here...
setRole(CodeType)
,
Ows10Package.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 |