ServiceDirectory

public class ServiceDirectory

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

Constructors

ServiceDirectory

public ServiceDirectory()

ServiceDirectory

public ServiceDirectory(Set<Service> services)

Methods

equals

public boolean equals(Object o)

getServices

public Set<Service> getServices()

hashCode

public int hashCode()

setServices

public void setServices(Set<Service> services)

toString

public String toString()