public abstract class ForretningsmessigUnntak extends Object
Java class for ForretningsmessigUnntak complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ForretningsmessigUnntak">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="feilkilde" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="feilaarsak" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="feilmelding" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tidspunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
feilaarsak |
protected String |
feilkilde |
protected String |
feilmelding |
protected XMLGregorianCalendar |
tidspunkt |
| Constructor and Description |
|---|
ForretningsmessigUnntak() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeilaarsak()
Gets the value of the feilaarsak property.
|
String |
getFeilkilde()
Gets the value of the feilkilde property.
|
String |
getFeilmelding()
Gets the value of the feilmelding property.
|
XMLGregorianCalendar |
getTidspunkt()
Gets the value of the tidspunkt property.
|
void |
setFeilaarsak(String value)
Sets the value of the feilaarsak property.
|
void |
setFeilkilde(String value)
Sets the value of the feilkilde property.
|
void |
setFeilmelding(String value)
Sets the value of the feilmelding property.
|
void |
setTidspunkt(XMLGregorianCalendar value)
Sets the value of the tidspunkt property.
|
protected String feilkilde
protected String feilaarsak
protected String feilmelding
protected XMLGregorianCalendar tidspunkt
public String getFeilkilde()
Stringpublic void setFeilkilde(String value)
value - allowed object is
Stringpublic String getFeilaarsak()
Stringpublic void setFeilaarsak(String value)
value - allowed object is
Stringpublic String getFeilmelding()
Stringpublic void setFeilmelding(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTidspunkt()
XMLGregorianCalendarpublic void setTidspunkt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2019. All rights reserved.