public class HandlingExceptionType extends Object
Java class for HandlingExceptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HandlingExceptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Exception" type="{urn:fdc:difi.no:2017:payment:extras-1}ExceptionType" minOccurs="0"/>
<element ref="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}StandardBusinessDocumentHeader" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionType |
exception |
protected StandardBusinessDocumentHeader |
standardBusinessDocumentHeader |
protected String |
version |
| Constructor and Description |
|---|
HandlingExceptionType() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionType |
getException()
Gets the value of the exception property.
|
StandardBusinessDocumentHeader |
getStandardBusinessDocumentHeader()
Gets the value of the standardBusinessDocumentHeader property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setException(ExceptionType value)
Sets the value of the exception property.
|
void |
setStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
Sets the value of the standardBusinessDocumentHeader property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected ExceptionType exception
protected StandardBusinessDocumentHeader standardBusinessDocumentHeader
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic ExceptionType getException()
ExceptionTypepublic void setException(ExceptionType value)
value - allowed object is
ExceptionTypepublic StandardBusinessDocumentHeader getStandardBusinessDocumentHeader()
StandardBusinessDocumentHeaderpublic void setStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
value - allowed object is
StandardBusinessDocumentHeaderCopyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.