CodedType

public class CodedType extends AbstractID

The text content of this element may optionally be used to provide translations to the local language of a coded value.

Java class for codedtype complex type.

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

<complexType name="codedtype">
  <simpleContent>
    <extension base="<http://www.w3.org/2001/XMLSchema>string">
      <attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
      <attribute name="codingScheme" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
    </extension>
  </simpleContent>
</complexType>

Constructors

CodedType

public CodedType()

CodedType

public CodedType(String code, String codingScheme)

CodedType

public CodedType(String value, String code, String codingScheme)

Methods

equals

public boolean equals(Object o)

getCode

public String getCode()

getCodingScheme

public String getCodingScheme()

getValue

public String getValue()

hashCode

public int hashCode()

setCode

public void setCode(String code)

setCodingScheme

public void setCodingScheme(String codingScheme)

setValue

public void setValue(String value)

toString

public String toString()