org.eclipse.ohf.ihe.common.ebxml._2._1.rim
Interface ExtrinsicObjectType

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

public interface ExtrinsicObjectType
extends RegistryEntryType

A representation of the model object 'Extrinsic Object Type'. ExtrinsicObject are attributes from the ExtrinsicObject interface in ebRIM. It inherits RegistryEntryAttributes

The following features are supported:

See Also:
RimPackage.getExtrinsicObjectType()

Method Summary
 java.lang.String getMimeType()
          Returns the value of the 'Mime Type' attribute.
 boolean isIsOpaque()
          Returns the value of the 'Is Opaque' attribute.
 boolean isSetIsOpaque()
          Returns whether the value of the 'Is Opaque' attribute is set.
 void setIsOpaque(boolean value)
          Sets the value of the 'Is Opaque' attribute.
 void setMimeType(java.lang.String value)
          Sets the value of the 'Mime Type' attribute.
 void unsetIsOpaque()
          Unsets the value of the 'Is Opaque' attribute.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._2._1.rim.RegistryEntryType
getExpiration, getMajorVersion, getMinorVersion, getStability, getStatus, getUserVersion, isSetMajorVersion, isSetMinorVersion, isSetStability, isSetStatus, setExpiration, setMajorVersion, setMinorVersion, setStability, setStatus, setUserVersion, unsetMajorVersion, unsetMinorVersion, unsetStability, unsetStatus
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._2._1.rim.RegistryObjectType
getAccessControlPolicy, getClassification, getDescription, getExternalIdentifier, getId, getName, getObjectType, getSlot, setAccessControlPolicy, setDescription, setId, setName, setObjectType
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isIsOpaque

boolean isIsOpaque()
Returns the value of the 'Is Opaque' attribute.

If the meaning of the 'Is Opaque' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Opaque' attribute.
See Also:
isSetIsOpaque(), unsetIsOpaque(), setIsOpaque(boolean), RimPackage.getExtrinsicObjectType_IsOpaque()

setIsOpaque

void setIsOpaque(boolean value)
Sets the value of the 'Is Opaque' attribute.

Parameters:
value - the new value of the 'Is Opaque' attribute.
See Also:
isSetIsOpaque(), unsetIsOpaque(), isIsOpaque()

unsetIsOpaque

void unsetIsOpaque()
Unsets the value of the 'Is Opaque' attribute.

See Also:
isSetIsOpaque(), isIsOpaque(), setIsOpaque(boolean)

isSetIsOpaque

boolean isSetIsOpaque()
Returns whether the value of the 'Is Opaque' attribute is set.

Returns:
whether the value of the 'Is Opaque' attribute is set.
See Also:
unsetIsOpaque(), isIsOpaque(), setIsOpaque(boolean)

getMimeType

java.lang.String getMimeType()
Returns the value of the 'Mime Type' attribute.

If the meaning of the 'Mime Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mime Type' attribute.
See Also:
setMimeType(String), RimPackage.getExtrinsicObjectType_MimeType()

setMimeType

void setMimeType(java.lang.String value)
Sets the value of the 'Mime Type' attribute.

Parameters:
value - the new value of the 'Mime Type' attribute.
See Also:
getMimeType()