OrganizationDirectory

public class OrganizationDirectory

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="organization" type="{urn:ihe:iti:csd:2013}organization" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

OrganizationDirectory

public OrganizationDirectory()

OrganizationDirectory

public OrganizationDirectory(Set<Organization> organizations)

Methods

equals

public boolean equals(Object o)

getOrganizations

public Set<Organization> getOrganizations()

hashCode

public int hashCode()

setOrganizations

public void setOrganizations(Set<Organization> organizations)

toString

public String toString()