Package eu.nmvs.types.v4
Class O3ResultBulkType
java.lang.Object
eu.nmvs.types.v4.O3ResultBulkType
- Direct Known Subclasses:
G188Response
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2")
public class O3ResultBulkType
extends Object
Java class for O3_ResultBulk_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="O3_ResultBulk_Type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Header" type="{urn:types.nmvs.eu:v4.0}HeaderResultResponse_Type"/> <element name="Body" type="{urn:types.nmvs.eu:v4.0}ResponseResultTransactionData_Type"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ResponseResultTransactionDataType
protected HeaderResultResponseType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()
Gets the value of the body property.Gets the value of the header property.void
Sets the value of the body property.void
Sets the value of the header property.
-
Field Details
-
header
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2") protected HeaderResultResponseType header -
body
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2") protected ResponseResultTransactionDataType body
-
-
Constructor Details
-
O3ResultBulkType
public O3ResultBulkType()
-
-
Method Details
-
getHeader
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2") public HeaderResultResponseType getHeader()Gets the value of the header property.- Returns:
- possible object is
HeaderResultResponseType
-
setHeader
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2") public void setHeader(HeaderResultResponseType value) Sets the value of the header property.- Parameters:
value
- allowed object isHeaderResultResponseType
-
getBody
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2") public ResponseResultTransactionDataType getBody()Gets the value of the body property.- Returns:
- possible object is
ResponseResultTransactionDataType
-
setBody
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2") public void setBody(ResponseResultTransactionDataType value) Sets the value of the body property.- Parameters:
value
- allowed object isResponseResultTransactionDataType
-