public class Kodeverdi extends Object
Java class for Kodeverdi complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Kodeverdi">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="kodeRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="termnavn" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
kodeRef |
protected String |
termnavn |
protected String |
value |
| Constructor and Description |
|---|
Kodeverdi() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKodeRef()
Gets the value of the kodeRef property.
|
String |
getTermnavn()
Gets the value of the termnavn property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setKodeRef(String value)
Sets the value of the kodeRef property.
|
void |
setTermnavn(String value)
Sets the value of the termnavn property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String kodeRef
protected String termnavn
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getKodeRef()
Stringpublic void setKodeRef(String value)
value - allowed object is
Stringpublic String getTermnavn()
StringCopyright © 2019. All rights reserved.