getCataloguePathFromTop() Getter for the relative path from the top to the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc.
getCataloguePathToTop() Getter for the relative path to the top from the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc.
getEventPublishersGenericSimplifiedStringStructuresAdapterPackageName() Getter for the simplified strings only adapter package name.
Simplified here means that this adapter uses outer structures (with concatenated service + operation names) to manage the scope of operation input and output structures.
getEventPublishersGenericStringStructuresAdapterPackageName() Getter for the standard normalised strings only adapter package name.
Normalised here means that this adapter uses proper inner structures to manage the scope of operation input and output structures.
getNormalisedTypedName() Getter for the normalised typed name of the element.
Normalised typed name is similar to the normalised name, but it is derived
from type name and element name which guarantees that this name is unique within parent element scope.
getServicesGenericSimplifiedStringStructuresAdapterPackageName() Getter for the simplified strings only adapter package name.
Simplified here means that this adapter uses outer structures (with concatenated service + operation names) to manage the scope of operation input and output structures.
getServicesGenericStringStructuresAdapterPackageName() Getter for the standard normalised strings only adapter package name.
Normalised here means that this adapter uses proper inner structures to manage the scope of operation input and output structures.
setAdapterClassName(String pAdapterClassName) Setter for the name of the class, which is an adaptor / bridge between this servicemodule
and some other technology.
setCataloguePathFromTop(String pCataloguePathFromTop) Setter for the relative path from the top to the catalogue where information related to this object is located
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc.
public void
setCataloguePathToTop(String pCataloguePathToTop) Setter for the relative path to the top from the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc.
setEventPublishersGenericSimplifiedStringStructuresAdapterPackageName(String pEventPublishersGenericSimplifiedStringStructuresAdapterPackageName) Setter for the standard simplified strings only adapter package name.
Simplified here means that this adapter uses outer structures (with concatenated service + operation names) to manage the scope of operation input and output structures.
public void
setEventPublishersGenericStringStructuresAdapterPackageName(String pEventPublishersGenericStringStructuresAdapterPackageName) Setter for the standard normalised strings only adapter package name.
Normalised here means that this adapter uses inner structures to manage the scope of operation input and output structures.
setGeneratedProxyRootPackageDir(String pGeneratedProxyRootPackageDir) Setter for the name of the root directory under which generated service proxies are located.
public void
setGeneratedProxyRootPackageName(String pGeneratedProxyRootPackageName) Setter for the name of the root package under which generated service proxies are located.
setNormalisedTypedName(String pNormalisedTypedName) Setter for the normalised typed name of the element.
Normalised typed name is similar to the normalised name, but it is derived
from type name and element name which guarantees that this name is unique within parent element scope.
public void
setPackageDir(String pPackageDir) Setter for the name of the directory for the components of the servicemodule (i.e.
public void
setPackageName(String pPackageName) Setter for the name of the package for the components of the servicemodule (i.e.
setServicesGenericSimplifiedStringStructuresAdapterPackageName(String pServicesGenericSimplifiedStringStructuresAdapterPackageName) Setter for the standard simplified strings only adapter package name.
Simplified here means that this adapter uses outer structures (with concatenated service + operation names) to manage the scope of operation input and output structures.
public void
setServicesGenericStringStructuresAdapterPackageName(String pServicesGenericStringStructuresAdapterPackageName) Setter for the standard normalised strings only adapter package name.
Normalised here means that this adapter uses inner structures to manage the scope of operation input and output structures.
Getter for the name of the class, which is an adaptor / bridge between this servicemodule
and some other technology. Note that this class may reside in any package as chosen by generator
(in fact there will most probably be more than one implementation each in different package)
Getter for the name of the directory for the adapters of the servicemodule.
Directory is formed similar to package, but directory separators are used intead of dots
Getter for the relative path from the top to the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc.
Getter for the relative path to the top from the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc.
Getter for the simplified strings only adapter package name.
Simplified here means that this adapter uses outer structures (with concatenated service + operation names) to manage the scope of operation input and output structures.
Getter for the standard normalised strings only adapter package name.
Normalised here means that this adapter uses proper inner structures to manage the scope of operation input and output structures.
Getter for the name of the root directory under which generated services proxies are located.
If service has the one and only one possible default proxy (very unlikely !!!) - it can go in this directory itself.
All other proxies must be in the sub packages of this package.
For example if this setting equals com.metaboss.generatedproxy than the logging proxies would
be in the package com.metaboss.generatedproxy.logging
Getter for the name of the root package under which generated services proxies are located.
If service has the one and only one possible default proxy (very unlikely !!!) - it can go in this package itself.
All other proxies must be in the sub packages of this package.
For example if this setting equals com.metaboss.generatedproxy than the logging proxies would
be in the package com.metaboss.generatedproxy.logging
Getter for the normalised name of the element. Normalised name is a
"safe to use in computing" kind of name it must be a single word consisting of
the most basic set of characters (e.g. letters, numbers, underscores)
Note that this name may not be unique in the namespace of the parent element, because
sibling element of another type may have the same name. Consider using NormalisedTypedName to get more unique name
Getter for the normalised typed name of the element.
Normalised typed name is similar to the normalised name, but it is derived
from type name and element name which guarantees that this name is unique within parent element scope.
Getter for the simplified strings only adapter package name.
Simplified here means that this adapter uses outer structures (with concatenated service + operation names) to manage the scope of operation input and output structures.
Getter for the standard normalised strings only adapter package name.
Normalised here means that this adapter uses proper inner structures to manage the scope of operation input and output structures.
Getter for the name of the module where web services server for the system are located
setAdapterClassName
public void setAdapterClassName(String pAdapterClassName)(Code)
Setter for the name of the class, which is an adaptor / bridge between this servicemodule
and some other technology. Note that this class may reside in any package as chosen by generator
(in fact there will most probably be more than one implementation each in different package)
setAdapterRootPackageDir
public void setAdapterRootPackageDir(String pAdapterRootPackageDir)(Code)
Setter for the name of the directory for the adapters of the servicemodule
Directory is formed similar to package, but directory separators are used intead of dots
setAdaptersRootPackageName
public void setAdaptersRootPackageName(String pAdapterRootPackageName)(Code)
Setter for the name of the package for the adapters of the servicemodule
setBusinessServicesDistributionModuleName
public void setBusinessServicesDistributionModuleName(String pBusinessServicesDistributionModuleName)(Code)
Setter for the name of the module where business service distribution for servciemodule
setBusinessServicesImplementationModuleName
public void setBusinessServicesImplementationModuleName(String pBusinessServicesImplementationModuleName)(Code)
Setter for the name of the module where business service implementations for whole servicemodule are located
setBusinessServicesInterfaceModuleName
public void setBusinessServicesInterfaceModuleName(String pBusinessServicesInterfaceModuleName)(Code)
Setter for the name of the module where business service interfaces for the servicemodule are located
setCataloguePathFromTop
public void setCataloguePathFromTop(String pCataloguePathFromTop)(Code)
Setter for the relative path from the top to the catalogue where information related to this object is located
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc.
setCataloguePathToTop
public void setCataloguePathToTop(String pCataloguePathToTop)(Code)
Setter for the relative path to the top from the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc.
setEventPublisherNamespaceURI
public void setEventPublisherNamespaceURI(String pEventPublisherNamespaceURI)(Code)
Setter for the xml namespace URI used for evenpublishers
setEventPublisherPackageName
public void setEventPublisherPackageName(String pPublisherPackageName)(Code)
Setter for the name of the package where event pipeline interfaces realising this event subscription resides
public void setEventPublishersGenericSimplifiedStringStructuresAdapterPackageName(String pEventPublishersGenericSimplifiedStringStructuresAdapterPackageName)(Code)
Setter for the standard simplified strings only adapter package name.
Simplified here means that this adapter uses outer structures (with concatenated service + operation names) to manage the scope of operation input and output structures.
public void setEventPublishersGenericStringStructuresAdapterPackageName(String pEventPublishersGenericStringStructuresAdapterPackageName)(Code)
Setter for the standard normalised strings only adapter package name.
Normalised here means that this adapter uses inner structures to manage the scope of operation input and output structures.
public void setEventPublishersGenericXmlStringsAdapterPackageName(String pEventPublishersGenericXmlStringsAdapterPackageName)(Code)
Setter for the standard xml strings only adapter package name
setGeneratedProxyRootPackageDir
public void setGeneratedProxyRootPackageDir(String pGeneratedProxyRootPackageDir)(Code)
Setter for the name of the root directory under which generated service proxies are located.
If service has the one and only one possible default proxy (very unlikely !!!) - it can go in this package itself.
All other proxies must be in the sub packages of this package.
For example if this setting equals com.metaboss.generatedproxy than the logging proxy would
be in the package com.metaboss.generatedproxy.logging
setGeneratedProxyRootPackageName
public void setGeneratedProxyRootPackageName(String pGeneratedProxyRootPackageName)(Code)
Setter for the name of the root package under which generated service proxies are located.
If service has the one and only one possible default proxy (very unlikely !!!) - it can go in this package itself.
All other proxies must be in the sub packages of this package.
For example if this setting equals com.metaboss.generatedproxy than the logging proxy would
be in the package com.metaboss.generatedproxy.logging
setNamespaceURI
public void setNamespaceURI(String pNamespaceURI)(Code)
Setter for the generic xml name space URI
setNormalisedName
public void setNormalisedName(String pNormalisedName)(Code)
Setter for the normalised name of the element. Normalised name is a
"safe to use in computing" kind of name it must be a single word consisting of
the most basic set of characters (e.g. letters, numbers, underscores).
Note that this name may not be unique in the namespace of the parent element, because
sibling element of another type may have the same name. Consider using NormalisedTypedName to get more unique name
setNormalisedTypedName
public void setNormalisedTypedName(String pNormalisedTypedName)(Code)
Setter for the normalised typed name of the element.
Normalised typed name is similar to the normalised name, but it is derived
from type name and element name which guarantees that this name is unique within parent element scope.
setPackageDir
public void setPackageDir(String pPackageDir)(Code)
Setter for the name of the directory for the components of the servicemodule (i.e. structures and services)
setPackageName
public void setPackageName(String pPackageName)(Code)
Setter for the name of the package for the components of the servicemodule (i.e. structures and services)
setServicemoduleRef
public void setServicemoduleRef(String pServicemoduleRef)(Code)
Setter for the ref of the servicemodule
setServicesGenericDomElementsAdapterPackageName
public void setServicesGenericDomElementsAdapterPackageName(String pServicesGenericDomElementsAdapterPackageName)(Code)
Setter for the standard xml only adapter package name
public void setServicesGenericSimplifiedStringStructuresAdapterPackageName(String pServicesGenericSimplifiedStringStructuresAdapterPackageName)(Code)
Setter for the standard simplified strings only adapter package name.
Simplified here means that this adapter uses outer structures (with concatenated service + operation names) to manage the scope of operation input and output structures.
public void setServicesGenericStringStructuresAdapterPackageName(String pServicesGenericStringStructuresAdapterPackageName)(Code)
Setter for the standard normalised strings only adapter package name.
Normalised here means that this adapter uses inner structures to manage the scope of operation input and output structures.
setServicesGenericXmlStringsAdapterPackageName
public void setServicesGenericXmlStringsAdapterPackageName(String pServicesGenericXmlStringsAdapterPackageName)(Code)
Setter for the standard xml strings only adapter package name
setSystemSubPackageName
public void setSystemSubPackageName(String pSystemSubPackageName)(Code)
Setter for the name of the subpackage of the system package for this servicemodule
setWebServicesServerModuleName
public void setWebServicesServerModuleName(String pWebServicesServerModuleName)(Code)
Setter for the name of the module where web services server for servicemodule are located