Class Languagemap
java.lang.Object
net.loomchild.segment.srx.io.bind.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the languagepattern property.Gets the value of the languagerulename property.void
setLanguagepattern
(String value) Sets the value of the languagepattern property.void
setLanguagerulename
(String value) Sets the value of the languagerulename property.
-
Field Details
-
languagerulename
-
languagepattern
-
-
Constructor Details
-
Languagemap
public Languagemap()
-
-
Method Details
-
getLanguagerulename
Gets the value of the languagerulename property.- Returns:
- possible object is
String
-
setLanguagerulename
Sets the value of the languagerulename property.- Parameters:
value
- allowed object isString
-
getLanguagepattern
Gets the value of the languagepattern property.- Returns:
- possible object is
String
-
setLanguagepattern
Sets the value of the languagepattern property.- Parameters:
value
- allowed object isString
-