public static class BOPBNK.SegGrp3.SegGrp4.SegGrp5 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="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" minOccurs="0"/>
</sequence>
<element name="SegGrp-6" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" minOccurs="0"/>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-7" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<sequence>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BOPBNK.SegGrp3.SegGrp4.SegGrp5.SegGrp6
Java class for anonymous complex type.
|
static class |
BOPBNK.SegGrp3.SegGrp4.SegGrp5.SegGrp7
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp5() |
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic ATTAttribute getATT()
ATTAttributepublic void setATT(ATTAttribute value)
value - allowed object is
ATTAttributepublic NADNameAndAddress getNAD()
NADNameAndAddresspublic void setNAD(NADNameAndAddress value)
value - allowed object is
NADNameAndAddresspublic BOPBNK.SegGrp3.SegGrp4.SegGrp5.SegGrp6 getSegGrp6()
.SegGrp4 .SegGrp5 .SegGrp6 public void setSegGrp6(BOPBNK.SegGrp3.SegGrp4.SegGrp5.SegGrp6 value)
value - allowed object is
.SegGrp4 .SegGrp5 .SegGrp6 public BOPBNK.SegGrp3.SegGrp4.SegGrp5.SegGrp7 getSegGrp7()
.SegGrp4 .SegGrp5 .SegGrp7 public void setSegGrp7(BOPBNK.SegGrp3.SegGrp4.SegGrp5.SegGrp7 value)
value - allowed object is
.SegGrp4 .SegGrp5 .SegGrp7 public List<LOCPlaceLocationIdentification> getLOC()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public BOPBNK.SegGrp3.SegGrp4.SegGrp5 withMOA(MOAMonetaryAmount value)
public BOPBNK.SegGrp3.SegGrp4.SegGrp5 withATT(ATTAttribute value)
public BOPBNK.SegGrp3.SegGrp4.SegGrp5 withNAD(NADNameAndAddress value)
public BOPBNK.SegGrp3.SegGrp4.SegGrp5 withSegGrp6(BOPBNK.SegGrp3.SegGrp4.SegGrp5.SegGrp6 value)
public BOPBNK.SegGrp3.SegGrp4.SegGrp5 withSegGrp7(BOPBNK.SegGrp3.SegGrp4.SegGrp5.SegGrp7 value)
public BOPBNK.SegGrp3.SegGrp4.SegGrp5 withLOC(LOCPlaceLocationIdentification... values)
public BOPBNK.SegGrp3.SegGrp4.SegGrp5 withLOC(Collection<LOCPlaceLocationIdentification> values)
Copyright © 2020. All rights reserved.