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

no.ks.fiks.arkiv.v1.arkivmelding.oppdater.MappeOppdatering 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.arkivmelding.oppdater;

import java.util.HashMap;
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.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import com.kscs.util.jaxb.Buildable;
import com.kscs.util.jaxb.PropertyTree;
import com.kscs.util.jaxb.PropertyTreeUse;
import no.ks.fiks.arkiv.v1.arkivmelding.opprett.Gradering;
import no.ks.fiks.arkiv.v1.arkivmelding.opprett.Skjerming;
import no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.EksternNoekkel;
import no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.ReferanseTilMappe;


/**
 * 

Java class for mappeOppdatering complex type. * *

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

 * <complexType name="mappeOppdatering">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="referanseTilMappe" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}referanseTilMappe"/>
 *         <element name="referanseEksternNoekkel" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}eksternNoekkel" minOccurs="0"/>
 *         <element name="tittel" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}tittel" minOccurs="0"/>
 *         <element name="skjerming" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivmelding/opprett/v1}skjerming" minOccurs="0"/>
 *         <element name="gradering" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivmelding/opprett/v1}gradering" minOccurs="0"/>
 *         <element name="offentligTittel" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}offentligTittel" minOccurs="0"/>
 *         <element name="beskrivelse" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/metadatakatalog/v1}beskrivelse" minOccurs="0"/>
 *         <element name="virksomhetsspesifikkeMetadata" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
 *         <element name="partOppdateringer" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivmelding/oppdater/v1}partOppdateringer" minOccurs="0"/>
 *         <element name="kryssreferanseOppdateringer" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivmelding/oppdater/v1}kryssreferanseOppdateringer" minOccurs="0"/>
 *         <element name="merknadOppdateringer" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivmelding/oppdater/v1}merknadOppdateringer" minOccurs="0"/>
 *         <element name="klassifikasjonOppdateringer" type="{https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/arkivmelding/oppdater/v1}klassifikasjonOppdateringer" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "mappeOppdatering", propOrder = { "referanseTilMappe", "referanseEksternNoekkel", "tittel", "skjerming", "gradering", "offentligTittel", "beskrivelse", "virksomhetsspesifikkeMetadata", "partOppdateringer", "kryssreferanseOppdateringer", "merknadOppdateringer", "klassifikasjonOppdateringer" }) @XmlSeeAlso({ SaksmappeOppdatering.class }) public class MappeOppdatering { @XmlElement(required = true) protected ReferanseTilMappe referanseTilMappe; protected EksternNoekkel referanseEksternNoekkel; protected String tittel; protected Skjerming skjerming; protected Gradering gradering; protected String offentligTittel; protected String beskrivelse; protected Object virksomhetsspesifikkeMetadata; protected PartOppdateringer partOppdateringer; protected KryssreferanseOppdateringer kryssreferanseOppdateringer; protected MerknadOppdateringer merknadOppdateringer; protected KlassifikasjonOppdateringer klassifikasjonOppdateringer; /** * Gets the value of the referanseTilMappe property. * * @return * possible object is * {@link ReferanseTilMappe } * */ public ReferanseTilMappe getReferanseTilMappe() { return referanseTilMappe; } /** * Sets the value of the referanseTilMappe property. * * @param value * allowed object is * {@link ReferanseTilMappe } * */ public void setReferanseTilMappe(ReferanseTilMappe value) { this.referanseTilMappe = value; } /** * Gets the value of the referanseEksternNoekkel property. * * @return * possible object is * {@link EksternNoekkel } * */ public EksternNoekkel getReferanseEksternNoekkel() { return referanseEksternNoekkel; } /** * Sets the value of the referanseEksternNoekkel property. * * @param value * allowed object is * {@link EksternNoekkel } * */ public void setReferanseEksternNoekkel(EksternNoekkel value) { this.referanseEksternNoekkel = value; } /** * Gets the value of the tittel property. * * @return * possible object is * {@link String } * */ public String getTittel() { return tittel; } /** * Sets the value of the tittel property. * * @param value * allowed object is * {@link String } * */ public void setTittel(String value) { this.tittel = value; } /** * Gets the value of the skjerming property. * * @return * possible object is * {@link Skjerming } * */ public Skjerming getSkjerming() { return skjerming; } /** * Sets the value of the skjerming property. * * @param value * allowed object is * {@link Skjerming } * */ public void setSkjerming(Skjerming value) { this.skjerming = value; } /** * Gets the value of the gradering property. * * @return * possible object is * {@link Gradering } * */ public Gradering getGradering() { return gradering; } /** * Sets the value of the gradering property. * * @param value * allowed object is * {@link Gradering } * */ public void setGradering(Gradering value) { this.gradering = value; } /** * Gets the value of the offentligTittel property. * * @return * possible object is * {@link String } * */ public String getOffentligTittel() { return offentligTittel; } /** * Sets the value of the offentligTittel property. * * @param value * allowed object is * {@link String } * */ public void setOffentligTittel(String value) { this.offentligTittel = value; } /** * Gets the value of the beskrivelse property. * * @return * possible object is * {@link String } * */ public String getBeskrivelse() { return beskrivelse; } /** * Sets the value of the beskrivelse property. * * @param value * allowed object is * {@link String } * */ public void setBeskrivelse(String value) { this.beskrivelse = value; } /** * Gets the value of the virksomhetsspesifikkeMetadata property. * * @return * possible object is * {@link Object } * */ public Object getVirksomhetsspesifikkeMetadata() { return virksomhetsspesifikkeMetadata; } /** * Sets the value of the virksomhetsspesifikkeMetadata property. * * @param value * allowed object is * {@link Object } * */ public void setVirksomhetsspesifikkeMetadata(Object value) { this.virksomhetsspesifikkeMetadata = value; } /** * Gets the value of the partOppdateringer property. * * @return * possible object is * {@link PartOppdateringer } * */ public PartOppdateringer getPartOppdateringer() { return partOppdateringer; } /** * Sets the value of the partOppdateringer property. * * @param value * allowed object is * {@link PartOppdateringer } * */ public void setPartOppdateringer(PartOppdateringer value) { this.partOppdateringer = value; } /** * Gets the value of the kryssreferanseOppdateringer property. * * @return * possible object is * {@link KryssreferanseOppdateringer } * */ public KryssreferanseOppdateringer getKryssreferanseOppdateringer() { return kryssreferanseOppdateringer; } /** * Sets the value of the kryssreferanseOppdateringer property. * * @param value * allowed object is * {@link KryssreferanseOppdateringer } * */ public void setKryssreferanseOppdateringer(KryssreferanseOppdateringer value) { this.kryssreferanseOppdateringer = value; } /** * Gets the value of the merknadOppdateringer property. * * @return * possible object is * {@link MerknadOppdateringer } * */ public MerknadOppdateringer getMerknadOppdateringer() { return merknadOppdateringer; } /** * Sets the value of the merknadOppdateringer property. * * @param value * allowed object is * {@link MerknadOppdateringer } * */ public void setMerknadOppdateringer(MerknadOppdateringer value) { this.merknadOppdateringer = value; } /** * Gets the value of the klassifikasjonOppdateringer property. * * @return * possible object is * {@link KlassifikasjonOppdateringer } * */ public KlassifikasjonOppdateringer getKlassifikasjonOppdateringer() { return klassifikasjonOppdateringer; } /** * Sets the value of the klassifikasjonOppdateringer property. * * @param value * allowed object is * {@link KlassifikasjonOppdateringer } * */ public void setKlassifikasjonOppdateringer(KlassifikasjonOppdateringer value) { this.klassifikasjonOppdateringer = value; } /** * 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 MappeOppdatering.Builder<_B> _other) { _other.referanseTilMappe = ((this.referanseTilMappe == null)?null:this.referanseTilMappe.newCopyBuilder(_other)); _other.referanseEksternNoekkel = ((this.referanseEksternNoekkel == null)?null:this.referanseEksternNoekkel.newCopyBuilder(_other)); _other.tittel = this.tittel; _other.skjerming = ((this.skjerming == null)?null:this.skjerming.newCopyBuilder(_other)); _other.gradering = ((this.gradering == null)?null:this.gradering.newCopyBuilder(_other)); _other.offentligTittel = this.offentligTittel; _other.beskrivelse = this.beskrivelse; _other.virksomhetsspesifikkeMetadata = this.virksomhetsspesifikkeMetadata; _other.partOppdateringer = ((this.partOppdateringer == null)?null:this.partOppdateringer.newCopyBuilder(_other)); _other.kryssreferanseOppdateringer = ((this.kryssreferanseOppdateringer == null)?null:this.kryssreferanseOppdateringer.newCopyBuilder(_other)); _other.merknadOppdateringer = ((this.merknadOppdateringer == null)?null:this.merknadOppdateringer.newCopyBuilder(_other)); _other.klassifikasjonOppdateringer = ((this.klassifikasjonOppdateringer == null)?null:this.klassifikasjonOppdateringer.newCopyBuilder(_other)); } public<_B >MappeOppdatering.Builder<_B> newCopyBuilder(final _B _parentBuilder) { return new MappeOppdatering.Builder<_B>(_parentBuilder, this, true); } public MappeOppdatering.Builder newCopyBuilder() { return newCopyBuilder(null); } public static MappeOppdatering.Builder builder() { return new MappeOppdatering.Builder(null, null, false); } public static<_B >MappeOppdatering.Builder<_B> copyOf(final MappeOppdatering _other) { final MappeOppdatering.Builder<_B> _newBuilder = new MappeOppdatering.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 MappeOppdatering.Builder<_B> _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { final PropertyTree referanseTilMappePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("referanseTilMappe")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(referanseTilMappePropertyTree!= null):((referanseTilMappePropertyTree == null)||(!referanseTilMappePropertyTree.isLeaf())))) { _other.referanseTilMappe = ((this.referanseTilMappe == null)?null:this.referanseTilMappe.newCopyBuilder(_other, referanseTilMappePropertyTree, _propertyTreeUse)); } final PropertyTree referanseEksternNoekkelPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("referanseEksternNoekkel")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(referanseEksternNoekkelPropertyTree!= null):((referanseEksternNoekkelPropertyTree == null)||(!referanseEksternNoekkelPropertyTree.isLeaf())))) { _other.referanseEksternNoekkel = ((this.referanseEksternNoekkel == null)?null:this.referanseEksternNoekkel.newCopyBuilder(_other, referanseEksternNoekkelPropertyTree, _propertyTreeUse)); } final PropertyTree tittelPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("tittel")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(tittelPropertyTree!= null):((tittelPropertyTree == null)||(!tittelPropertyTree.isLeaf())))) { _other.tittel = this.tittel; } final PropertyTree skjermingPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("skjerming")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(skjermingPropertyTree!= null):((skjermingPropertyTree == null)||(!skjermingPropertyTree.isLeaf())))) { _other.skjerming = ((this.skjerming == null)?null:this.skjerming.newCopyBuilder(_other, skjermingPropertyTree, _propertyTreeUse)); } final PropertyTree graderingPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("gradering")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(graderingPropertyTree!= null):((graderingPropertyTree == null)||(!graderingPropertyTree.isLeaf())))) { _other.gradering = ((this.gradering == null)?null:this.gradering.newCopyBuilder(_other, graderingPropertyTree, _propertyTreeUse)); } final PropertyTree offentligTittelPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("offentligTittel")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(offentligTittelPropertyTree!= null):((offentligTittelPropertyTree == null)||(!offentligTittelPropertyTree.isLeaf())))) { _other.offentligTittel = this.offentligTittel; } final PropertyTree beskrivelsePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("beskrivelse")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(beskrivelsePropertyTree!= null):((beskrivelsePropertyTree == null)||(!beskrivelsePropertyTree.isLeaf())))) { _other.beskrivelse = this.beskrivelse; } final PropertyTree virksomhetsspesifikkeMetadataPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("virksomhetsspesifikkeMetadata")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(virksomhetsspesifikkeMetadataPropertyTree!= null):((virksomhetsspesifikkeMetadataPropertyTree == null)||(!virksomhetsspesifikkeMetadataPropertyTree.isLeaf())))) { _other.virksomhetsspesifikkeMetadata = this.virksomhetsspesifikkeMetadata; } final PropertyTree partOppdateringerPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("partOppdateringer")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(partOppdateringerPropertyTree!= null):((partOppdateringerPropertyTree == null)||(!partOppdateringerPropertyTree.isLeaf())))) { _other.partOppdateringer = ((this.partOppdateringer == null)?null:this.partOppdateringer.newCopyBuilder(_other, partOppdateringerPropertyTree, _propertyTreeUse)); } final PropertyTree kryssreferanseOppdateringerPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("kryssreferanseOppdateringer")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(kryssreferanseOppdateringerPropertyTree!= null):((kryssreferanseOppdateringerPropertyTree == null)||(!kryssreferanseOppdateringerPropertyTree.isLeaf())))) { _other.kryssreferanseOppdateringer = ((this.kryssreferanseOppdateringer == null)?null:this.kryssreferanseOppdateringer.newCopyBuilder(_other, kryssreferanseOppdateringerPropertyTree, _propertyTreeUse)); } final PropertyTree merknadOppdateringerPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("merknadOppdateringer")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(merknadOppdateringerPropertyTree!= null):((merknadOppdateringerPropertyTree == null)||(!merknadOppdateringerPropertyTree.isLeaf())))) { _other.merknadOppdateringer = ((this.merknadOppdateringer == null)?null:this.merknadOppdateringer.newCopyBuilder(_other, merknadOppdateringerPropertyTree, _propertyTreeUse)); } final PropertyTree klassifikasjonOppdateringerPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("klassifikasjonOppdateringer")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(klassifikasjonOppdateringerPropertyTree!= null):((klassifikasjonOppdateringerPropertyTree == null)||(!klassifikasjonOppdateringerPropertyTree.isLeaf())))) { _other.klassifikasjonOppdateringer = ((this.klassifikasjonOppdateringer == null)?null:this.klassifikasjonOppdateringer.newCopyBuilder(_other, klassifikasjonOppdateringerPropertyTree, _propertyTreeUse)); } } public<_B >MappeOppdatering.Builder<_B> newCopyBuilder(final _B _parentBuilder, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { return new MappeOppdatering.Builder<_B>(_parentBuilder, this, true, _propertyTree, _propertyTreeUse); } public MappeOppdatering.Builder newCopyBuilder(final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { return newCopyBuilder(null, _propertyTree, _propertyTreeUse); } public static<_B >MappeOppdatering.Builder<_B> copyOf(final MappeOppdatering _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { final MappeOppdatering.Builder<_B> _newBuilder = new MappeOppdatering.Builder<_B>(null, null, false); _other.copyTo(_newBuilder, _propertyTree, _propertyTreeUse); return _newBuilder; } public static MappeOppdatering.Builder copyExcept(final MappeOppdatering _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.EXCLUDE); } public static MappeOppdatering.Builder copyOnly(final MappeOppdatering _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.INCLUDE); } public static class Builder<_B >implements Buildable { protected final _B _parentBuilder; protected final MappeOppdatering _storedValue; private ReferanseTilMappe.Builder> referanseTilMappe; private EksternNoekkel.Builder> referanseEksternNoekkel; private String tittel; private Skjerming.Builder> skjerming; private Gradering.Builder> gradering; private String offentligTittel; private String beskrivelse; private Object virksomhetsspesifikkeMetadata; private PartOppdateringer.Builder> partOppdateringer; private KryssreferanseOppdateringer.Builder> kryssreferanseOppdateringer; private MerknadOppdateringer.Builder> merknadOppdateringer; private KlassifikasjonOppdateringer.Builder> klassifikasjonOppdateringer; public Builder(final _B _parentBuilder, final MappeOppdatering _other, final boolean _copy) { this._parentBuilder = _parentBuilder; if (_other!= null) { if (_copy) { _storedValue = null; this.referanseTilMappe = ((_other.referanseTilMappe == null)?null:_other.referanseTilMappe.newCopyBuilder(this)); this.referanseEksternNoekkel = ((_other.referanseEksternNoekkel == null)?null:_other.referanseEksternNoekkel.newCopyBuilder(this)); this.tittel = _other.tittel; this.skjerming = ((_other.skjerming == null)?null:_other.skjerming.newCopyBuilder(this)); this.gradering = ((_other.gradering == null)?null:_other.gradering.newCopyBuilder(this)); this.offentligTittel = _other.offentligTittel; this.beskrivelse = _other.beskrivelse; this.virksomhetsspesifikkeMetadata = _other.virksomhetsspesifikkeMetadata; this.partOppdateringer = ((_other.partOppdateringer == null)?null:_other.partOppdateringer.newCopyBuilder(this)); this.kryssreferanseOppdateringer = ((_other.kryssreferanseOppdateringer == null)?null:_other.kryssreferanseOppdateringer.newCopyBuilder(this)); this.merknadOppdateringer = ((_other.merknadOppdateringer == null)?null:_other.merknadOppdateringer.newCopyBuilder(this)); this.klassifikasjonOppdateringer = ((_other.klassifikasjonOppdateringer == null)?null:_other.klassifikasjonOppdateringer.newCopyBuilder(this)); } else { _storedValue = _other; } } else { _storedValue = null; } } public Builder(final _B _parentBuilder, final MappeOppdatering _other, final boolean _copy, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { this._parentBuilder = _parentBuilder; if (_other!= null) { if (_copy) { _storedValue = null; final PropertyTree referanseTilMappePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("referanseTilMappe")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(referanseTilMappePropertyTree!= null):((referanseTilMappePropertyTree == null)||(!referanseTilMappePropertyTree.isLeaf())))) { this.referanseTilMappe = ((_other.referanseTilMappe == null)?null:_other.referanseTilMappe.newCopyBuilder(this, referanseTilMappePropertyTree, _propertyTreeUse)); } final PropertyTree referanseEksternNoekkelPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("referanseEksternNoekkel")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(referanseEksternNoekkelPropertyTree!= null):((referanseEksternNoekkelPropertyTree == null)||(!referanseEksternNoekkelPropertyTree.isLeaf())))) { this.referanseEksternNoekkel = ((_other.referanseEksternNoekkel == null)?null:_other.referanseEksternNoekkel.newCopyBuilder(this, referanseEksternNoekkelPropertyTree, _propertyTreeUse)); } final PropertyTree tittelPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("tittel")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(tittelPropertyTree!= null):((tittelPropertyTree == null)||(!tittelPropertyTree.isLeaf())))) { this.tittel = _other.tittel; } final PropertyTree skjermingPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("skjerming")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(skjermingPropertyTree!= null):((skjermingPropertyTree == null)||(!skjermingPropertyTree.isLeaf())))) { this.skjerming = ((_other.skjerming == null)?null:_other.skjerming.newCopyBuilder(this, skjermingPropertyTree, _propertyTreeUse)); } final PropertyTree graderingPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("gradering")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(graderingPropertyTree!= null):((graderingPropertyTree == null)||(!graderingPropertyTree.isLeaf())))) { this.gradering = ((_other.gradering == null)?null:_other.gradering.newCopyBuilder(this, graderingPropertyTree, _propertyTreeUse)); } final PropertyTree offentligTittelPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("offentligTittel")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(offentligTittelPropertyTree!= null):((offentligTittelPropertyTree == null)||(!offentligTittelPropertyTree.isLeaf())))) { this.offentligTittel = _other.offentligTittel; } final PropertyTree beskrivelsePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("beskrivelse")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(beskrivelsePropertyTree!= null):((beskrivelsePropertyTree == null)||(!beskrivelsePropertyTree.isLeaf())))) { this.beskrivelse = _other.beskrivelse; } final PropertyTree virksomhetsspesifikkeMetadataPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("virksomhetsspesifikkeMetadata")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(virksomhetsspesifikkeMetadataPropertyTree!= null):((virksomhetsspesifikkeMetadataPropertyTree == null)||(!virksomhetsspesifikkeMetadataPropertyTree.isLeaf())))) { this.virksomhetsspesifikkeMetadata = _other.virksomhetsspesifikkeMetadata; } final PropertyTree partOppdateringerPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("partOppdateringer")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(partOppdateringerPropertyTree!= null):((partOppdateringerPropertyTree == null)||(!partOppdateringerPropertyTree.isLeaf())))) { this.partOppdateringer = ((_other.partOppdateringer == null)?null:_other.partOppdateringer.newCopyBuilder(this, partOppdateringerPropertyTree, _propertyTreeUse)); } final PropertyTree kryssreferanseOppdateringerPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("kryssreferanseOppdateringer")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(kryssreferanseOppdateringerPropertyTree!= null):((kryssreferanseOppdateringerPropertyTree == null)||(!kryssreferanseOppdateringerPropertyTree.isLeaf())))) { this.kryssreferanseOppdateringer = ((_other.kryssreferanseOppdateringer == null)?null:_other.kryssreferanseOppdateringer.newCopyBuilder(this, kryssreferanseOppdateringerPropertyTree, _propertyTreeUse)); } final PropertyTree merknadOppdateringerPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("merknadOppdateringer")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(merknadOppdateringerPropertyTree!= null):((merknadOppdateringerPropertyTree == null)||(!merknadOppdateringerPropertyTree.isLeaf())))) { this.merknadOppdateringer = ((_other.merknadOppdateringer == null)?null:_other.merknadOppdateringer.newCopyBuilder(this, merknadOppdateringerPropertyTree, _propertyTreeUse)); } final PropertyTree klassifikasjonOppdateringerPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("klassifikasjonOppdateringer")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(klassifikasjonOppdateringerPropertyTree!= null):((klassifikasjonOppdateringerPropertyTree == null)||(!klassifikasjonOppdateringerPropertyTree.isLeaf())))) { this.klassifikasjonOppdateringer = ((_other.klassifikasjonOppdateringer == null)?null:_other.klassifikasjonOppdateringer.newCopyBuilder(this, klassifikasjonOppdateringerPropertyTree, _propertyTreeUse)); } } else { _storedValue = _other; } } else { _storedValue = null; } } public _B end() { return this._parentBuilder; } protected<_P extends MappeOppdatering >_P init(final _P _product) { _product.referanseTilMappe = ((this.referanseTilMappe == null)?null:this.referanseTilMappe.build()); _product.referanseEksternNoekkel = ((this.referanseEksternNoekkel == null)?null:this.referanseEksternNoekkel.build()); _product.tittel = this.tittel; _product.skjerming = ((this.skjerming == null)?null:this.skjerming.build()); _product.gradering = ((this.gradering == null)?null:this.gradering.build()); _product.offentligTittel = this.offentligTittel; _product.beskrivelse = this.beskrivelse; _product.virksomhetsspesifikkeMetadata = this.virksomhetsspesifikkeMetadata; _product.partOppdateringer = ((this.partOppdateringer == null)?null:this.partOppdateringer.build()); _product.kryssreferanseOppdateringer = ((this.kryssreferanseOppdateringer == null)?null:this.kryssreferanseOppdateringer.build()); _product.merknadOppdateringer = ((this.merknadOppdateringer == null)?null:this.merknadOppdateringer.build()); _product.klassifikasjonOppdateringer = ((this.klassifikasjonOppdateringer == null)?null:this.klassifikasjonOppdateringer.build()); return _product; } /** * Sets the new value of "referanseTilMappe" (any previous value will be replaced) * * @param referanseTilMappe * New value of the "referanseTilMappe" property. */ public MappeOppdatering.Builder<_B> withReferanseTilMappe(final ReferanseTilMappe referanseTilMappe) { this.referanseTilMappe = ((referanseTilMappe == null)?null:new ReferanseTilMappe.Builder>(this, referanseTilMappe, false)); return this; } /** * Returns the existing builder or a new builder to build the value of the * "referanseTilMappe" 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 "referanseTilMappe" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivstruktur.metadatakatalog.ReferanseTilMappe.Builder#end()} * to return to the current builder. */ public ReferanseTilMappe.Builder> withReferanseTilMappe() { if (this.referanseTilMappe!= null) { return this.referanseTilMappe; } return this.referanseTilMappe = new ReferanseTilMappe.Builder>(this, null, false); } /** * Sets the new value of "referanseEksternNoekkel" (any previous value will be * replaced) * * @param referanseEksternNoekkel * New value of the "referanseEksternNoekkel" property. */ public MappeOppdatering.Builder<_B> withReferanseEksternNoekkel(final EksternNoekkel referanseEksternNoekkel) { this.referanseEksternNoekkel = ((referanseEksternNoekkel == null)?null:new EksternNoekkel.Builder>(this, referanseEksternNoekkel, false)); 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() { if (this.referanseEksternNoekkel!= null) { return this.referanseEksternNoekkel; } return this.referanseEksternNoekkel = new EksternNoekkel.Builder>(this, null, false); } /** * Sets the new value of "tittel" (any previous value will be replaced) * * @param tittel * New value of the "tittel" property. */ public MappeOppdatering.Builder<_B> withTittel(final String tittel) { this.tittel = tittel; return this; } /** * Sets the new value of "skjerming" (any previous value will be replaced) * * @param skjerming * New value of the "skjerming" property. */ public MappeOppdatering.Builder<_B> withSkjerming(final Skjerming skjerming) { this.skjerming = ((skjerming == null)?null:new Skjerming.Builder>(this, skjerming, false)); 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.arkivmelding.opprett.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.arkivmelding.opprett.Skjerming.Builder#end()} to * return to the current builder. */ public Skjerming.Builder> withSkjerming() { if (this.skjerming!= null) { return this.skjerming; } return this.skjerming = new Skjerming.Builder>(this, null, false); } /** * Sets the new value of "gradering" (any previous value will be replaced) * * @param gradering * New value of the "gradering" property. */ public MappeOppdatering.Builder<_B> withGradering(final Gradering gradering) { this.gradering = ((gradering == null)?null:new Gradering.Builder>(this, gradering, false)); 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.arkivmelding.opprett.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.arkivmelding.opprett.Gradering.Builder#end()} to * return to the current builder. */ public Gradering.Builder> withGradering() { if (this.gradering!= null) { return this.gradering; } return this.gradering = new Gradering.Builder>(this, null, false); } /** * Sets the new value of "offentligTittel" (any previous value will be replaced) * * @param offentligTittel * New value of the "offentligTittel" property. */ public MappeOppdatering.Builder<_B> withOffentligTittel(final String offentligTittel) { this.offentligTittel = offentligTittel; return this; } /** * Sets the new value of "beskrivelse" (any previous value will be replaced) * * @param beskrivelse * New value of the "beskrivelse" property. */ public MappeOppdatering.Builder<_B> withBeskrivelse(final String beskrivelse) { this.beskrivelse = beskrivelse; return this; } /** * Sets the new value of "virksomhetsspesifikkeMetadata" (any previous value will * be replaced) * * @param virksomhetsspesifikkeMetadata * New value of the "virksomhetsspesifikkeMetadata" property. */ public MappeOppdatering.Builder<_B> withVirksomhetsspesifikkeMetadata(final Object virksomhetsspesifikkeMetadata) { this.virksomhetsspesifikkeMetadata = virksomhetsspesifikkeMetadata; return this; } /** * Sets the new value of "partOppdateringer" (any previous value will be replaced) * * @param partOppdateringer * New value of the "partOppdateringer" property. */ public MappeOppdatering.Builder<_B> withPartOppdateringer(final PartOppdateringer partOppdateringer) { this.partOppdateringer = ((partOppdateringer == null)?null:new PartOppdateringer.Builder>(this, partOppdateringer, false)); return this; } /** * Returns the existing builder or a new builder to build the value of the * "partOppdateringer" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivmelding.oppdater.PartOppdateringer.Builder#end()} to * return to the current builder. * * @return * A new builder to build the value of the "partOppdateringer" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivmelding.oppdater.PartOppdateringer.Builder#end()} to * return to the current builder. */ public PartOppdateringer.Builder> withPartOppdateringer() { if (this.partOppdateringer!= null) { return this.partOppdateringer; } return this.partOppdateringer = new PartOppdateringer.Builder>(this, null, false); } /** * Sets the new value of "kryssreferanseOppdateringer" (any previous value will be * replaced) * * @param kryssreferanseOppdateringer * New value of the "kryssreferanseOppdateringer" property. */ public MappeOppdatering.Builder<_B> withKryssreferanseOppdateringer(final KryssreferanseOppdateringer kryssreferanseOppdateringer) { this.kryssreferanseOppdateringer = ((kryssreferanseOppdateringer == null)?null:new KryssreferanseOppdateringer.Builder>(this, kryssreferanseOppdateringer, false)); return this; } /** * Returns the existing builder or a new builder to build the value of the * "kryssreferanseOppdateringer" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivmelding.oppdater.KryssreferanseOppdateringer.Builder#end()} * to return to the current builder. * * @return * A new builder to build the value of the "kryssreferanseOppdateringer" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivmelding.oppdater.KryssreferanseOppdateringer.Builder#end()} * to return to the current builder. */ public KryssreferanseOppdateringer.Builder> withKryssreferanseOppdateringer() { if (this.kryssreferanseOppdateringer!= null) { return this.kryssreferanseOppdateringer; } return this.kryssreferanseOppdateringer = new KryssreferanseOppdateringer.Builder>(this, null, false); } /** * Sets the new value of "merknadOppdateringer" (any previous value will be * replaced) * * @param merknadOppdateringer * New value of the "merknadOppdateringer" property. */ public MappeOppdatering.Builder<_B> withMerknadOppdateringer(final MerknadOppdateringer merknadOppdateringer) { this.merknadOppdateringer = ((merknadOppdateringer == null)?null:new MerknadOppdateringer.Builder>(this, merknadOppdateringer, false)); return this; } /** * Returns the existing builder or a new builder to build the value of the * "merknadOppdateringer" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivmelding.oppdater.MerknadOppdateringer.Builder#end()} to * return to the current builder. * * @return * A new builder to build the value of the "merknadOppdateringer" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivmelding.oppdater.MerknadOppdateringer.Builder#end()} to * return to the current builder. */ public MerknadOppdateringer.Builder> withMerknadOppdateringer() { if (this.merknadOppdateringer!= null) { return this.merknadOppdateringer; } return this.merknadOppdateringer = new MerknadOppdateringer.Builder>(this, null, false); } /** * Sets the new value of "klassifikasjonOppdateringer" (any previous value will be * replaced) * * @param klassifikasjonOppdateringer * New value of the "klassifikasjonOppdateringer" property. */ public MappeOppdatering.Builder<_B> withKlassifikasjonOppdateringer(final KlassifikasjonOppdateringer klassifikasjonOppdateringer) { this.klassifikasjonOppdateringer = ((klassifikasjonOppdateringer == null)?null:new KlassifikasjonOppdateringer.Builder>(this, klassifikasjonOppdateringer, false)); return this; } /** * Returns the existing builder or a new builder to build the value of the * "klassifikasjonOppdateringer" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivmelding.oppdater.KlassifikasjonOppdateringer.Builder#end()} * to return to the current builder. * * @return * A new builder to build the value of the "klassifikasjonOppdateringer" property. * Use {@link * no.ks.fiks.arkiv.v1.arkivmelding.oppdater.KlassifikasjonOppdateringer.Builder#end()} * to return to the current builder. */ public KlassifikasjonOppdateringer.Builder> withKlassifikasjonOppdateringer() { if (this.klassifikasjonOppdateringer!= null) { return this.klassifikasjonOppdateringer; } return this.klassifikasjonOppdateringer = new KlassifikasjonOppdateringer.Builder>(this, null, false); } @Override public MappeOppdatering build() { if (_storedValue == null) { return this.init(new MappeOppdatering()); } else { return ((MappeOppdatering) _storedValue); } } public MappeOppdatering.Builder<_B> copyOf(final MappeOppdatering _other) { _other.copyTo(this); return this; } public MappeOppdatering.Builder<_B> copyOf(final MappeOppdatering.Builder _other) { return copyOf(_other.build()); } } public static class Select extends MappeOppdatering.Selector { Select() { super(null, null, null); } public static MappeOppdatering.Select _root() { return new MappeOppdatering.Select(); } } public static class Selector , TParent > extends com.kscs.util.jaxb.Selector { private ReferanseTilMappe.Selector> referanseTilMappe = null; private EksternNoekkel.Selector> referanseEksternNoekkel = null; private com.kscs.util.jaxb.Selector> tittel = null; private Skjerming.Selector> skjerming = null; private Gradering.Selector> gradering = null; private com.kscs.util.jaxb.Selector> offentligTittel = null; private com.kscs.util.jaxb.Selector> beskrivelse = null; private com.kscs.util.jaxb.Selector> virksomhetsspesifikkeMetadata = null; private PartOppdateringer.Selector> partOppdateringer = null; private KryssreferanseOppdateringer.Selector> kryssreferanseOppdateringer = null; private MerknadOppdateringer.Selector> merknadOppdateringer = null; private KlassifikasjonOppdateringer.Selector> klassifikasjonOppdateringer = 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.referanseTilMappe!= null) { products.put("referanseTilMappe", this.referanseTilMappe.init()); } if (this.referanseEksternNoekkel!= null) { products.put("referanseEksternNoekkel", this.referanseEksternNoekkel.init()); } if (this.tittel!= null) { products.put("tittel", this.tittel.init()); } if (this.skjerming!= null) { products.put("skjerming", this.skjerming.init()); } if (this.gradering!= null) { products.put("gradering", this.gradering.init()); } if (this.offentligTittel!= null) { products.put("offentligTittel", this.offentligTittel.init()); } if (this.beskrivelse!= null) { products.put("beskrivelse", this.beskrivelse.init()); } if (this.virksomhetsspesifikkeMetadata!= null) { products.put("virksomhetsspesifikkeMetadata", this.virksomhetsspesifikkeMetadata.init()); } if (this.partOppdateringer!= null) { products.put("partOppdateringer", this.partOppdateringer.init()); } if (this.kryssreferanseOppdateringer!= null) { products.put("kryssreferanseOppdateringer", this.kryssreferanseOppdateringer.init()); } if (this.merknadOppdateringer!= null) { products.put("merknadOppdateringer", this.merknadOppdateringer.init()); } if (this.klassifikasjonOppdateringer!= null) { products.put("klassifikasjonOppdateringer", this.klassifikasjonOppdateringer.init()); } return products; } public ReferanseTilMappe.Selector> referanseTilMappe() { return ((this.referanseTilMappe == null)?this.referanseTilMappe = new ReferanseTilMappe.Selector>(this._root, this, "referanseTilMappe"):this.referanseTilMappe); } public EksternNoekkel.Selector> referanseEksternNoekkel() { return ((this.referanseEksternNoekkel == null)?this.referanseEksternNoekkel = new EksternNoekkel.Selector>(this._root, this, "referanseEksternNoekkel"):this.referanseEksternNoekkel); } public com.kscs.util.jaxb.Selector> tittel() { return ((this.tittel == null)?this.tittel = new com.kscs.util.jaxb.Selector>(this._root, this, "tittel"):this.tittel); } public Skjerming.Selector> skjerming() { return ((this.skjerming == null)?this.skjerming = new Skjerming.Selector>(this._root, this, "skjerming"):this.skjerming); } public Gradering.Selector> gradering() { return ((this.gradering == null)?this.gradering = new Gradering.Selector>(this._root, this, "gradering"):this.gradering); } public com.kscs.util.jaxb.Selector> offentligTittel() { return ((this.offentligTittel == null)?this.offentligTittel = new com.kscs.util.jaxb.Selector>(this._root, this, "offentligTittel"):this.offentligTittel); } public com.kscs.util.jaxb.Selector> beskrivelse() { return ((this.beskrivelse == null)?this.beskrivelse = new com.kscs.util.jaxb.Selector>(this._root, this, "beskrivelse"):this.beskrivelse); } public com.kscs.util.jaxb.Selector> virksomhetsspesifikkeMetadata() { return ((this.virksomhetsspesifikkeMetadata == null)?this.virksomhetsspesifikkeMetadata = new com.kscs.util.jaxb.Selector>(this._root, this, "virksomhetsspesifikkeMetadata"):this.virksomhetsspesifikkeMetadata); } public PartOppdateringer.Selector> partOppdateringer() { return ((this.partOppdateringer == null)?this.partOppdateringer = new PartOppdateringer.Selector>(this._root, this, "partOppdateringer"):this.partOppdateringer); } public KryssreferanseOppdateringer.Selector> kryssreferanseOppdateringer() { return ((this.kryssreferanseOppdateringer == null)?this.kryssreferanseOppdateringer = new KryssreferanseOppdateringer.Selector>(this._root, this, "kryssreferanseOppdateringer"):this.kryssreferanseOppdateringer); } public MerknadOppdateringer.Selector> merknadOppdateringer() { return ((this.merknadOppdateringer == null)?this.merknadOppdateringer = new MerknadOppdateringer.Selector>(this._root, this, "merknadOppdateringer"):this.merknadOppdateringer); } public KlassifikasjonOppdateringer.Selector> klassifikasjonOppdateringer() { return ((this.klassifikasjonOppdateringer == null)?this.klassifikasjonOppdateringer = new KlassifikasjonOppdateringer.Selector>(this._root, this, "klassifikasjonOppdateringer"):this.klassifikasjonOppdateringer); } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy