public static class IFTDGN.SegGrp7.SegGrp10 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
</sequence>
<element name="SegGrp-11" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IFTDGN.SegGrp7.SegGrp10.SegGrp11
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp10() |
| Modifier and Type | Method and Description |
|---|---|
NADNameAndAddress |
getNAD()
Gets the value of the nad property.
|
RFFReference |
getRFF()
Gets the value of the rff property.
|
IFTDGN.SegGrp7.SegGrp10.SegGrp11 |
getSegGrp11()
Gets the value of the segGrp11 property.
|
void |
setNAD(NADNameAndAddress value)
Sets the value of the nad property.
|
void |
setRFF(RFFReference value)
Sets the value of the rff property.
|
void |
setSegGrp11(IFTDGN.SegGrp7.SegGrp10.SegGrp11 value)
Sets the value of the segGrp11 property.
|
IFTDGN.SegGrp7.SegGrp10 |
withNAD(NADNameAndAddress value) |
IFTDGN.SegGrp7.SegGrp10 |
withRFF(RFFReference value) |
IFTDGN.SegGrp7.SegGrp10 |
withSegGrp11(IFTDGN.SegGrp7.SegGrp10.SegGrp11 value) |
public NADNameAndAddress getNAD()
NADNameAndAddresspublic void setNAD(NADNameAndAddress value)
value - allowed object is
NADNameAndAddresspublic IFTDGN.SegGrp7.SegGrp10.SegGrp11 getSegGrp11()
.SegGrp10 .SegGrp11 public void setSegGrp11(IFTDGN.SegGrp7.SegGrp10.SegGrp11 value)
value - allowed object is
.SegGrp10 .SegGrp11 public RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic IFTDGN.SegGrp7.SegGrp10 withNAD(NADNameAndAddress value)
public IFTDGN.SegGrp7.SegGrp10 withSegGrp11(IFTDGN.SegGrp7.SegGrp10.SegGrp11 value)
public IFTDGN.SegGrp7.SegGrp10 withRFF(RFFReference value)
Copyright © 2020. All rights reserved.