org.dmtf.schemas.ovf.envelope
Interface MsgType

All Superinterfaces:
EObject, Notifier

public interface MsgType
extends EObject

A representation of the model object 'Msg Type'. Type for localizable string

The following features are supported:

See Also:
EnvelopePackage.getMsgType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getMsgid()
          Returns the value of the 'Msgid' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 boolean isSetMsgid()
          Returns whether the value of the 'Msgid' attribute is set.
 void setMsgid(java.lang.String value)
          Sets the value of the 'Msgid' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 void unsetMsgid()
          Unsets the value of the 'Msgid' 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

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute. Default string value

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), EnvelopePackage.getMsgType_Value()

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

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

getMsgid

java.lang.String getMsgid()
Returns the value of the 'Msgid' attribute. The default value is "". Identifier for lookup in string resource bundle for alternate locale

Returns:
the value of the 'Msgid' attribute.
See Also:
isSetMsgid(), unsetMsgid(), setMsgid(String), EnvelopePackage.getMsgType_Msgid()

setMsgid

void setMsgid(java.lang.String value)
Sets the value of the 'Msgid' attribute.

Parameters:
value - the new value of the 'Msgid' attribute.
See Also:
isSetMsgid(), unsetMsgid(), getMsgid()

unsetMsgid

void unsetMsgid()
Unsets the value of the 'Msgid' attribute.

See Also:
isSetMsgid(), getMsgid(), setMsgid(String)

isSetMsgid

boolean isSetMsgid()
Returns whether the value of the 'Msgid' attribute is set.

Returns:
whether the value of the 'Msgid' attribute is set.
See Also:
unsetMsgid(), getMsgid(), setMsgid(String)

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
EnvelopePackage.getMsgType_AnyAttribute()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved