Fylke DTO
Java class for FylkeDTO complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="FylkeDTO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fylkeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kommune}FylkeId" minOccurs="0"/>
<element name="fylkesnr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="navn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="gyldigTilDato" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}LocalDate" minOccurs="0"/>
<element name="kommuneDTOs" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kommune}KommuneDTOList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Gets the value of the fylkeId property.
Link copied to clipboard
Gets the value of the fylkesnr property.
Link copied to clipboard
Gets the value of the gyldigTilDato property.
Link copied to clipboard
Gets the value of the kommuneDTOs property.
Link copied to clipboard
Sets the value of the fylkeId property.
Link copied to clipboard
Sets the value of the fylkesnr property.
Link copied to clipboard
Sets the value of the gyldigTilDato property.
Link copied to clipboard
Sets the value of the kommuneDTOs property.