public class RFFReference extends Object
Java class for RFF-Reference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RFF-Reference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C506" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C506-Reference"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RFFReference() |
| Modifier and Type | Method and Description |
|---|---|
C506Reference |
getC506()
Gets the value of the c506 property.
|
void |
setC506(C506Reference value)
Sets the value of the c506 property.
|
RFFReference |
withC506(C506Reference value) |
public C506Reference getC506()
C506Referencepublic void setC506(C506Reference value)
value - allowed object is
C506Referencepublic RFFReference withC506(C506Reference value)
Copyright © 2020. All rights reserved.