OtherName

public class OtherName extends AbstractID

Java class for anonymous complex type.

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

<complexType>
  <simpleContent>
    <extension base="<http://www.w3.org/2001/XMLSchema>string">
      <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
    </extension>
  </simpleContent>
</complexType>

Constructors

OtherName

public OtherName()

OtherName

public OtherName(String value)

OtherName

public OtherName(String value, String lang)

Methods

equals

public boolean equals(Object o)

getLang

public String getLang()

getValue

public String getValue()

hashCode

public int hashCode()

setLang

public void setLang(String lang)

setValue

public void setValue(String value)

toString

public String toString()