org.eclipse.emf.test.models.movie.db
Interface DocumentRoot

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
DocumentRootImpl

public interface DocumentRoot
extends EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
DBPackage.getDocumentRoot()

Method Summary
 CustomerType getCheckedOutBy()
          Returns the value of the 'Checked Out By' reference
 CriticsReviewType getCriticsReview()
          Returns the value of the 'Critics Review' containment reference
 CustomerReviewType getCustomerReview()
          Returns the value of the 'Customer Review' containment reference
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 MovieDBType getMovieDB()
          Returns the value of the 'Movie DB' containment reference
 java.lang.String getSpecialFeatures()
          Returns the value of the 'Special Features' attribute
 EMap<java.lang.String,java.lang.String> getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 EMap<java.lang.String,java.lang.String> getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 void setCheckedOutBy(CustomerType value)
          Sets the value of the 'Checked Out By' reference
 void setCriticsReview(CriticsReviewType value)
          Sets the value of the 'Critics Review' containment reference
 void setCustomerReview(CustomerReviewType value)
          Sets the value of the 'Customer Review' containment reference
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute
 void setMovieDB(MovieDBType value)
          Sets the value of the 'Movie DB' containment reference
 void setSpecialFeatures(java.lang.String value)
          Sets the value of the 'Special Features' attribute
 
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

getMixed

FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Mixed' attribute list.
See Also:
DBPackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

EMap<java.lang.String,java.lang.String> getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
DBPackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

EMap<java.lang.String,java.lang.String> getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XSI Schema Location' map.
See Also:
DBPackage.getDocumentRoot_XSISchemaLocation()

getCheckedOutBy

CustomerType getCheckedOutBy()
Returns the value of the 'Checked Out By' reference.

If the meaning of the 'Checked Out By' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Checked Out By' reference.
See Also:
setCheckedOutBy(CustomerType), DBPackage.getDocumentRoot_CheckedOutBy()

setCheckedOutBy

void setCheckedOutBy(CustomerType value)
Sets the value of the 'Checked Out By' reference.

Parameters:
value - the new value of the 'Checked Out By' reference.
See Also:
getCheckedOutBy()

getCriticsReview

CriticsReviewType getCriticsReview()
Returns the value of the 'Critics Review' containment reference.

If the meaning of the 'Critics Review' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Critics Review' containment reference.
See Also:
setCriticsReview(CriticsReviewType), DBPackage.getDocumentRoot_CriticsReview()

setCriticsReview

void setCriticsReview(CriticsReviewType value)
Sets the value of the 'Critics Review' containment reference.

Parameters:
value - the new value of the 'Critics Review' containment reference.
See Also:
getCriticsReview()

getCustomerReview

CustomerReviewType getCustomerReview()
Returns the value of the 'Customer Review' containment reference.

If the meaning of the 'Customer Review' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Customer Review' containment reference.
See Also:
setCustomerReview(CustomerReviewType), DBPackage.getDocumentRoot_CustomerReview()

setCustomerReview

void setCustomerReview(CustomerReviewType value)
Sets the value of the 'Customer Review' containment reference.

Parameters:
value - the new value of the 'Customer Review' containment reference.
See Also:
getCustomerReview()

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute.

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

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), DBPackage.getDocumentRoot_Language()

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()

getMovieDB

MovieDBType getMovieDB()
Returns the value of the 'Movie DB' containment reference.

If the meaning of the 'Movie DB' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Movie DB' containment reference.
See Also:
setMovieDB(MovieDBType), DBPackage.getDocumentRoot_MovieDB()

setMovieDB

void setMovieDB(MovieDBType value)
Sets the value of the 'Movie DB' containment reference.

Parameters:
value - the new value of the 'Movie DB' containment reference.
See Also:
getMovieDB()

getSpecialFeatures

java.lang.String getSpecialFeatures()
Returns the value of the 'Special Features' attribute.

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

Returns:
the value of the 'Special Features' attribute.
See Also:
setSpecialFeatures(String), DBPackage.getDocumentRoot_SpecialFeatures()

setSpecialFeatures

void setSpecialFeatures(java.lang.String value)
Sets the value of the 'Special Features' attribute.

Parameters:
value - the new value of the 'Special Features' attribute.
See Also:
getSpecialFeatures()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.