Looks for the EventSubscription with the given name in this Servicemodule.
Returns found EventSusbscription or null if none found
Parameters: pEventSubscriptionName - Looks for the EventSubscription with the given name in this Servicemodule. Returns found EventSusbscription or null if none found
Looks for the Message with the given name in this Servicemodule. Returns
found Message or null if none found
Parameters: pMessageName - Looks for the Message with the given name in this Servicemodule. Returns found Message or null if none found
Looks for the Service with the given name in this Servicemodule. Returns
found Service or null if none found
Parameters: pServiceName - Looks for the Service with the given name in this Servicemodule. Returns found Service or null if none found
Looks for the Structure with the given name in this Servicemodule. Returns
found Structure or null if none found
Parameters: pStructureName - Looks for the Structure with the given name in this Servicemodule. Returns found Structure or null if none found
Returns list of DataTypes, Structures and Messages used in the Servicemodule.
This includes owned and referenced elements.
Returns list of DataTypes, Structures and Messages used in the Servicemodule. This includes owned and referenced elements.
Looks for the EventSubscription with the given name in this Servicemodule.
Returns the EventSubscription or throws exception if none found.
Parameters: pEventSubscriptionName - Looks for the EventSubscription with the given name in this Servicemodule. Returns the EventSubscription or throws exception if none found.
Looks for the Message with the given name in this Servicemodule. Returns
the Message or throws exception if none found.
Parameters: pMessageName - Looks for the Message with the given name in this Servicemodule. Returns the Message or throws exception if none found.
Returns read-only collection of referenced datadictionaries. The referenced
datadictionaries are all owner datadictionaries of the DataTypes and Structurers
used in this Servicemodule.
Returns read-only collection of referenced datadictionaries. The referenced datadictionaries are all owner datadictionaries of the DataTypes and Structurers used in this Servicemodule.
Returns read only collection of Servicemodules referenced from this one.
The reference occurs when structure has a field which is a structure from
some other servicemodule. It can also occur when operation uses mesages
from some other servicemodule.
Returns read only collection of Servicemodules referenced from this one. The reference occurs when structure has a field which is a structure from some other servicemodule. It can also occur when operation uses mesages from some other servicemodule.
Looks for the Service with the given name in this Servicemodule. Returns
the Service or throws exception if none found.
Parameters: pServiceName - Looks for the Service with the given name in this Servicemodule. Returns the Service or throws exception if none found.
Looks for the Structure with the given name in this Servicemodule. Returns
the Structure or throws exception if none found.
Parameters: pStructureName - Looks for the Structure with the given name in this Servicemodule. Returns the Structure or throws exception if none found.
Returns ordered collection of of Structures owned by this Servicemodule
in the dependency order. Dependency order means that a Structure does not
depend on any Structures located further down the list from where it is
located.
Returns ordered collection of of Structures owned by this Servicemodule in the dependency order. Dependency order means that a Structure does not depend on any Structures located further down the list from where it is located.