Package gen.core.segmentation
Class Languagemap
java.lang.Object
gen.core.segmentation.Languagemap
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="languagerulename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="languagepattern" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe regular expression pattern match for the language codeThe name of the language rule to use when the languagepattern regular expression is satisfiedvoidsetLanguagepattern(String value) Sets the value of the languagepattern property.voidsetLanguagerulename(String value) Sets the value of the languagerulename property.
-
Constructor Details
-
Languagemap
public Languagemap()
-
-
Method Details
-
getLanguagerulename
The name of the language rule to use when the languagepattern regular expression is satisfied- Returns:
- possible object is
String
-
setLanguagerulename
Sets the value of the languagerulename property.- Parameters:
value- allowed object isString- See Also:
-
getLanguagepattern
The regular expression pattern match for the language code- Returns:
- possible object is
String
-
setLanguagepattern
Sets the value of the languagepattern property.- Parameters:
value- allowed object isString- See Also:
-