public class Mode extends Object
Constructor and Description |
---|
Mode() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the name of the mode
|
int |
getId()
Returns the mode identifier
|
String |
getOutputXslPropertyEncoding() |
String |
getOutputXslPropertyIndent() |
String |
getOutputXslPropertyMediaType() |
String |
getOutputXslPropertyMethod() |
String |
getOutputXslPropertyOmitXmlDeclaration() |
String |
getOutputXslPropertyStandalone() |
String |
getOutputXslPropertyVersion() |
String |
getPath()
Returns the path of the stylesheet according to their mode
|
void |
setDescription(String strDescription)
Sets the name of the mode
|
void |
setId(int nId)
Sets the mode identifier
|
void |
setOutputXslPropertyEncoding(String strOutPutXslPropertyEncoding) |
void |
setOutputXslPropertyIndent(String strOutPutXslPropertyIndent) |
void |
setOutputXslPropertyMediaType(String strOutPutXslPropertyMediaType) |
void |
setOutputXslPropertyMethod(String strOutPutXslPropertyMethod) |
void |
setOutputXslPropertyOmitXmlDeclaration(String strOutPutXslPropertyOmitXmlDeclaration) |
void |
setOutputXslPropertyStandalone(String strOutPutXslPropertyStandalone) |
void |
setOutputXslPropertyVersion(String strOutPutXslPropertyVersion) |
void |
setPath(String strPath)
Sets the path of the stylesheet according to their mode
|
public void setId(int nId)
nId
- the mode identifierpublic int getId()
public void setDescription(String strDescription)
strDescription
- the mode namepublic String getDescription()
public void setPath(String strPath)
strPath
- the pathpublic String getPath()
public String getOutputXslPropertyEncoding()
public void setOutputXslPropertyEncoding(String strOutPutXslPropertyEncoding)
strOutPutXslPropertyEncoding
- The _strOutputXslPropertyEncoding to set.public String getOutputXslPropertyIndent()
public void setOutputXslPropertyIndent(String strOutPutXslPropertyIndent)
strOutPutXslPropertyIndent
- The _strOutputXslPropertyIndent to set.public String getOutputXslPropertyMediaType()
public void setOutputXslPropertyMediaType(String strOutPutXslPropertyMediaType)
strOutPutXslPropertyMediaType
- The _strOutputXslPropertyMediaType to set.public String getOutputXslPropertyMethod()
public void setOutputXslPropertyMethod(String strOutPutXslPropertyMethod)
strOutPutXslPropertyMethod
- The _strOutputXslPropertyMethod to set.public String getOutputXslPropertyOmitXmlDeclaration()
public void setOutputXslPropertyOmitXmlDeclaration(String strOutPutXslPropertyOmitXmlDeclaration)
strOutPutXslPropertyOmitXmlDeclaration
- The _strOutputXslPropertyOmitXmlDeclaration to set.public String getOutputXslPropertyStandalone()
public void setOutputXslPropertyStandalone(String strOutPutXslPropertyStandalone)
strOutPutXslPropertyStandalone
- The _strOutputXslPropertyStandalone to set.public String getOutputXslPropertyVersion()
public void setOutputXslPropertyVersion(String strOutPutXslPropertyVersion)
strOutPutXslPropertyVersion
- The _strOutputXslPropertyVersion to set.Copyright © 2020 City of Paris. All rights reserved.