Class

com.scalaxal.xAL

SubPremise

Related Doc: package xAL

Permalink

case class SubPremise(addressLine: Seq[AddressLine] = Nil, subPremiseName: Seq[SubPremiseName] = Nil, subPremiseType: Seq[SubPremiseType] = Nil, subPremiseNumberPrefix: Seq[SubPremiseNumberPrefix] = Nil, subPremiseNumberSuffix: Seq[SubPremiseNumberSuffix] = Nil, buildingName: Seq[BuildingName] = Nil, firm: Option[Firm] = None, mailStop: Option[MailStop] = None, postalCode: Option[PostalCode] = None, subPremise: Option[SubPremise] = None, any: Seq[Any] = Nil, objectType: Option[String] = None, attributes: Option[Map[String, QName]] = None) extends PremiseType with PremiseType2 with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, PremiseType2, PremiseType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubPremise
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PremiseType2
  7. PremiseType
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SubPremise(addressLine: Seq[AddressLine] = Nil, subPremiseName: Seq[SubPremiseName] = Nil, subPremiseType: Seq[SubPremiseType] = Nil, subPremiseNumberPrefix: Seq[SubPremiseNumberPrefix] = Nil, subPremiseNumberSuffix: Seq[SubPremiseNumberSuffix] = Nil, buildingName: Seq[BuildingName] = Nil, firm: Option[Firm] = None, mailStop: Option[MailStop] = None, postalCode: Option[PostalCode] = None, subPremise: Option[SubPremise] = None, any: Seq[Any] = Nil, objectType: Option[String] = None, attributes: Option[Map[String, QName]] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addToAddressLine(value: AddressLine): SubPremise

    Permalink

    returns a new object with value added to the sequence

    returns a new object with value added to the sequence

    value

    to add

    returns

    a new object with value added to the sequence

  5. def addToBuildingName(value: BuildingName): SubPremise

    Permalink

    returns a new object with value added to the sequence

    returns a new object with value added to the sequence

    value

    to add

    returns

    a new object with value added to the sequence

  6. def addToSubPremiseName(value: SubPremiseName): SubPremise

    Permalink

    returns a new object with value added to the sequence

    returns a new object with value added to the sequence

    value

    to add

    returns

    a new object with value added to the sequence

  7. def addToSubPremiseNumberPrefix(value: SubPremiseNumberPrefix): SubPremise

    Permalink

    returns a new object with value added to the sequence

    returns a new object with value added to the sequence

    value

    to add

    returns

    a new object with value added to the sequence

  8. def addToSubPremiseNumberSuffix(value: SubPremiseNumberSuffix): SubPremise

    Permalink

    returns a new object with value added to the sequence

    returns a new object with value added to the sequence

    value

    to add

    returns

    a new object with value added to the sequence

  9. def addToSubPremiseType(value: SubPremiseType): SubPremise

    Permalink

    returns a new object with value added to the sequence

    returns a new object with value added to the sequence

    value

    to add

    returns

    a new object with value added to the sequence

  10. val addressLine: Seq[AddressLine]

    Permalink
  11. val any: Seq[Any]

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. val attributes: Option[Map[String, QName]]

    Permalink
  14. val buildingName: Seq[BuildingName]

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val firm: Option[Firm]

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val mailStop: Option[MailStop]

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val objectType: Option[String]

    Permalink
  26. val postalCode: Option[PostalCode]

    Permalink
  27. val subPremise: Option[SubPremise]

    Permalink
  28. val subPremiseName: Seq[SubPremiseName]

    Permalink
  29. val subPremiseNumberPrefix: Seq[SubPremiseNumberPrefix]

    Permalink
  30. val subPremiseNumberSuffix: Seq[SubPremiseNumberSuffix]

    Permalink
  31. val subPremiseType: Seq[SubPremiseType]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PremiseType2

Inherited from PremiseType

Inherited from AnyRef

Inherited from Any

Ungrouped