|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaboss.sdlctools.services.codegenerationstylesheet.STMessageStylesheet
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 |
public STMessageStylesheet()
Method Detail |
public java.lang.String getMessageRef()
public java.lang.String getNormalisedName()
public java.lang.String getNormalisedTypedName()
public void setNormalisedTypedName(java.lang.String pNormalisedTypedName)
public java.lang.String getClassName()
public java.lang.String getPackageName()
public java.lang.String getClassFullName()
public java.lang.String getProxyClassName()
public java.lang.String getProxyTranslatorClassName()
public java.lang.String getCataloguePathToTop()
public java.lang.String getCataloguePathFromTop()
public void setMessageRef(java.lang.String pMessageRef)
public void setNormalisedName(java.lang.String pNormalisedName)
public void setClassName(java.lang.String pClassName)
public void setPackageName(java.lang.String pPackageName)
public void setClassFullName(java.lang.String pClassFullName)
public void setProxyClassName(java.lang.String pProxyClassName)
public void setProxyTranslatorClassName(java.lang.String pProxyTranslatorClassName)
public void setCataloguePathToTop(java.lang.String pCataloguePathToTop)
public void setCataloguePathFromTop(java.lang.String pCataloguePathFromTop)
public java.lang.String getNamespaceURI()
public void setNamespaceURI(java.lang.String pNamespaceURI)
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |