C# Class DataDictionary.Generated.Message

Inheritance: XmlBBase
ファイルを表示 Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
Message ( ) : System
NotifyControllers ( Lock aLock ) : void
allMsgVariables ( ) : ArrayList

Part of the list interface for MsgVariables

appendMsgVariables ( Lock aLock, MsgVariable el ) : void
appendMsgVariables ( MsgVariable el ) : void

Part of the list interface for MsgVariables

appendMsgVariables ( System coll ) : void

Part of the list interface for MsgVariables

appendMsgVariables ( System coll, Lock aLock ) : void
copyTo ( Message other ) : void
countMsgVariables ( ) : int

Part of the list interface for MsgVariables

deleteMsgVariables ( int idx ) : void

Part of the list interface for MsgVariables This deletion function removes an element from the collection in MsgVariables

deleteMsgVariables ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getBl ( ) : string
getDescription ( ) : string
getMedia ( ) : acceptor.Message_media
getMedia_AsString ( ) : string
getMsgVariables ( int idx ) : MsgVariable

Part of the list interface for MsgVariables This function returns an element from the collection in MsgVariables based on an index.

indexOfMsgVariables ( IXmlBBase el ) : int

Part of the list interface for MsgVariables This function returns the index of an element in the collection.

insertMsgVariables ( int idx, MsgVariable el ) : void

Part of the list interface for MsgVariables This insertion function inserts a new element in the collection in MsgVariables

insertMsgVariables ( int idx, MsgVariable el, Lock aLock ) : void
parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
parseBody ( XmlBooster.XmlBContext ctxt ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
removeMsgVariables ( IXmlBBase obj ) : void

Part of the list interface for MsgVariables This deletion function removes an element from the collection in MsgVariables If the object given in parameter is not found in the the collection, this function does nothing.

removeMsgVariables ( IXmlBBase obj, Lock aLock ) : void
setAllMsgVariables ( Lock aLock, System coll ) : void
setAllMsgVariables ( System coll ) : void

Part of the list interface for MsgVariables

setBl ( string v ) : void
setDescription ( string v ) : void
setMedia ( acceptor v ) : void
setMedia_AsString ( string v ) : bool
subElements ( ArrayList l ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParseBody ( TextWriter pw ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.

Private Methods

Method Description
getMsgVariables ( ) : ArrayList

Part of the list interface for MsgVariables

Method Details

Message() public method

public Message ( ) : System
return System

NotifyControllers() public method

public NotifyControllers ( Lock aLock ) : void
aLock Lock
return void

allMsgVariables() public method

Part of the list interface for MsgVariables
public allMsgVariables ( ) : ArrayList
return System.Collections.ArrayList

appendMsgVariables() public method

public appendMsgVariables ( Lock aLock, MsgVariable el ) : void
aLock Lock
el MsgVariable
return void

appendMsgVariables() public method

Part of the list interface for MsgVariables
public appendMsgVariables ( MsgVariable el ) : void
el MsgVariable a MsgVariable to add to the collection in /// MsgVariables
return void

appendMsgVariables() public method

Part of the list interface for MsgVariables
public appendMsgVariables ( System coll ) : void
coll System a collection ofMsgVariables to add to the collection in /// MsgVariables
return void

appendMsgVariables() public method

public appendMsgVariables ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

copyTo() public method

public copyTo ( Message other ) : void
other Message
return void

countMsgVariables() public method

Part of the list interface for MsgVariables
public countMsgVariables ( ) : int
return int

deleteMsgVariables() public method

Part of the list interface for MsgVariables This deletion function removes an element from the collection in MsgVariables
public deleteMsgVariables ( int idx ) : void
idx int the index of the element to remove
return void

deleteMsgVariables() public method

public deleteMsgVariables ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
return void

find() public method

public find ( Object search ) : bool
search Object
return bool

getBl() public method

public getBl ( ) : string
return string

getDescription() public method

public getDescription ( ) : string
return string

getMedia() public method

public getMedia ( ) : acceptor.Message_media
return acceptor.Message_media

getMedia_AsString() public method

public getMedia_AsString ( ) : string
return string

getMsgVariables() public method

Part of the list interface for MsgVariables This function returns an element from the collection in MsgVariables based on an index.
public getMsgVariables ( int idx ) : MsgVariable
idx int the index of the element to extract
return MsgVariable

indexOfMsgVariables() public method

Part of the list interface for MsgVariables This function returns the index of an element in the collection.
public indexOfMsgVariables ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

insertMsgVariables() public method

Part of the list interface for MsgVariables This insertion function inserts a new element in the collection in MsgVariables
public insertMsgVariables ( int idx, MsgVariable el ) : void
idx int the index where the insertion must take place
el MsgVariable the element to insert
return void

insertMsgVariables() public method

public insertMsgVariables ( int idx, MsgVariable el, Lock aLock ) : void
idx int
el MsgVariable
aLock Lock
return void

parse() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void
ctxt XmlBooster.XmlBContext
endingTag string
return void

parseBody() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parseBody ( XmlBooster.XmlBContext ctxt ) : void
ctxt XmlBooster.XmlBContext
return void

removeMsgVariables() public method

Part of the list interface for MsgVariables This deletion function removes an element from the collection in MsgVariables If the object given in parameter is not found in the the collection, this function does nothing.
public removeMsgVariables ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
return void

removeMsgVariables() public method

public removeMsgVariables ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

setAllMsgVariables() public method

public setAllMsgVariables ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllMsgVariables() public method

Part of the list interface for MsgVariables
public setAllMsgVariables ( System coll ) : void
coll System a collection of elements which replaces /// MsgVariables's current content.
return void

setBl() public method

public setBl ( string v ) : void
v string
return void

setDescription() public method

public setDescription ( string v ) : void
v string
return void

setMedia() public method

public setMedia ( acceptor v ) : void
v acceptor
return void

setMedia_AsString() public method

public setMedia_AsString ( string v ) : bool
v string
return bool

subElements() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public subElements ( ArrayList l ) : void
l System.Collections.ArrayList
return void

unParse() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void
pw System.IO.TextWriter
typeId bool
headingTag string
endingTag string
return void

unParseBody() public method

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParseBody ( TextWriter pw ) : void
pw System.IO.TextWriter
return void