OtherID

public class OtherID extends AbstractID

Java class for otherID complex type.

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

<complexType name="otherID">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="assigningAuthorityName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

OtherID

public OtherID()

OtherID

public OtherID(String code)

OtherID

public OtherID(String code, String assigningAuthorityName)

Methods

equals

public boolean equals(Object o)

getAssigningAuthorityName

public String getAssigningAuthorityName()

getCode

public String getCode()

hashCode

public int hashCode()

setAssigningAuthorityName

public void setAssigningAuthorityName(String assigningAuthorityName)

setCode

public void setCode(String code)

toString

public String toString()