org.eclipse.emf.test.models.customer
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:
CustomerPackage.getDocumentRoot()

Method Summary
 CustomersType getCustomers()
          Returns the value of the 'Customers' containment reference
 java.lang.String getID()
          Returns the value of the 'ID' attribute
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 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 setCustomers(CustomersType value)
          Sets the value of the 'Customers' containment reference
 void setID(java.lang.String value)
          Sets the value of the 'ID' 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:
CustomerPackage.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:
CustomerPackage.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:
CustomerPackage.getDocumentRoot_XSISchemaLocation()

getCustomers

CustomersType getCustomers()
Returns the value of the 'Customers' containment reference.

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

Returns:
the value of the 'Customers' containment reference.
See Also:
setCustomers(CustomersType), CustomerPackage.getDocumentRoot_Customers()

setCustomers

void setCustomers(CustomersType value)
Sets the value of the 'Customers' containment reference.

Parameters:
value - the new value of the 'Customers' containment reference.
See Also:
getCustomers()

getID

java.lang.String getID()
Returns the value of the 'ID' attribute.

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

Returns:
the value of the 'ID' attribute.
See Also:
setID(String), CustomerPackage.getDocumentRoot_ID()

setID

void setID(java.lang.String value)
Sets the value of the 'ID' attribute.

Parameters:
value - the new value of the 'ID' attribute.
See Also:
getID()

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