public class I18N
extends java.lang.Object
Java class for i18n complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="i18n"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.resources.com/jmvc}i18n"/> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
I18N() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParameter()
Gets the value of the parameter property.
|
void |
setParameter(java.lang.String value)
Sets the value of the parameter property.
|