Package org.cxml

Class Name

java.lang.Object
org.cxml.Name

public class Name extends Object
  • Field Details

    • xmlLang

      protected String xmlLang
    • value

      protected String value
  • Constructor Details

    • Name

      public Name()
  • Method Details

    • getXmlLang

      public String getXmlLang()
      Gets the value of the xmlLang property.
      Returns:
      possible object is String
    • setXmlLang

      public void setXmlLang(String value)
      Sets the value of the xmlLang property.
      Parameters:
      value - allowed object is String
    • getvalue

      public String getvalue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setvalue

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