public class ReceptionAcknowledgementType extends Object
Java class for ReceptionAcknowledgementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReceptionAcknowledgementType"> <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 ref="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}StandardBusinessDocumentHeader" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected StandardBusinessDocumentHeader |
standardBusinessDocumentHeader |
protected String |
version |
Constructor and Description |
---|
ReceptionAcknowledgementType() |
Modifier and Type | Method and Description |
---|---|
StandardBusinessDocumentHeader |
getStandardBusinessDocumentHeader()
Gets the value of the standardBusinessDocumentHeader property.
|
String |
getVersion()
Gets the value of the version 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 StandardBusinessDocumentHeader standardBusinessDocumentHeader
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public StandardBusinessDocumentHeader getStandardBusinessDocumentHeader()
StandardBusinessDocumentHeader
public void setStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
value
- allowed object is
StandardBusinessDocumentHeader
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.