public class Avsender extends Object
Java class for Avsender complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Avsender">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="avsenderId" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Identifikator" minOccurs="0"/>
<element name="avsenderNavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
avsenderId |
protected String |
avsenderNavn |
| Constructor and Description |
|---|
Avsender() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAvsenderId()
Gets the value of the avsenderId property.
|
String |
getAvsenderNavn()
Gets the value of the avsenderNavn property.
|
void |
setAvsenderId(String value)
Sets the value of the avsenderId property.
|
void |
setAvsenderNavn(String value)
Sets the value of the avsenderNavn property.
|
public String getAvsenderId()
Stringpublic void setAvsenderId(String value)
value - allowed object is
Stringpublic String getAvsenderNavn()
StringCopyright © 2019. All rights reserved.