MetaBoss

com.metaboss.sdlctools.services.codegenerationstylesheet
Class STMessageStylesheet

java.lang.Object
  extended bycom.metaboss.sdlctools.services.codegenerationstylesheet.STMessageStylesheet

public final class STMessageStylesheet
extends java.lang.Object

This structure contains the stylesheet (set of names) pertained to the particular message


Constructor Summary
STMessageStylesheet()
           
 
Method Summary
 java.lang.String getCataloguePathFromTop()
          Getter for the relative path from the top to the catalogue where information related to this object is located.
 java.lang.String getCataloguePathToTop()
          Getter for the relative path to the top from the catalogue where information related to this object is located.
 java.lang.String getClassFullName()
          Getter for the full (package and name) name of the class realising this message
 java.lang.String getClassName()
          Getter for the name of the class realising this message
 java.lang.String getMessageRef()
          Getter for the unique identifier of the corresponding message
 java.lang.String getNamespaceURI()
          Getter for the standard xml schema namespace
 java.lang.String getNormalisedName()
          Getter for the normalised name of the element.
 java.lang.String getNormalisedTypedName()
          Getter for the normalised typed name of the element.
 java.lang.String getPackageName()
          Getter for the package name of the class realising this message
 java.lang.String getProxyClassName()
          Getter for the name of the proxy class to this message.
 java.lang.String getProxyTranslatorClassName()
          Getter for the name of the proxy translator class to this message.
 void setCataloguePathFromTop(java.lang.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 _.
 void setCataloguePathToTop(java.lang.String pCataloguePathToTop)
          Setter for the relative path to the top from the catalogue where information related to this object is located.
 void setClassFullName(java.lang.String pClassFullName)
          Setter for the full (package and name) name of the class realising this message
 void setClassName(java.lang.String pClassName)
          Setter for the name of the class realising this message
 void setMessageRef(java.lang.String pMessageRef)
          Setter for the unique identifier of the corresponding message
 void setNamespaceURI(java.lang.String pNamespaceURI)
          Setter for the generic xml name space URI
 void setNormalisedName(java.lang.String pNormalisedName)
          Setter for the normalised name of the element.
 void setNormalisedTypedName(java.lang.String pNormalisedTypedName)
          Setter for the normalised typed name of the element.
 void setPackageName(java.lang.String pPackageName)
          Setter for the package name of the class realising this message
 void setProxyClassName(java.lang.String pProxyClassName)
          Setter for the name of the proxy class to this message.
 void setProxyTranslatorClassName(java.lang.String pProxyTranslatorClassName)
          Setter for the name of the proxy translator class to this message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STMessageStylesheet

public STMessageStylesheet()
Method Detail

getMessageRef

public java.lang.String getMessageRef()
Getter for the unique identifier of the corresponding message


getNormalisedName

public java.lang.String getNormalisedName()
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


getNormalisedTypedName

public java.lang.String 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.


setNormalisedTypedName

public void setNormalisedTypedName(java.lang.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.


getClassName

public java.lang.String getClassName()
Getter for the name of the class realising this message


getPackageName

public java.lang.String getPackageName()
Getter for the package name of the class realising this message


getClassFullName

public java.lang.String getClassFullName()
Getter for the full (package and name) name of the class realising this message


getProxyClassName

public java.lang.String getProxyClassName()
Getter for the name of the proxy class to this message. Use it to name the CORBA, RMI etc proxy messages (messages which carry the same data but may use different datatypes depending on the nature of the technolgy. Note that this proxy 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)


getProxyTranslatorClassName

public java.lang.String getProxyTranslatorClassName()
Getter for the name of the proxy translator class to this message. Use it to name the CORBA, RMI etc proxy translation helpers (classes which help copying the data between actual messages and their proxies. Note that this proxy translator 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)


getCataloguePathToTop

public java.lang.String 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.


getCataloguePathFromTop

public java.lang.String 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.


setMessageRef

public void setMessageRef(java.lang.String pMessageRef)
Setter for the unique identifier of the corresponding message


setNormalisedName

public void setNormalisedName(java.lang.String pNormalisedName)
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


setClassName

public void setClassName(java.lang.String pClassName)
Setter for the name of the class realising this message


setPackageName

public void setPackageName(java.lang.String pPackageName)
Setter for the package name of the class realising this message


setClassFullName

public void setClassFullName(java.lang.String pClassFullName)
Setter for the full (package and name) name of the class realising this message


setProxyClassName

public void setProxyClassName(java.lang.String pProxyClassName)
Setter for the name of the proxy class to this message. Use it to name the CORBA, RMI etc proxy messages (messages which carry the same data but may use different datatypes depending on the nature of the technolgy. Note that this proxy 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)


setProxyTranslatorClassName

public void setProxyTranslatorClassName(java.lang.String pProxyTranslatorClassName)
Setter for the name of the proxy translator class to this message. Use it to name the CORBA, RMI etc proxy translation helpers (classes which help copying the data between actual messages and their proxies. Note that this proxy translator 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)


setCataloguePathToTop

public void setCataloguePathToTop(java.lang.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.


setCataloguePathFromTop

public void setCataloguePathFromTop(java.lang.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.


getNamespaceURI

public java.lang.String getNamespaceURI()
Getter for the standard xml schema namespace


setNamespaceURI

public void setNamespaceURI(java.lang.String pNamespaceURI)
Setter for the generic xml name space URI


MetaBoss

Copyright © 2000-2005 Softaris Pty.Ltd. All Rights Reserved.