All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.ks.fiks.arkiv.v1.arkivstruktur.Saksmappe Maven / Gradle / Ivy

There is a newer version: 1.0.12
Show newest version
//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.6 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2023.06.23 at 10:32:49 AM CEST 
//


package no.ks.fiks.arkiv.v1.arkivstruktur;

import java.time.LocalDate;
import java.time.ZonedDateTime;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import com.kscs.util.jaxb.Buildable;
import com.kscs.util.jaxb.PropertyTree;
import com.kscs.util.jaxb.PropertyTreeUse;
import no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.AdministrativEnhet;
import no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Dokumentmedium;
import no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.EksternNoekkel;
import no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Kode;
import no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.ReferanseTilMappe;
import no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Saksansvarlig;
import no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Saksstatus;
import no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.SystemID;
import org.w3._2001.xmlschema.Adapter3;


/**
 * 

Java class for saksmappe complex type. * *

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

 * <complexType name="saksmappe">
 *   <complexContent>
 *     <extension base="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivstruktur/v1}mappe">
 *       <sequence>
 *         <element name="saksaar" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}saksaar"/>
 *         <element name="sakssekvensnummer" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}sakssekvensnummer"/>
 *         <element name="saksdato" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}saksdato"/>
 *         <element name="administrativEnhet" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}administrativEnhet"/>
 *         <element name="saksansvarlig" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}saksansvarlig"/>
 *         <element name="journalenhet" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}journalenhet" minOccurs="0"/>
 *         <element name="saksstatus" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}saksstatus"/>
 *         <element name="utlaantDato" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}utlaantDato" minOccurs="0"/>
 *         <element name="utlaantTil" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}utlaantTil" minOccurs="0"/>
 *         <element name="presedens" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivstruktur/v1}presedens" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="matrikkelnummer" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivstruktur/v1}matrikkelnummer" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="byggident" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivstruktur/v1}byggident" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="planident" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivstruktur/v1}planident" minOccurs="0"/>
 *         <element name="punkt" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivstruktur/v1}punkt" minOccurs="0"/>
 *         <element name="adresse" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivstruktur/v1}adresse" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "saksmappe", propOrder = { "saksaar", "sakssekvensnummer", "saksdato", "administrativEnhet", "saksansvarlig", "journalenhet", "saksstatus", "utlaantDato", "utlaantTil", "presedens", "matrikkelnummers", "byggidents", "planident", "punkt", "adresses" }) public class Saksmappe extends Mappe { protected int saksaar; protected int sakssekvensnummer; @XmlElement(required = true, type = String.class) @XmlJavaTypeAdapter(Adapter3 .class) @XmlSchemaType(name = "date") protected LocalDate saksdato; @XmlElement(required = true) protected AdministrativEnhet administrativEnhet; @XmlElement(required = true) protected Saksansvarlig saksansvarlig; protected String journalenhet; @XmlElement(required = true) protected Saksstatus saksstatus; @XmlElement(type = String.class) @XmlJavaTypeAdapter(Adapter3 .class) @XmlSchemaType(name = "date") protected LocalDate utlaantDato; protected String utlaantTil; protected List presedens; @XmlElement(name = "matrikkelnummer") protected List matrikkelnummers; @XmlElement(name = "byggident") protected List byggidents; protected Planident planident; protected Punkt punkt; @XmlElement(name = "adresse") protected List adresses; /** * Gets the value of the saksaar property. * */ public int getSaksaar() { return saksaar; } /** * Sets the value of the saksaar property. * */ public void setSaksaar(int value) { this.saksaar = value; } /** * Gets the value of the sakssekvensnummer property. * */ public int getSakssekvensnummer() { return sakssekvensnummer; } /** * Sets the value of the sakssekvensnummer property. * */ public void setSakssekvensnummer(int value) { this.sakssekvensnummer = value; } /** * Gets the value of the saksdato property. * * @return * possible object is * {@link String } * */ public LocalDate getSaksdato() { return saksdato; } /** * Sets the value of the saksdato property. * * @param value * allowed object is * {@link String } * */ public void setSaksdato(LocalDate value) { this.saksdato = value; } /** * Gets the value of the administrativEnhet property. * * @return * possible object is * {@link AdministrativEnhet } * */ public AdministrativEnhet getAdministrativEnhet() { return administrativEnhet; } /** * Sets the value of the administrativEnhet property. * * @param value * allowed object is * {@link AdministrativEnhet } * */ public void setAdministrativEnhet(AdministrativEnhet value) { this.administrativEnhet = value; } /** * Gets the value of the saksansvarlig property. * * @return * possible object is * {@link Saksansvarlig } * */ public Saksansvarlig getSaksansvarlig() { return saksansvarlig; } /** * Sets the value of the saksansvarlig property. * * @param value * allowed object is * {@link Saksansvarlig } * */ public void setSaksansvarlig(Saksansvarlig value) { this.saksansvarlig = value; } /** * Gets the value of the journalenhet property. * * @return * possible object is * {@link String } * */ public String getJournalenhet() { return journalenhet; } /** * Sets the value of the journalenhet property. * * @param value * allowed object is * {@link String } * */ public void setJournalenhet(String value) { this.journalenhet = value; } /** * Gets the value of the saksstatus property. * * @return * possible object is * {@link Saksstatus } * */ public Saksstatus getSaksstatus() { return saksstatus; } /** * Sets the value of the saksstatus property. * * @param value * allowed object is * {@link Saksstatus } * */ public void setSaksstatus(Saksstatus value) { this.saksstatus = value; } /** * Gets the value of the utlaantDato property. * * @return * possible object is * {@link String } * */ public LocalDate getUtlaantDato() { return utlaantDato; } /** * Sets the value of the utlaantDato property. * * @param value * allowed object is * {@link String } * */ public void setUtlaantDato(LocalDate value) { this.utlaantDato = value; } /** * Gets the value of the utlaantTil property. * * @return * possible object is * {@link String } * */ public String getUtlaantTil() { return utlaantTil; } /** * Sets the value of the utlaantTil property. * * @param value * allowed object is * {@link String } * */ public void setUtlaantTil(String value) { this.utlaantTil = value; } /** * Gets the value of the presedens property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the presedens property. * *

* For example, to add a new item, do as follows: *

     *    getPresedens().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Presedens } * * */ public List getPresedens() { if (presedens == null) { presedens = new ArrayList(); } return this.presedens; } /** * Gets the value of the matrikkelnummers property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the matrikkelnummers property. * *

* For example, to add a new item, do as follows: *

     *    getMatrikkelnummers().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Matrikkelnummer } * * */ public List getMatrikkelnummers() { if (matrikkelnummers == null) { matrikkelnummers = new ArrayList(); } return this.matrikkelnummers; } /** * Gets the value of the byggidents property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the byggidents property. * *

* For example, to add a new item, do as follows: *

     *    getByggidents().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Byggident } * * */ public List getByggidents() { if (byggidents == null) { byggidents = new ArrayList(); } return this.byggidents; } /** * Gets the value of the planident property. * * @return * possible object is * {@link Planident } * */ public Planident getPlanident() { return planident; } /** * Sets the value of the planident property. * * @param value * allowed object is * {@link Planident } * */ public void setPlanident(Planident value) { this.planident = value; } /** * Gets the value of the punkt property. * * @return * possible object is * {@link Punkt } * */ public Punkt getPunkt() { return punkt; } /** * Sets the value of the punkt property. * * @param value * allowed object is * {@link Punkt } * */ public void setPunkt(Punkt value) { this.punkt = value; } /** * Gets the value of the adresses property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the adresses property. * *

* For example, to add a new item, do as follows: *

     *    getAdresses().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Adresse } * * */ public List getAdresses() { if (adresses == null) { adresses = new ArrayList(); } return this.adresses; } /** * Copies all state of this object to a builder. This method is used by the {@link * #copyOf} method and should not be called directly by client code. * * @param _other * A builder instance to which the state of this object will be copied. */ public<_B >void copyTo(final Saksmappe.Builder<_B> _other) { super.copyTo(_other); _other.saksaar = this.saksaar; _other.sakssekvensnummer = this.sakssekvensnummer; _other.saksdato = this.saksdato; _other.administrativEnhet = ((this.administrativEnhet == null)?null:this.administrativEnhet.newCopyBuilder(_other)); _other.saksansvarlig = ((this.saksansvarlig == null)?null:this.saksansvarlig.newCopyBuilder(_other)); _other.journalenhet = this.journalenhet; _other.saksstatus = ((this.saksstatus == null)?null:this.saksstatus.newCopyBuilder(_other)); _other.utlaantDato = this.utlaantDato; _other.utlaantTil = this.utlaantTil; if (this.presedens == null) { _other.presedens = null; } else { _other.presedens = new ArrayList>>(); for (Presedens _item: this.presedens) { _other.presedens.add(((_item == null)?null:_item.newCopyBuilder(_other))); } } if (this.matrikkelnummers == null) { _other.matrikkelnummers = null; } else { _other.matrikkelnummers = new ArrayList>>(); for (Matrikkelnummer _item: this.matrikkelnummers) { _other.matrikkelnummers.add(((_item == null)?null:_item.newCopyBuilder(_other))); } } if (this.byggidents == null) { _other.byggidents = null; } else { _other.byggidents = new ArrayList>>(); for (Byggident _item: this.byggidents) { _other.byggidents.add(((_item == null)?null:_item.newCopyBuilder(_other))); } } _other.planident = ((this.planident == null)?null:this.planident.newCopyBuilder(_other)); _other.punkt = ((this.punkt == null)?null:this.punkt.newCopyBuilder(_other)); if (this.adresses == null) { _other.adresses = null; } else { _other.adresses = new ArrayList>>(); for (Adresse _item: this.adresses) { _other.adresses.add(((_item == null)?null:_item.newCopyBuilder(_other))); } } } @Override public<_B >Saksmappe.Builder<_B> newCopyBuilder(final _B _parentBuilder) { return new Saksmappe.Builder<_B>(_parentBuilder, this, true); } @Override public Saksmappe.Builder newCopyBuilder() { return newCopyBuilder(null); } public static Saksmappe.Builder builder() { return new Saksmappe.Builder(null, null, false); } public static<_B >Saksmappe.Builder<_B> copyOf(final Mappe _other) { final Saksmappe.Builder<_B> _newBuilder = new Saksmappe.Builder<_B>(null, null, false); _other.copyTo(_newBuilder); return _newBuilder; } public static<_B >Saksmappe.Builder<_B> copyOf(final Saksmappe _other) { final Saksmappe.Builder<_B> _newBuilder = new Saksmappe.Builder<_B>(null, null, false); _other.copyTo(_newBuilder); return _newBuilder; } /** * Copies all state of this object to a builder. This method is used by the {@link * #copyOf} method and should not be called directly by client code. * * @param _other * A builder instance to which the state of this object will be copied. */ public<_B >void copyTo(final Saksmappe.Builder<_B> _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { super.copyTo(_other, _propertyTree, _propertyTreeUse); final PropertyTree saksaarPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("saksaar")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(saksaarPropertyTree!= null):((saksaarPropertyTree == null)||(!saksaarPropertyTree.isLeaf())))) { _other.saksaar = this.saksaar; } final PropertyTree sakssekvensnummerPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("sakssekvensnummer")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(sakssekvensnummerPropertyTree!= null):((sakssekvensnummerPropertyTree == null)||(!sakssekvensnummerPropertyTree.isLeaf())))) { _other.sakssekvensnummer = this.sakssekvensnummer; } final PropertyTree saksdatoPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("saksdato")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(saksdatoPropertyTree!= null):((saksdatoPropertyTree == null)||(!saksdatoPropertyTree.isLeaf())))) { _other.saksdato = this.saksdato; } final PropertyTree administrativEnhetPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("administrativEnhet")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(administrativEnhetPropertyTree!= null):((administrativEnhetPropertyTree == null)||(!administrativEnhetPropertyTree.isLeaf())))) { _other.administrativEnhet = ((this.administrativEnhet == null)?null:this.administrativEnhet.newCopyBuilder(_other, administrativEnhetPropertyTree, _propertyTreeUse)); } final PropertyTree saksansvarligPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("saksansvarlig")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(saksansvarligPropertyTree!= null):((saksansvarligPropertyTree == null)||(!saksansvarligPropertyTree.isLeaf())))) { _other.saksansvarlig = ((this.saksansvarlig == null)?null:this.saksansvarlig.newCopyBuilder(_other, saksansvarligPropertyTree, _propertyTreeUse)); } final PropertyTree journalenhetPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("journalenhet")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(journalenhetPropertyTree!= null):((journalenhetPropertyTree == null)||(!journalenhetPropertyTree.isLeaf())))) { _other.journalenhet = this.journalenhet; } final PropertyTree saksstatusPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("saksstatus")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(saksstatusPropertyTree!= null):((saksstatusPropertyTree == null)||(!saksstatusPropertyTree.isLeaf())))) { _other.saksstatus = ((this.saksstatus == null)?null:this.saksstatus.newCopyBuilder(_other, saksstatusPropertyTree, _propertyTreeUse)); } final PropertyTree utlaantDatoPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("utlaantDato")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(utlaantDatoPropertyTree!= null):((utlaantDatoPropertyTree == null)||(!utlaantDatoPropertyTree.isLeaf())))) { _other.utlaantDato = this.utlaantDato; } final PropertyTree utlaantTilPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("utlaantTil")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(utlaantTilPropertyTree!= null):((utlaantTilPropertyTree == null)||(!utlaantTilPropertyTree.isLeaf())))) { _other.utlaantTil = this.utlaantTil; } final PropertyTree presedensPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("presedens")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(presedensPropertyTree!= null):((presedensPropertyTree == null)||(!presedensPropertyTree.isLeaf())))) { if (this.presedens == null) { _other.presedens = null; } else { _other.presedens = new ArrayList>>(); for (Presedens _item: this.presedens) { _other.presedens.add(((_item == null)?null:_item.newCopyBuilder(_other, presedensPropertyTree, _propertyTreeUse))); } } } final PropertyTree matrikkelnummersPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("matrikkelnummers")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(matrikkelnummersPropertyTree!= null):((matrikkelnummersPropertyTree == null)||(!matrikkelnummersPropertyTree.isLeaf())))) { if (this.matrikkelnummers == null) { _other.matrikkelnummers = null; } else { _other.matrikkelnummers = new ArrayList>>(); for (Matrikkelnummer _item: this.matrikkelnummers) { _other.matrikkelnummers.add(((_item == null)?null:_item.newCopyBuilder(_other, matrikkelnummersPropertyTree, _propertyTreeUse))); } } } final PropertyTree byggidentsPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("byggidents")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(byggidentsPropertyTree!= null):((byggidentsPropertyTree == null)||(!byggidentsPropertyTree.isLeaf())))) { if (this.byggidents == null) { _other.byggidents = null; } else { _other.byggidents = new ArrayList>>(); for (Byggident _item: this.byggidents) { _other.byggidents.add(((_item == null)?null:_item.newCopyBuilder(_other, byggidentsPropertyTree, _propertyTreeUse))); } } } final PropertyTree planidentPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("planident")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(planidentPropertyTree!= null):((planidentPropertyTree == null)||(!planidentPropertyTree.isLeaf())))) { _other.planident = ((this.planident == null)?null:this.planident.newCopyBuilder(_other, planidentPropertyTree, _propertyTreeUse)); } final PropertyTree punktPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("punkt")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(punktPropertyTree!= null):((punktPropertyTree == null)||(!punktPropertyTree.isLeaf())))) { _other.punkt = ((this.punkt == null)?null:this.punkt.newCopyBuilder(_other, punktPropertyTree, _propertyTreeUse)); } final PropertyTree adressesPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("adresses")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(adressesPropertyTree!= null):((adressesPropertyTree == null)||(!adressesPropertyTree.isLeaf())))) { if (this.adresses == null) { _other.adresses = null; } else { _other.adresses = new ArrayList>>(); for (Adresse _item: this.adresses) { _other.adresses.add(((_item == null)?null:_item.newCopyBuilder(_other, adressesPropertyTree, _propertyTreeUse))); } } } } @Override public<_B >Saksmappe.Builder<_B> newCopyBuilder(final _B _parentBuilder, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { return new Saksmappe.Builder<_B>(_parentBuilder, this, true, _propertyTree, _propertyTreeUse); } @Override public Saksmappe.Builder newCopyBuilder(final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { return newCopyBuilder(null, _propertyTree, _propertyTreeUse); } public static<_B >Saksmappe.Builder<_B> copyOf(final Mappe _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { final Saksmappe.Builder<_B> _newBuilder = new Saksmappe.Builder<_B>(null, null, false); _other.copyTo(_newBuilder, _propertyTree, _propertyTreeUse); return _newBuilder; } public static<_B >Saksmappe.Builder<_B> copyOf(final Saksmappe _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { final Saksmappe.Builder<_B> _newBuilder = new Saksmappe.Builder<_B>(null, null, false); _other.copyTo(_newBuilder, _propertyTree, _propertyTreeUse); return _newBuilder; } public static Saksmappe.Builder copyExcept(final Mappe _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.EXCLUDE); } public static Saksmappe.Builder copyExcept(final Saksmappe _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.EXCLUDE); } public static Saksmappe.Builder copyOnly(final Mappe _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.INCLUDE); } public static Saksmappe.Builder copyOnly(final Saksmappe _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.INCLUDE); } public static class Builder<_B > extends Mappe.Builder<_B> implements Buildable { private int saksaar; private int sakssekvensnummer; private LocalDate saksdato; private AdministrativEnhet.Builder> administrativEnhet; private Saksansvarlig.Builder> saksansvarlig; private String journalenhet; private Saksstatus.Builder> saksstatus; private LocalDate utlaantDato; private String utlaantTil; private List>> presedens; private List>> matrikkelnummers; private List>> byggidents; private Planident.Builder> planident; private Punkt.Builder> punkt; private List>> adresses; public Builder(final _B _parentBuilder, final Saksmappe _other, final boolean _copy) { super(_parentBuilder, _other, _copy); if (_other!= null) { this.saksaar = _other.saksaar; this.sakssekvensnummer = _other.sakssekvensnummer; this.saksdato = _other.saksdato; this.administrativEnhet = ((_other.administrativEnhet == null)?null:_other.administrativEnhet.newCopyBuilder(this)); this.saksansvarlig = ((_other.saksansvarlig == null)?null:_other.saksansvarlig.newCopyBuilder(this)); this.journalenhet = _other.journalenhet; this.saksstatus = ((_other.saksstatus == null)?null:_other.saksstatus.newCopyBuilder(this)); this.utlaantDato = _other.utlaantDato; this.utlaantTil = _other.utlaantTil; if (_other.presedens == null) { this.presedens = null; } else { this.presedens = new ArrayList>>(); for (Presedens _item: _other.presedens) { this.presedens.add(((_item == null)?null:_item.newCopyBuilder(this))); } } if (_other.matrikkelnummers == null) { this.matrikkelnummers = null; } else { this.matrikkelnummers = new ArrayList>>(); for (Matrikkelnummer _item: _other.matrikkelnummers) { this.matrikkelnummers.add(((_item == null)?null:_item.newCopyBuilder(this))); } } if (_other.byggidents == null) { this.byggidents = null; } else { this.byggidents = new ArrayList>>(); for (Byggident _item: _other.byggidents) { this.byggidents.add(((_item == null)?null:_item.newCopyBuilder(this))); } } this.planident = ((_other.planident == null)?null:_other.planident.newCopyBuilder(this)); this.punkt = ((_other.punkt == null)?null:_other.punkt.newCopyBuilder(this)); if (_other.adresses == null) { this.adresses = null; } else { this.adresses = new ArrayList>>(); for (Adresse _item: _other.adresses) { this.adresses.add(((_item == null)?null:_item.newCopyBuilder(this))); } } } } public Builder(final _B _parentBuilder, final Saksmappe _other, final boolean _copy, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { super(_parentBuilder, _other, _copy, _propertyTree, _propertyTreeUse); if (_other!= null) { final PropertyTree saksaarPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("saksaar")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(saksaarPropertyTree!= null):((saksaarPropertyTree == null)||(!saksaarPropertyTree.isLeaf())))) { this.saksaar = _other.saksaar; } final PropertyTree sakssekvensnummerPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("sakssekvensnummer")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(sakssekvensnummerPropertyTree!= null):((sakssekvensnummerPropertyTree == null)||(!sakssekvensnummerPropertyTree.isLeaf())))) { this.sakssekvensnummer = _other.sakssekvensnummer; } final PropertyTree saksdatoPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("saksdato")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(saksdatoPropertyTree!= null):((saksdatoPropertyTree == null)||(!saksdatoPropertyTree.isLeaf())))) { this.saksdato = _other.saksdato; } final PropertyTree administrativEnhetPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("administrativEnhet")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(administrativEnhetPropertyTree!= null):((administrativEnhetPropertyTree == null)||(!administrativEnhetPropertyTree.isLeaf())))) { this.administrativEnhet = ((_other.administrativEnhet == null)?null:_other.administrativEnhet.newCopyBuilder(this, administrativEnhetPropertyTree, _propertyTreeUse)); } final PropertyTree saksansvarligPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("saksansvarlig")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(saksansvarligPropertyTree!= null):((saksansvarligPropertyTree == null)||(!saksansvarligPropertyTree.isLeaf())))) { this.saksansvarlig = ((_other.saksansvarlig == null)?null:_other.saksansvarlig.newCopyBuilder(this, saksansvarligPropertyTree, _propertyTreeUse)); } final PropertyTree journalenhetPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("journalenhet")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(journalenhetPropertyTree!= null):((journalenhetPropertyTree == null)||(!journalenhetPropertyTree.isLeaf())))) { this.journalenhet = _other.journalenhet; } final PropertyTree saksstatusPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("saksstatus")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(saksstatusPropertyTree!= null):((saksstatusPropertyTree == null)||(!saksstatusPropertyTree.isLeaf())))) { this.saksstatus = ((_other.saksstatus == null)?null:_other.saksstatus.newCopyBuilder(this, saksstatusPropertyTree, _propertyTreeUse)); } final PropertyTree utlaantDatoPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("utlaantDato")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(utlaantDatoPropertyTree!= null):((utlaantDatoPropertyTree == null)||(!utlaantDatoPropertyTree.isLeaf())))) { this.utlaantDato = _other.utlaantDato; } final PropertyTree utlaantTilPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("utlaantTil")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(utlaantTilPropertyTree!= null):((utlaantTilPropertyTree == null)||(!utlaantTilPropertyTree.isLeaf())))) { this.utlaantTil = _other.utlaantTil; } final PropertyTree presedensPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("presedens")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(presedensPropertyTree!= null):((presedensPropertyTree == null)||(!presedensPropertyTree.isLeaf())))) { if (_other.presedens == null) { this.presedens = null; } else { this.presedens = new ArrayList>>(); for (Presedens _item: _other.presedens) { this.presedens.add(((_item == null)?null:_item.newCopyBuilder(this, presedensPropertyTree, _propertyTreeUse))); } } } final PropertyTree matrikkelnummersPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("matrikkelnummers")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(matrikkelnummersPropertyTree!= null):((matrikkelnummersPropertyTree == null)||(!matrikkelnummersPropertyTree.isLeaf())))) { if (_other.matrikkelnummers == null) { this.matrikkelnummers = null; } else { this.matrikkelnummers = new ArrayList>>(); for (Matrikkelnummer _item: _other.matrikkelnummers) { this.matrikkelnummers.add(((_item == null)?null:_item.newCopyBuilder(this, matrikkelnummersPropertyTree, _propertyTreeUse))); } } } final PropertyTree byggidentsPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("byggidents")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(byggidentsPropertyTree!= null):((byggidentsPropertyTree == null)||(!byggidentsPropertyTree.isLeaf())))) { if (_other.byggidents == null) { this.byggidents = null; } else { this.byggidents = new ArrayList>>(); for (Byggident _item: _other.byggidents) { this.byggidents.add(((_item == null)?null:_item.newCopyBuilder(this, byggidentsPropertyTree, _propertyTreeUse))); } } } final PropertyTree planidentPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("planident")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(planidentPropertyTree!= null):((planidentPropertyTree == null)||(!planidentPropertyTree.isLeaf())))) { this.planident = ((_other.planident == null)?null:_other.planident.newCopyBuilder(this, planidentPropertyTree, _propertyTreeUse)); } final PropertyTree punktPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("punkt")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(punktPropertyTree!= null):((punktPropertyTree == null)||(!punktPropertyTree.isLeaf())))) { this.punkt = ((_other.punkt == null)?null:_other.punkt.newCopyBuilder(this, punktPropertyTree, _propertyTreeUse)); } final PropertyTree adressesPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("adresses")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(adressesPropertyTree!= null):((adressesPropertyTree == null)||(!adressesPropertyTree.isLeaf())))) { if (_other.adresses == null) { this.adresses = null; } else { this.adresses = new ArrayList>>(); for (Adresse _item: _other.adresses) { this.adresses.add(((_item == null)?null:_item.newCopyBuilder(this, adressesPropertyTree, _propertyTreeUse))); } } } } } protected<_P extends Saksmappe >_P init(final _P _product) { _product.saksaar = this.saksaar; _product.sakssekvensnummer = this.sakssekvensnummer; _product.saksdato = this.saksdato; _product.administrativEnhet = ((this.administrativEnhet == null)?null:this.administrativEnhet.build()); _product.saksansvarlig = ((this.saksansvarlig == null)?null:this.saksansvarlig.build()); _product.journalenhet = this.journalenhet; _product.saksstatus = ((this.saksstatus == null)?null:this.saksstatus.build()); _product.utlaantDato = this.utlaantDato; _product.utlaantTil = this.utlaantTil; if (this.presedens!= null) { final List presedens = new ArrayList(this.presedens.size()); for (Presedens.Builder> _item: this.presedens) { presedens.add(_item.build()); } _product.presedens = presedens; } if (this.matrikkelnummers!= null) { final List matrikkelnummers = new ArrayList(this.matrikkelnummers.size()); for (Matrikkelnummer.Builder> _item: this.matrikkelnummers) { matrikkelnummers.add(_item.build()); } _product.matrikkelnummers = matrikkelnummers; } if (this.byggidents!= null) { final List byggidents = new ArrayList(this.byggidents.size()); for (Byggident.Builder> _item: this.byggidents) { byggidents.add(_item.build()); } _product.byggidents = byggidents; } _product.planident = ((this.planident == null)?null:this.planident.build()); _product.punkt = ((this.punkt == null)?null:this.punkt.build()); if (this.adresses!= null) { final List adresses = new ArrayList(this.adresses.size()); for (Adresse.Builder> _item: this.adresses) { adresses.add(_item.build()); } _product.adresses = adresses; } return super.init(_product); } /** * Sets the new value of "saksaar" (any previous value will be replaced) * * @param saksaar * New value of the "saksaar" property. */ public Saksmappe.Builder<_B> withSaksaar(final int saksaar) { this.saksaar = saksaar; return this; } /** * Sets the new value of "sakssekvensnummer" (any previous value will be replaced) * * @param sakssekvensnummer * New value of the "sakssekvensnummer" property. */ public Saksmappe.Builder<_B> withSakssekvensnummer(final int sakssekvensnummer) { this.sakssekvensnummer = sakssekvensnummer; return this; } /** * Sets the new value of "saksdato" (any previous value will be replaced) * * @param saksdato * New value of the "saksdato" property. */ public Saksmappe.Builder<_B> withSaksdato(final LocalDate saksdato) { this.saksdato = saksdato; return this; } /** * Sets the new value of "administrativEnhet" (any previous value will be replaced) * * @param administrativEnhet * New value of the "administrativEnhet" property. */ public Saksmappe.Builder<_B> withAdministrativEnhet(final AdministrativEnhet administrativEnhet) { this.administrativEnhet = ((administrativEnhet == null)?null:new AdministrativEnhet.Builder>(this, administrativEnhet, false)); return this; } /** * Returns the existing builder or a new builder to build the value of the * "administrativEnhet" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.AdministrativEnhet.Builder#end()} * to return to the current builder. * * @return * A new builder to build the value of the "administrativEnhet" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.AdministrativEnhet.Builder#end()} * to return to the current builder. */ public AdministrativEnhet.Builder> withAdministrativEnhet() { if (this.administrativEnhet!= null) { return this.administrativEnhet; } return this.administrativEnhet = new AdministrativEnhet.Builder>(this, null, false); } /** * Sets the new value of "saksansvarlig" (any previous value will be replaced) * * @param saksansvarlig * New value of the "saksansvarlig" property. */ public Saksmappe.Builder<_B> withSaksansvarlig(final Saksansvarlig saksansvarlig) { this.saksansvarlig = ((saksansvarlig == null)?null:new Saksansvarlig.Builder>(this, saksansvarlig, false)); return this; } /** * Returns the existing builder or a new builder to build the value of the * "saksansvarlig" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Saksansvarlig.Builder#end()} * to return to the current builder. * * @return * A new builder to build the value of the "saksansvarlig" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Saksansvarlig.Builder#end()} * to return to the current builder. */ public Saksansvarlig.Builder> withSaksansvarlig() { if (this.saksansvarlig!= null) { return this.saksansvarlig; } return this.saksansvarlig = new Saksansvarlig.Builder>(this, null, false); } /** * Sets the new value of "journalenhet" (any previous value will be replaced) * * @param journalenhet * New value of the "journalenhet" property. */ public Saksmappe.Builder<_B> withJournalenhet(final String journalenhet) { this.journalenhet = journalenhet; return this; } /** * Sets the new value of "saksstatus" (any previous value will be replaced) * * @param saksstatus * New value of the "saksstatus" property. */ public Saksmappe.Builder<_B> withSaksstatus(final Saksstatus saksstatus) { this.saksstatus = ((saksstatus == null)?null:new Saksstatus.Builder>(this, saksstatus, false)); return this; } /** * Returns the existing builder or a new builder to build the value of the * "saksstatus" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Saksstatus.Builder#end()} to * return to the current builder. * * @return * A new builder to build the value of the "saksstatus" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Saksstatus.Builder#end()} to * return to the current builder. */ public Saksstatus.Builder> withSaksstatus() { if (this.saksstatus!= null) { return this.saksstatus; } return this.saksstatus = new Saksstatus.Builder>(this, null, false); } /** * Sets the new value of "utlaantDato" (any previous value will be replaced) * * @param utlaantDato * New value of the "utlaantDato" property. */ public Saksmappe.Builder<_B> withUtlaantDato(final LocalDate utlaantDato) { this.utlaantDato = utlaantDato; return this; } /** * Sets the new value of "utlaantTil" (any previous value will be replaced) * * @param utlaantTil * New value of the "utlaantTil" property. */ public Saksmappe.Builder<_B> withUtlaantTil(final String utlaantTil) { this.utlaantTil = utlaantTil; return this; } /** * Adds the given items to the value of "presedens" * * @param presedens * Items to add to the value of the "presedens" property */ public Saksmappe.Builder<_B> addPresedens(final Iterable presedens) { if (presedens!= null) { if (this.presedens == null) { this.presedens = new ArrayList>>(); } for (Presedens _item: presedens) { this.presedens.add(new Presedens.Builder>(this, _item, false)); } } return this; } /** * Sets the new value of "presedens" (any previous value will be replaced) * * @param presedens * New value of the "presedens" property. */ public Saksmappe.Builder<_B> withPresedens(final Iterable presedens) { if (this.presedens!= null) { this.presedens.clear(); } return addPresedens(presedens); } /** * Adds the given items to the value of "presedens" * * @param presedens * Items to add to the value of the "presedens" property */ public Saksmappe.Builder<_B> addPresedens(Presedens... presedens) { addPresedens(Arrays.asList(presedens)); return this; } /** * Sets the new value of "presedens" (any previous value will be replaced) * * @param presedens * New value of the "presedens" property. */ public Saksmappe.Builder<_B> withPresedens(Presedens... presedens) { withPresedens(Arrays.asList(presedens)); return this; } /** * Returns a new builder to build an additional value of the "Presedens" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Presedens.Builder#end()} to return * to the current builder. * * @return * a new builder to build an additional value of the "Presedens" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Presedens.Builder#end()} to return * to the current builder. */ public Presedens.Builder> addPresedens() { if (this.presedens == null) { this.presedens = new ArrayList>>(); } final Presedens.Builder> presedens_Builder = new Presedens.Builder>(this, null, false); this.presedens.add(presedens_Builder); return presedens_Builder; } /** * Adds the given items to the value of "matrikkelnummers" * * @param matrikkelnummers * Items to add to the value of the "matrikkelnummers" property */ public Saksmappe.Builder<_B> addMatrikkelnummers(final Iterable matrikkelnummers) { if (matrikkelnummers!= null) { if (this.matrikkelnummers == null) { this.matrikkelnummers = new ArrayList>>(); } for (Matrikkelnummer _item: matrikkelnummers) { this.matrikkelnummers.add(new Matrikkelnummer.Builder>(this, _item, false)); } } return this; } /** * Sets the new value of "matrikkelnummers" (any previous value will be replaced) * * @param matrikkelnummers * New value of the "matrikkelnummers" property. */ public Saksmappe.Builder<_B> withMatrikkelnummers(final Iterable matrikkelnummers) { if (this.matrikkelnummers!= null) { this.matrikkelnummers.clear(); } return addMatrikkelnummers(matrikkelnummers); } /** * Adds the given items to the value of "matrikkelnummers" * * @param matrikkelnummers * Items to add to the value of the "matrikkelnummers" property */ public Saksmappe.Builder<_B> addMatrikkelnummers(Matrikkelnummer... matrikkelnummers) { addMatrikkelnummers(Arrays.asList(matrikkelnummers)); return this; } /** * Sets the new value of "matrikkelnummers" (any previous value will be replaced) * * @param matrikkelnummers * New value of the "matrikkelnummers" property. */ public Saksmappe.Builder<_B> withMatrikkelnummers(Matrikkelnummer... matrikkelnummers) { withMatrikkelnummers(Arrays.asList(matrikkelnummers)); return this; } /** * Returns a new builder to build an additional value of the "Matrikkelnummers" * property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Matrikkelnummer.Builder#end()} to * return to the current builder. * * @return * a new builder to build an additional value of the "Matrikkelnummers" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Matrikkelnummer.Builder#end()} to * return to the current builder. */ public Matrikkelnummer.Builder> addMatrikkelnummers() { if (this.matrikkelnummers == null) { this.matrikkelnummers = new ArrayList>>(); } final Matrikkelnummer.Builder> matrikkelnummers_Builder = new Matrikkelnummer.Builder>(this, null, false); this.matrikkelnummers.add(matrikkelnummers_Builder); return matrikkelnummers_Builder; } /** * Adds the given items to the value of "byggidents" * * @param byggidents * Items to add to the value of the "byggidents" property */ public Saksmappe.Builder<_B> addByggidents(final Iterable byggidents) { if (byggidents!= null) { if (this.byggidents == null) { this.byggidents = new ArrayList>>(); } for (Byggident _item: byggidents) { this.byggidents.add(new Byggident.Builder>(this, _item, false)); } } return this; } /** * Sets the new value of "byggidents" (any previous value will be replaced) * * @param byggidents * New value of the "byggidents" property. */ public Saksmappe.Builder<_B> withByggidents(final Iterable byggidents) { if (this.byggidents!= null) { this.byggidents.clear(); } return addByggidents(byggidents); } /** * Adds the given items to the value of "byggidents" * * @param byggidents * Items to add to the value of the "byggidents" property */ public Saksmappe.Builder<_B> addByggidents(Byggident... byggidents) { addByggidents(Arrays.asList(byggidents)); return this; } /** * Sets the new value of "byggidents" (any previous value will be replaced) * * @param byggidents * New value of the "byggidents" property. */ public Saksmappe.Builder<_B> withByggidents(Byggident... byggidents) { withByggidents(Arrays.asList(byggidents)); return this; } /** * Returns a new builder to build an additional value of the "Byggidents" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Byggident.Builder#end()} to return * to the current builder. * * @return * a new builder to build an additional value of the "Byggidents" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Byggident.Builder#end()} to return * to the current builder. */ public Byggident.Builder> addByggidents() { if (this.byggidents == null) { this.byggidents = new ArrayList>>(); } final Byggident.Builder> byggidents_Builder = new Byggident.Builder>(this, null, false); this.byggidents.add(byggidents_Builder); return byggidents_Builder; } /** * Sets the new value of "planident" (any previous value will be replaced) * * @param planident * New value of the "planident" property. */ public Saksmappe.Builder<_B> withPlanident(final Planident planident) { this.planident = ((planident == null)?null:new Planident.Builder>(this, planident, false)); return this; } /** * Returns the existing builder or a new builder to build the value of the * "planident" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Planident.Builder#end()} to return * to the current builder. * * @return * A new builder to build the value of the "planident" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Planident.Builder#end()} to return * to the current builder. */ public Planident.Builder> withPlanident() { if (this.planident!= null) { return this.planident; } return this.planident = new Planident.Builder>(this, null, false); } /** * Sets the new value of "punkt" (any previous value will be replaced) * * @param punkt * New value of the "punkt" property. */ public Saksmappe.Builder<_B> withPunkt(final Punkt punkt) { this.punkt = ((punkt == null)?null:new Punkt.Builder>(this, punkt, false)); return this; } /** * Returns the existing builder or a new builder to build the value of the "punkt" * property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Punkt.Builder#end()} to return to * the current builder. * * @return * A new builder to build the value of the "punkt" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Punkt.Builder#end()} to return to * the current builder. */ public Punkt.Builder> withPunkt() { if (this.punkt!= null) { return this.punkt; } return this.punkt = new Punkt.Builder>(this, null, false); } /** * Adds the given items to the value of "adresses" * * @param adresses * Items to add to the value of the "adresses" property */ public Saksmappe.Builder<_B> addAdresses(final Iterable adresses) { if (adresses!= null) { if (this.adresses == null) { this.adresses = new ArrayList>>(); } for (Adresse _item: adresses) { this.adresses.add(new Adresse.Builder>(this, _item, false)); } } return this; } /** * Sets the new value of "adresses" (any previous value will be replaced) * * @param adresses * New value of the "adresses" property. */ public Saksmappe.Builder<_B> withAdresses(final Iterable adresses) { if (this.adresses!= null) { this.adresses.clear(); } return addAdresses(adresses); } /** * Adds the given items to the value of "adresses" * * @param adresses * Items to add to the value of the "adresses" property */ public Saksmappe.Builder<_B> addAdresses(Adresse... adresses) { addAdresses(Arrays.asList(adresses)); return this; } /** * Sets the new value of "adresses" (any previous value will be replaced) * * @param adresses * New value of the "adresses" property. */ public Saksmappe.Builder<_B> withAdresses(Adresse... adresses) { withAdresses(Arrays.asList(adresses)); return this; } /** * Returns a new builder to build an additional value of the "Adresses" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Adresse.Builder#end()} to return to * the current builder. * * @return * a new builder to build an additional value of the "Adresses" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Adresse.Builder#end()} to return to * the current builder. */ public Adresse.Builder> addAdresses() { if (this.adresses == null) { this.adresses = new ArrayList>>(); } final Adresse.Builder> adresses_Builder = new Adresse.Builder>(this, null, false); this.adresses.add(adresses_Builder); return adresses_Builder; } /** * Sets the new value of "systemID" (any previous value will be replaced) * * @param systemID * New value of the "systemID" property. */ @Override public Saksmappe.Builder<_B> withSystemID(final SystemID systemID) { super.withSystemID(systemID); return this; } /** * Returns the existing builder or a new builder to build the value of the * "systemID" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.SystemID.Builder#end()} to * return to the current builder. * * @return * A new builder to build the value of the "systemID" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.SystemID.Builder#end()} to * return to the current builder. */ public SystemID.Builder> withSystemID() { return ((SystemID.Builder> ) super.withSystemID()); } /** * Sets the new value of "mappeID" (any previous value will be replaced) * * @param mappeID * New value of the "mappeID" property. */ @Override public Saksmappe.Builder<_B> withMappeID(final String mappeID) { super.withMappeID(mappeID); return this; } /** * Sets the new value of "referanseForeldermappe" (any previous value will be * replaced) * * @param referanseForeldermappe * New value of the "referanseForeldermappe" property. */ @Override public Saksmappe.Builder<_B> withReferanseForeldermappe(final ReferanseTilMappe referanseForeldermappe) { super.withReferanseForeldermappe(referanseForeldermappe); return this; } /** * Returns the existing builder or a new builder to build the value of the * "referanseForeldermappe" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.ReferanseTilMappe.Builder#end()} * to return to the current builder. * * @return * A new builder to build the value of the "referanseForeldermappe" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.ReferanseTilMappe.Builder#end()} * to return to the current builder. */ public ReferanseTilMappe.Builder> withReferanseForeldermappe() { return ((ReferanseTilMappe.Builder> ) super.withReferanseForeldermappe()); } /** * Sets the new value of "tittel" (any previous value will be replaced) * * @param tittel * New value of the "tittel" property. */ @Override public Saksmappe.Builder<_B> withTittel(final String tittel) { super.withTittel(tittel); return this; } /** * Sets the new value of "offentligTittel" (any previous value will be replaced) * * @param offentligTittel * New value of the "offentligTittel" property. */ @Override public Saksmappe.Builder<_B> withOffentligTittel(final String offentligTittel) { super.withOffentligTittel(offentligTittel); return this; } /** * Sets the new value of "beskrivelse" (any previous value will be replaced) * * @param beskrivelse * New value of the "beskrivelse" property. */ @Override public Saksmappe.Builder<_B> withBeskrivelse(final String beskrivelse) { super.withBeskrivelse(beskrivelse); return this; } /** * Adds the given items to the value of "noekkelords" * * @param noekkelords * Items to add to the value of the "noekkelords" property */ @Override public Saksmappe.Builder<_B> addNoekkelords(final Iterable noekkelords) { super.addNoekkelords(noekkelords); return this; } /** * Adds the given items to the value of "noekkelords" * * @param noekkelords * Items to add to the value of the "noekkelords" property */ @Override public Saksmappe.Builder<_B> addNoekkelords(String... noekkelords) { super.addNoekkelords(noekkelords); return this; } /** * Sets the new value of "noekkelords" (any previous value will be replaced) * * @param noekkelords * New value of the "noekkelords" property. */ @Override public Saksmappe.Builder<_B> withNoekkelords(final Iterable noekkelords) { super.withNoekkelords(noekkelords); return this; } /** * Sets the new value of "noekkelords" (any previous value will be replaced) * * @param noekkelords * New value of the "noekkelords" property. */ @Override public Saksmappe.Builder<_B> withNoekkelords(String... noekkelords) { super.withNoekkelords(noekkelords); return this; } /** * Sets the new value of "dokumentmedium" (any previous value will be replaced) * * @param dokumentmedium * New value of the "dokumentmedium" property. */ @Override public Saksmappe.Builder<_B> withDokumentmedium(final Dokumentmedium dokumentmedium) { super.withDokumentmedium(dokumentmedium); return this; } /** * Returns the existing builder or a new builder to build the value of the * "dokumentmedium" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Dokumentmedium.Builder#end()} * to return to the current builder. * * @return * A new builder to build the value of the "dokumentmedium" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Dokumentmedium.Builder#end()} * to return to the current builder. */ public Dokumentmedium.Builder> withDokumentmedium() { return ((Dokumentmedium.Builder> ) super.withDokumentmedium()); } /** * Adds the given items to the value of "oppbevaringssteds" * * @param oppbevaringssteds * Items to add to the value of the "oppbevaringssteds" property */ @Override public Saksmappe.Builder<_B> addOppbevaringssteds(final Iterable oppbevaringssteds) { super.addOppbevaringssteds(oppbevaringssteds); return this; } /** * Adds the given items to the value of "oppbevaringssteds" * * @param oppbevaringssteds * Items to add to the value of the "oppbevaringssteds" property */ @Override public Saksmappe.Builder<_B> addOppbevaringssteds(String... oppbevaringssteds) { super.addOppbevaringssteds(oppbevaringssteds); return this; } /** * Sets the new value of "oppbevaringssteds" (any previous value will be replaced) * * @param oppbevaringssteds * New value of the "oppbevaringssteds" property. */ @Override public Saksmappe.Builder<_B> withOppbevaringssteds(final Iterable oppbevaringssteds) { super.withOppbevaringssteds(oppbevaringssteds); return this; } /** * Sets the new value of "oppbevaringssteds" (any previous value will be replaced) * * @param oppbevaringssteds * New value of the "oppbevaringssteds" property. */ @Override public Saksmappe.Builder<_B> withOppbevaringssteds(String... oppbevaringssteds) { super.withOppbevaringssteds(oppbevaringssteds); return this; } /** * Sets the new value of "opprettetDato" (any previous value will be replaced) * * @param opprettetDato * New value of the "opprettetDato" property. */ @Override public Saksmappe.Builder<_B> withOpprettetDato(final ZonedDateTime opprettetDato) { super.withOpprettetDato(opprettetDato); return this; } /** * Sets the new value of "opprettetAv" (any previous value will be replaced) * * @param opprettetAv * New value of the "opprettetAv" property. */ @Override public Saksmappe.Builder<_B> withOpprettetAv(final String opprettetAv) { super.withOpprettetAv(opprettetAv); return this; } /** * Sets the new value of "avsluttetDato" (any previous value will be replaced) * * @param avsluttetDato * New value of the "avsluttetDato" property. */ @Override public Saksmappe.Builder<_B> withAvsluttetDato(final ZonedDateTime avsluttetDato) { super.withAvsluttetDato(avsluttetDato); return this; } /** * Sets the new value of "avsluttetAv" (any previous value will be replaced) * * @param avsluttetAv * New value of the "avsluttetAv" property. */ @Override public Saksmappe.Builder<_B> withAvsluttetAv(final String avsluttetAv) { super.withAvsluttetAv(avsluttetAv); return this; } /** * Sets the new value of "arkivdel" (any previous value will be replaced) * * @param arkivdel * New value of the "arkivdel" property. */ @Override public Saksmappe.Builder<_B> withArkivdel(final Kode arkivdel) { super.withArkivdel(arkivdel); return this; } /** * Returns the existing builder or a new builder to build the value of the * "arkivdel" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Kode.Builder#end()} * to return to the current builder. * * @return * A new builder to build the value of the "arkivdel" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Kode.Builder#end()} * to return to the current builder. */ public Kode.Builder> withArkivdel() { return ((Kode.Builder> ) super.withArkivdel()); } /** * Sets the new value of "virksomhetsspesifikkeMetadata" (any previous value will * be replaced) * * @param virksomhetsspesifikkeMetadata * New value of the "virksomhetsspesifikkeMetadata" property. */ @Override public Saksmappe.Builder<_B> withVirksomhetsspesifikkeMetadata(final Object virksomhetsspesifikkeMetadata) { super.withVirksomhetsspesifikkeMetadata(virksomhetsspesifikkeMetadata); return this; } /** * Adds the given items to the value of "parts" * * @param parts * Items to add to the value of the "parts" property */ @Override public Saksmappe.Builder<_B> addParts(final Iterable parts) { super.addParts(parts); return this; } /** * Adds the given items to the value of "parts" * * @param parts * Items to add to the value of the "parts" property */ @Override public Saksmappe.Builder<_B> addParts(Part... parts) { super.addParts(parts); return this; } /** * Sets the new value of "parts" (any previous value will be replaced) * * @param parts * New value of the "parts" property. */ @Override public Saksmappe.Builder<_B> withParts(final Iterable parts) { super.withParts(parts); return this; } /** * Sets the new value of "parts" (any previous value will be replaced) * * @param parts * New value of the "parts" property. */ @Override public Saksmappe.Builder<_B> withParts(Part... parts) { super.withParts(parts); return this; } /** * Returns a new builder to build an additional value of the "parts" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Part.Builder#end()} to return to * the current builder. * * @return * a new builder to build an additional value of the "parts" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Part.Builder#end()} to return to * the current builder. */ @Override public Part.Builder> addParts() { return ((Part.Builder> ) super.addParts()); } /** * Adds the given items to the value of "kryssreferanses" * * @param kryssreferanses * Items to add to the value of the "kryssreferanses" property */ @Override public Saksmappe.Builder<_B> addKryssreferanses(final Iterable kryssreferanses) { super.addKryssreferanses(kryssreferanses); return this; } /** * Adds the given items to the value of "kryssreferanses" * * @param kryssreferanses * Items to add to the value of the "kryssreferanses" property */ @Override public Saksmappe.Builder<_B> addKryssreferanses(Kryssreferanse... kryssreferanses) { super.addKryssreferanses(kryssreferanses); return this; } /** * Sets the new value of "kryssreferanses" (any previous value will be replaced) * * @param kryssreferanses * New value of the "kryssreferanses" property. */ @Override public Saksmappe.Builder<_B> withKryssreferanses(final Iterable kryssreferanses) { super.withKryssreferanses(kryssreferanses); return this; } /** * Sets the new value of "kryssreferanses" (any previous value will be replaced) * * @param kryssreferanses * New value of the "kryssreferanses" property. */ @Override public Saksmappe.Builder<_B> withKryssreferanses(Kryssreferanse... kryssreferanses) { super.withKryssreferanses(kryssreferanses); return this; } /** * Returns a new builder to build an additional value of the "kryssreferanses" * property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Kryssreferanse.Builder#end()} to * return to the current builder. * * @return * a new builder to build an additional value of the "kryssreferanses" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Kryssreferanse.Builder#end()} to * return to the current builder. */ @Override public Kryssreferanse.Builder> addKryssreferanses() { return ((Kryssreferanse.Builder> ) super.addKryssreferanses()); } /** * Adds the given items to the value of "merknads" * * @param merknads * Items to add to the value of the "merknads" property */ @Override public Saksmappe.Builder<_B> addMerknads(final Iterable merknads) { super.addMerknads(merknads); return this; } /** * Adds the given items to the value of "merknads" * * @param merknads * Items to add to the value of the "merknads" property */ @Override public Saksmappe.Builder<_B> addMerknads(Merknad... merknads) { super.addMerknads(merknads); return this; } /** * Sets the new value of "merknads" (any previous value will be replaced) * * @param merknads * New value of the "merknads" property. */ @Override public Saksmappe.Builder<_B> withMerknads(final Iterable merknads) { super.withMerknads(merknads); return this; } /** * Sets the new value of "merknads" (any previous value will be replaced) * * @param merknads * New value of the "merknads" property. */ @Override public Saksmappe.Builder<_B> withMerknads(Merknad... merknads) { super.withMerknads(merknads); return this; } /** * Returns a new builder to build an additional value of the "merknads" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Merknad.Builder#end()} to return to * the current builder. * * @return * a new builder to build an additional value of the "merknads" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Merknad.Builder#end()} to return to * the current builder. */ @Override public Merknad.Builder> addMerknads() { return ((Merknad.Builder> ) super.addMerknads()); } /** * Sets the new value of "kassasjon" (any previous value will be replaced) * * @param kassasjon * New value of the "kassasjon" property. */ @Override public Saksmappe.Builder<_B> withKassasjon(final Kassasjon kassasjon) { super.withKassasjon(kassasjon); return this; } /** * Returns the existing builder or a new builder to build the value of the * "kassasjon" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Kassasjon.Builder#end()} to return * to the current builder. * * @return * A new builder to build the value of the "kassasjon" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Kassasjon.Builder#end()} to return * to the current builder. */ public Kassasjon.Builder> withKassasjon() { return ((Kassasjon.Builder> ) super.withKassasjon()); } /** * Sets the new value of "skjerming" (any previous value will be replaced) * * @param skjerming * New value of the "skjerming" property. */ @Override public Saksmappe.Builder<_B> withSkjerming(final Skjerming skjerming) { super.withSkjerming(skjerming); return this; } /** * Returns the existing builder or a new builder to build the value of the * "skjerming" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Skjerming.Builder#end()} to return * to the current builder. * * @return * A new builder to build the value of the "skjerming" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Skjerming.Builder#end()} to return * to the current builder. */ public Skjerming.Builder> withSkjerming() { return ((Skjerming.Builder> ) super.withSkjerming()); } /** * Sets the new value of "gradering" (any previous value will be replaced) * * @param gradering * New value of the "gradering" property. */ @Override public Saksmappe.Builder<_B> withGradering(final Gradering gradering) { super.withGradering(gradering); return this; } /** * Returns the existing builder or a new builder to build the value of the * "gradering" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Gradering.Builder#end()} to return * to the current builder. * * @return * A new builder to build the value of the "gradering" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Gradering.Builder#end()} to return * to the current builder. */ public Gradering.Builder> withGradering() { return ((Gradering.Builder> ) super.withGradering()); } /** * Adds the given items to the value of "klassifikasjons" * * @param klassifikasjons * Items to add to the value of the "klassifikasjons" property */ @Override public Saksmappe.Builder<_B> addKlassifikasjons(final Iterable klassifikasjons) { super.addKlassifikasjons(klassifikasjons); return this; } /** * Adds the given items to the value of "klassifikasjons" * * @param klassifikasjons * Items to add to the value of the "klassifikasjons" property */ @Override public Saksmappe.Builder<_B> addKlassifikasjons(Klassifikasjon... klassifikasjons) { super.addKlassifikasjons(klassifikasjons); return this; } /** * Sets the new value of "klassifikasjons" (any previous value will be replaced) * * @param klassifikasjons * New value of the "klassifikasjons" property. */ @Override public Saksmappe.Builder<_B> withKlassifikasjons(final Iterable klassifikasjons) { super.withKlassifikasjons(klassifikasjons); return this; } /** * Sets the new value of "klassifikasjons" (any previous value will be replaced) * * @param klassifikasjons * New value of the "klassifikasjons" property. */ @Override public Saksmappe.Builder<_B> withKlassifikasjons(Klassifikasjon... klassifikasjons) { super.withKlassifikasjons(klassifikasjons); return this; } /** * Returns a new builder to build an additional value of the "klassifikasjons" * property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Klassifikasjon.Builder#end()} to * return to the current builder. * * @return * a new builder to build an additional value of the "klassifikasjons" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Klassifikasjon.Builder#end()} to * return to the current builder. */ @Override public Klassifikasjon.Builder> addKlassifikasjons() { return ((Klassifikasjon.Builder> ) super.addKlassifikasjons()); } /** * Sets the new value of "referanseEksternNoekkel" (any previous value will be * replaced) * * @param referanseEksternNoekkel * New value of the "referanseEksternNoekkel" property. */ @Override public Saksmappe.Builder<_B> withReferanseEksternNoekkel(final EksternNoekkel referanseEksternNoekkel) { super.withReferanseEksternNoekkel(referanseEksternNoekkel); return this; } /** * Returns the existing builder or a new builder to build the value of the * "referanseEksternNoekkel" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.EksternNoekkel.Builder#end()} * to return to the current builder. * * @return * A new builder to build the value of the "referanseEksternNoekkel" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.EksternNoekkel.Builder#end()} * to return to the current builder. */ public EksternNoekkel.Builder> withReferanseEksternNoekkel() { return ((EksternNoekkel.Builder> ) super.withReferanseEksternNoekkel()); } /** * Adds the given items to the value of "registrerings" * * @param registrerings * Items to add to the value of the "registrerings" property */ @Override public Saksmappe.Builder<_B> addRegistrerings(final Iterable registrerings) { super.addRegistrerings(registrerings); return this; } /** * Adds the given items to the value of "registrerings" * * @param registrerings * Items to add to the value of the "registrerings" property */ @Override public Saksmappe.Builder<_B> addRegistrerings(Registrering... registrerings) { super.addRegistrerings(registrerings); return this; } /** * Sets the new value of "registrerings" (any previous value will be replaced) * * @param registrerings * New value of the "registrerings" property. */ @Override public Saksmappe.Builder<_B> withRegistrerings(final Iterable registrerings) { super.withRegistrerings(registrerings); return this; } /** * Sets the new value of "registrerings" (any previous value will be replaced) * * @param registrerings * New value of the "registrerings" property. */ @Override public Saksmappe.Builder<_B> withRegistrerings(Registrering... registrerings) { super.withRegistrerings(registrerings); return this; } /** * Returns a new builder to build an additional value of the "registrerings" * property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Registrering.Builder#end()} to * return to the current builder. * * @return * a new builder to build an additional value of the "registrerings" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Registrering.Builder#end()} to * return to the current builder. */ @Override public Registrering.Builder> addRegistrerings() { return ((Registrering.Builder> ) super.addRegistrerings()); } /** * Adds the given items to the value of "mappes" * * @param mappes * Items to add to the value of the "mappes" property */ @Override public Saksmappe.Builder<_B> addMappes(final Iterable mappes) { super.addMappes(mappes); return this; } /** * Adds the given items to the value of "mappes" * * @param mappes * Items to add to the value of the "mappes" property */ @Override public Saksmappe.Builder<_B> addMappes(Mappe... mappes) { super.addMappes(mappes); return this; } /** * Sets the new value of "mappes" (any previous value will be replaced) * * @param mappes * New value of the "mappes" property. */ @Override public Saksmappe.Builder<_B> withMappes(final Iterable mappes) { super.withMappes(mappes); return this; } /** * Sets the new value of "mappes" (any previous value will be replaced) * * @param mappes * New value of the "mappes" property. */ @Override public Saksmappe.Builder<_B> withMappes(Mappe... mappes) { super.withMappes(mappes); return this; } /** * Returns a new builder to build an additional value of the "mappes" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Mappe.Builder#end()} to return to * the current builder. * * @return * a new builder to build an additional value of the "mappes" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.Mappe.Builder#end()} to return to * the current builder. */ @Override public Mappe.Builder> addMappes() { return ((Mappe.Builder> ) super.addMappes()); } /** * Sets the new value of "mappetype" (any previous value will be replaced) * * @param mappetype * New value of the "mappetype" property. */ @Override public Saksmappe.Builder<_B> withMappetype(final Kode mappetype) { super.withMappetype(mappetype); return this; } /** * Returns the existing builder or a new builder to build the value of the * "mappetype" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Kode.Builder#end()} * to return to the current builder. * * @return * A new builder to build the value of the "mappetype" property. * Use {@link no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.Kode.Builder#end()} * to return to the current builder. */ public Kode.Builder> withMappetype() { return ((Kode.Builder> ) super.withMappetype()); } @Override public Saksmappe build() { if (_storedValue == null) { return this.init(new Saksmappe()); } else { return ((Saksmappe) _storedValue); } } public Saksmappe.Builder<_B> copyOf(final Saksmappe _other) { _other.copyTo(this); return this; } public Saksmappe.Builder<_B> copyOf(final Saksmappe.Builder _other) { return copyOf(_other.build()); } } public static class Select extends Saksmappe.Selector { Select() { super(null, null, null); } public static Saksmappe.Select _root() { return new Saksmappe.Select(); } } public static class Selector , TParent > extends Mappe.Selector { private com.kscs.util.jaxb.Selector> saksdato = null; private AdministrativEnhet.Selector> administrativEnhet = null; private Saksansvarlig.Selector> saksansvarlig = null; private com.kscs.util.jaxb.Selector> journalenhet = null; private Saksstatus.Selector> saksstatus = null; private com.kscs.util.jaxb.Selector> utlaantDato = null; private com.kscs.util.jaxb.Selector> utlaantTil = null; private Presedens.Selector> presedens = null; private Matrikkelnummer.Selector> matrikkelnummers = null; private Byggident.Selector> byggidents = null; private Planident.Selector> planident = null; private Punkt.Selector> punkt = null; private Adresse.Selector> adresses = null; public Selector(final TRoot root, final TParent parent, final String propertyName) { super(root, parent, propertyName); } @Override public Map buildChildren() { final Map products = new HashMap(); products.putAll(super.buildChildren()); if (this.saksdato!= null) { products.put("saksdato", this.saksdato.init()); } if (this.administrativEnhet!= null) { products.put("administrativEnhet", this.administrativEnhet.init()); } if (this.saksansvarlig!= null) { products.put("saksansvarlig", this.saksansvarlig.init()); } if (this.journalenhet!= null) { products.put("journalenhet", this.journalenhet.init()); } if (this.saksstatus!= null) { products.put("saksstatus", this.saksstatus.init()); } if (this.utlaantDato!= null) { products.put("utlaantDato", this.utlaantDato.init()); } if (this.utlaantTil!= null) { products.put("utlaantTil", this.utlaantTil.init()); } if (this.presedens!= null) { products.put("presedens", this.presedens.init()); } if (this.matrikkelnummers!= null) { products.put("matrikkelnummers", this.matrikkelnummers.init()); } if (this.byggidents!= null) { products.put("byggidents", this.byggidents.init()); } if (this.planident!= null) { products.put("planident", this.planident.init()); } if (this.punkt!= null) { products.put("punkt", this.punkt.init()); } if (this.adresses!= null) { products.put("adresses", this.adresses.init()); } return products; } public com.kscs.util.jaxb.Selector> saksdato() { return ((this.saksdato == null)?this.saksdato = new com.kscs.util.jaxb.Selector>(this._root, this, "saksdato"):this.saksdato); } public AdministrativEnhet.Selector> administrativEnhet() { return ((this.administrativEnhet == null)?this.administrativEnhet = new AdministrativEnhet.Selector>(this._root, this, "administrativEnhet"):this.administrativEnhet); } public Saksansvarlig.Selector> saksansvarlig() { return ((this.saksansvarlig == null)?this.saksansvarlig = new Saksansvarlig.Selector>(this._root, this, "saksansvarlig"):this.saksansvarlig); } public com.kscs.util.jaxb.Selector> journalenhet() { return ((this.journalenhet == null)?this.journalenhet = new com.kscs.util.jaxb.Selector>(this._root, this, "journalenhet"):this.journalenhet); } public Saksstatus.Selector> saksstatus() { return ((this.saksstatus == null)?this.saksstatus = new Saksstatus.Selector>(this._root, this, "saksstatus"):this.saksstatus); } public com.kscs.util.jaxb.Selector> utlaantDato() { return ((this.utlaantDato == null)?this.utlaantDato = new com.kscs.util.jaxb.Selector>(this._root, this, "utlaantDato"):this.utlaantDato); } public com.kscs.util.jaxb.Selector> utlaantTil() { return ((this.utlaantTil == null)?this.utlaantTil = new com.kscs.util.jaxb.Selector>(this._root, this, "utlaantTil"):this.utlaantTil); } public Presedens.Selector> presedens() { return ((this.presedens == null)?this.presedens = new Presedens.Selector>(this._root, this, "presedens"):this.presedens); } public Matrikkelnummer.Selector> matrikkelnummers() { return ((this.matrikkelnummers == null)?this.matrikkelnummers = new Matrikkelnummer.Selector>(this._root, this, "matrikkelnummers"):this.matrikkelnummers); } public Byggident.Selector> byggidents() { return ((this.byggidents == null)?this.byggidents = new Byggident.Selector>(this._root, this, "byggidents"):this.byggidents); } public Planident.Selector> planident() { return ((this.planident == null)?this.planident = new Planident.Selector>(this._root, this, "planident"):this.planident); } public Punkt.Selector> punkt() { return ((this.punkt == null)?this.punkt = new Punkt.Selector>(this._root, this, "punkt"):this.punkt); } public Adresse.Selector> adresses() { return ((this.adresses == null)?this.adresses = new Adresse.Selector>(this._root, this, "adresses"):this.adresses); } } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy