Package

peds

archetype

Permalink

package archetype

Visibility
  1. Public
  2. All

Type Members

  1. trait Address extends Effectivity with Equals

    Permalink
  2. case class EffectiveRange(validFrom: Option[DateTime] = None, validTo: Option[DateTime] = None) extends Effectivity with Product with Serializable

    Permalink
  3. trait Effectivity extends AnyRef

    Permalink
  4. case class EmailAddress(email: String, validFrom: Option[DateTime] = None, validTo: Option[DateTime] = None) extends Address with Product with Serializable

    Permalink
  5. case class Enablement(enabled: Boolean, validFrom: Option[DateTime] = None, validTo: Option[DateTime] = None) extends Effectivity with Product with Serializable

    Permalink
  6. case class GeocodeAddress(latitude: Double, longitude: Double, validFrom: Option[DateTime] = None, validTo: Option[DateTime] = None) extends Address with Product with Serializable

    Permalink
  7. case class GeographicAddress(addressLines: Seq[String], city: String, regionOrState: String, postalCode: PostalCode, country: String, description: Option[String] = None, locale: Option[Locale] = None, validFrom: Option[DateTime] = None, validTo: Option[DateTime] = None) extends Address with Product with Serializable

    Permalink
  8. case class OrganizationName(name: String, use: Option[NameUsage] = None, validFrom: Option[DateTime] = None, validTo: Option[DateTime] = None) extends Effectivity with Equals with Product with Serializable

    Permalink
  9. case class PersonName(familyName: String, givenName: String, middleName: Option[String] = None, prefix: Option[String] = None, suffix: Option[String] = None, preferredName: Option[String] = None, use: Option[NameUsage] = None, validFrom: Option[DateTime] = None, validTo: Option[DateTime] = None) extends Effectivity with Equals with Product with Serializable

    Permalink
  10. case class PostalCode(value: String) extends Product with Serializable

    Permalink
  11. case class TelecomAddress(areaCode: String, number: String, extension: Option[String], physicalType: String, locale: Locale = Locale.US, validFrom: Option[DateTime] = None, validTo: Option[DateTime] = None) extends Address with Product with Serializable

    Permalink
  12. case class WebPageAddress(url: String, validFrom: Option[DateTime] = None, validTo: Option[DateTime] = None) extends Address with Product with Serializable

    Permalink

Value Members

  1. object EffectiveRange extends Serializable

    Permalink
  2. object Enablement extends Serializable

    Permalink
  3. object NameUsage extends Enumeration with Product with Serializable

    Permalink
  4. object OrganizationName extends Serializable

    Permalink
  5. object TelecomAddress extends Serializable

    Permalink
  6. package domain

    Permalink
  7. package party

    Permalink

Ungrouped