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

no.nav.tjeneste.virksomhet.sak.v1.informasjon.Fagsystemer Maven / Gradle / Ivy

There is a newer version: 1.2019.09.25-00.21-49b69f0625e0
Show newest version

package no.nav.tjeneste.virksomhet.sak.v1.informasjon;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;


/**
 * Fagsystem, følger GSAK kodeverk.
 * 
 * 

Java class for Fagsystemer complex type. * *

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

 * <complexType name="Fagsystemer">
 *   <simpleContent>
 *     <extension base="<http://nav.no/tjeneste/virksomhet/sak/v1/informasjon>Kodeverdi">
 *       <attribute name="kodeverksRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
 *     </extension>
 *   </simpleContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Fagsystemer") public class Fagsystemer extends Kodeverdi { @XmlAttribute(name = "kodeverksRef") @XmlSchemaType(name = "anyURI") protected String kodeverksRef; /** * Gets the value of the kodeverksRef property. * * @return * possible object is * {@link String } * */ public String getKodeverksRef() { return kodeverksRef; } /** * Sets the value of the kodeverksRef property. * * @param value * allowed object is * {@link String } * */ public void setKodeverksRef(String value) { this.kodeverksRef = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy