org.dmtf.schemas.ovf.envelope
Interface StringMsg

All Superinterfaces:
EObject, Notifier

public interface StringMsg
extends EObject

A representation of the model object 'String Msg'.

The following features are supported:

See Also:
EnvelopePackage.getStringMsg()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getMsgid()
          Returns the value of the 'Msgid' attribute.
 StringsType getStrings()
          Returns the value of the 'Strings' container reference.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setMsgid(java.lang.String value)
          Sets the value of the 'Msgid' attribute.
 void setStrings(StringsType value)
          Sets the value of the 'Strings' container reference.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' 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. String element value

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), EnvelopePackage.getStringMsg_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. String element identifier

Returns:
the value of the 'Msgid' attribute.
See Also:
setMsgid(String), EnvelopePackage.getStringMsg_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:
getMsgid()

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.getStringMsg_AnyAttribute()

getStrings

StringsType getStrings()
Returns the value of the 'Strings' container reference. It is bidirectional and its opposite is 'Msg'.

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

Returns:
the value of the 'Strings' container reference.
See Also:
setStrings(StringsType), EnvelopePackage.getStringMsg_Strings(), StringsType.getMsg()

setStrings

void setStrings(StringsType value)
Sets the value of the 'Strings' container reference.

Parameters:
value - the new value of the 'Strings' container reference.
See Also:
getStrings()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved