PersonSpecification

Java class for PersonSpecification complex type

.

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


<complexType name="PersonSpecification">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="personId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/person}PersonId"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getPersonId(): PersonId
Gets the value of the personId property.
Link copied to clipboard
open fun setPersonId(value: PersonId)
Sets the value of the personId property.