ProviderDirectory

public class ProviderDirectory

Java class for anonymous complex type.

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

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="provider" type="{urn:ihe:iti:csd:2013}provider" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

ProviderDirectory

public ProviderDirectory()

ProviderDirectory

public ProviderDirectory(Set<Provider> providers)

Methods

equals

public boolean equals(Object o)

getProviders

public Set<Provider> getProviders()

hashCode

public int hashCode()

setProviders

public void setProviders(Set<Provider> providers)

toString

public String toString()