org.dmtf.schemas.wscim.cim.common
Interface DocumentRoot

All Superinterfaces:
EObject, Notifier

public interface DocumentRoot
extends EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
CommonPackage.getDocumentRoot()

Method Summary
 java.lang.Object getDefaultValue()
          Returns the value of the 'Default Value' attribute.
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 java.lang.String getVersion()
          Returns the value of the 'Version' 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.
 boolean isKey()
          Returns the value of the 'Key' attribute.
 boolean isQualifier()
          Returns the value of the 'Qualifier' attribute.
 boolean isSetKey()
          Returns whether the value of the 'Key' attribute is set.
 boolean isSetQualifier()
          Returns whether the value of the 'Qualifier' attribute is set.
 void setDefaultValue(java.lang.Object value)
          Sets the value of the 'Default Value' attribute.
 void setKey(boolean value)
          Sets the value of the 'Key' attribute.
 void setQualifier(boolean value)
          Sets the value of the 'Qualifier' attribute.
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute.
 void unsetKey()
          Unsets the value of the 'Key' attribute.
 void unsetQualifier()
          Unsets the value of the 'Qualifier' attribute.
 
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

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:
CommonPackage.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:
CommonPackage.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:
CommonPackage.getDocumentRoot_XSISchemaLocation()

getDefaultValue

java.lang.Object getDefaultValue()
Returns the value of the 'Default Value' attribute.

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

Returns:
the value of the 'Default Value' attribute.
See Also:
setDefaultValue(Object), CommonPackage.getDocumentRoot_DefaultValue()

setDefaultValue

void setDefaultValue(java.lang.Object value)
Sets the value of the 'Default Value' attribute.

Parameters:
value - the new value of the 'Default Value' attribute.
See Also:
getDefaultValue()

isKey

boolean isKey()
Returns the value of the 'Key' attribute.

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

Returns:
the value of the 'Key' attribute.
See Also:
isSetKey(), unsetKey(), setKey(boolean), CommonPackage.getDocumentRoot_Key()

setKey

void setKey(boolean value)
Sets the value of the 'Key' attribute.

Parameters:
value - the new value of the 'Key' attribute.
See Also:
isSetKey(), unsetKey(), isKey()

unsetKey

void unsetKey()
Unsets the value of the 'Key' attribute.

See Also:
isSetKey(), isKey(), setKey(boolean)

isSetKey

boolean isSetKey()
Returns whether the value of the 'Key' attribute is set.

Returns:
whether the value of the 'Key' attribute is set.
See Also:
unsetKey(), isKey(), setKey(boolean)

isQualifier

boolean isQualifier()
Returns the value of the 'Qualifier' attribute.

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

Returns:
the value of the 'Qualifier' attribute.
See Also:
isSetQualifier(), unsetQualifier(), setQualifier(boolean), CommonPackage.getDocumentRoot_Qualifier()

setQualifier

void setQualifier(boolean value)
Sets the value of the 'Qualifier' attribute.

Parameters:
value - the new value of the 'Qualifier' attribute.
See Also:
isSetQualifier(), unsetQualifier(), isQualifier()

unsetQualifier

void unsetQualifier()
Unsets the value of the 'Qualifier' attribute.

See Also:
isSetQualifier(), isQualifier(), setQualifier(boolean)

isSetQualifier

boolean isSetQualifier()
Returns whether the value of the 'Qualifier' attribute is set.

Returns:
whether the value of the 'Qualifier' attribute is set.
See Also:
unsetQualifier(), isQualifier(), setQualifier(boolean)

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), CommonPackage.getDocumentRoot_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved