ContactPoint

public class ContactPoint extends AbstractID

Java class for contactPoint complex type.

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

<complexType name="contactPoint">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="codedType" type="{urn:ihe:iti:csd:2013}codedtype"/>
        <element name="equipment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="purpose" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="certificate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

ContactPoint

public ContactPoint()

ContactPoint

public ContactPoint(CodedType codedType)

ContactPoint

public ContactPoint(CodedType codedType, String equipment, String purpose, String certificate)

Methods

equals

public boolean equals(Object o)

getCertificate

public String getCertificate()

getCodedType

public CodedType getCodedType()

getEquipment

public String getEquipment()

getPurpose

public String getPurpose()

hashCode

public int hashCode()

setCertificate

public void setCertificate(String certificate)

setCodedType

public void setCodedType(CodedType codedType)

setEquipment

public void setEquipment(String equipment)

setPurpose

public void setPurpose(String purpose)

toString

public String toString()