Class Languagemap

java.lang.Object
gen.core.segmentation.Languagemap

public class Languagemap extends Object

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 Details

    • Languagemap

      public Languagemap()
  • Method Details

    • getLanguagerulename

      public String getLanguagerulename()
      The name of the language rule to use when the languagepattern regular expression is satisfied
      Returns:
      possible object is String
    • setLanguagerulename

      public void setLanguagerulename(String value)
      Sets the value of the languagerulename property.
      Parameters:
      value - allowed object is String
      See Also:
    • getLanguagepattern

      public String getLanguagepattern()
      The regular expression pattern match for the language code
      Returns:
      possible object is String
    • setLanguagepattern

      public void setLanguagepattern(String value)
      Sets the value of the languagepattern property.
      Parameters:
      value - allowed object is String
      See Also: