java.lang.Object
org.sentrysoftware.winrm.service.wsman.Locale

public class Locale extends Object

Java class for Locale complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Locale">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Locale

      public Locale()
  • Method Details

    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String