OrganisasjonsformKode

Java class for OrganisasjonsformKode complex type

.

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


<complexType name="OrganisasjonsformKode">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="orgformNavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="orgformKode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the orgformKode property.
Link copied to clipboard
Gets the value of the orgformNavn property.
Link copied to clipboard
open fun setOrgformKode(value: String)
Sets the value of the orgformKode property.
Link copied to clipboard
open fun setOrgformNavn(value: String)
Sets the value of the orgformNavn property.