public static class IFTSAI.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="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}LOC-PlaceLocationIdentification"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-6" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}DTM-DateTimePeriod"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IFTSAI.SegGrp4.SegGrp5.SegGrp6
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp5() |
| Modifier and Type | Method and Description |
|---|---|
List<FTXFreeText> |
getFTX()
Gets the value of the ftx property.
|
LOCPlaceLocationIdentification |
getLOC()
Gets the value of the loc property.
|
List<RFFReference> |
getRFF()
Gets the value of the rff property.
|
List<IFTSAI.SegGrp4.SegGrp5.SegGrp6> |
getSegGrp6()
Gets the value of the segGrp6 property.
|
void |
setLOC(LOCPlaceLocationIdentification value)
Sets the value of the loc property.
|
IFTSAI.SegGrp4.SegGrp5 |
withFTX(Collection<FTXFreeText> values) |
IFTSAI.SegGrp4.SegGrp5 |
withFTX(FTXFreeText... values) |
IFTSAI.SegGrp4.SegGrp5 |
withLOC(LOCPlaceLocationIdentification value) |
IFTSAI.SegGrp4.SegGrp5 |
withRFF(Collection<RFFReference> values) |
IFTSAI.SegGrp4.SegGrp5 |
withRFF(RFFReference... values) |
IFTSAI.SegGrp4.SegGrp5 |
withSegGrp6(Collection<IFTSAI.SegGrp4.SegGrp5.SegGrp6> values) |
IFTSAI.SegGrp4.SegGrp5 |
withSegGrp6(IFTSAI.SegGrp4.SegGrp5.SegGrp6... values) |
public LOCPlaceLocationIdentification getLOC()
LOCPlaceLocationIdentificationpublic void setLOC(LOCPlaceLocationIdentification value)
value - allowed object is
LOCPlaceLocationIdentificationpublic List<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public List<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public List<IFTSAI.SegGrp4.SegGrp5.SegGrp6> getSegGrp6()
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 segGrp6 property.
For example, to add a new item, do as follows:
getSegGrp6().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp6
public IFTSAI.SegGrp4.SegGrp5 withLOC(LOCPlaceLocationIdentification value)
public IFTSAI.SegGrp4.SegGrp5 withRFF(RFFReference... values)
public IFTSAI.SegGrp4.SegGrp5 withRFF(Collection<RFFReference> values)
public IFTSAI.SegGrp4.SegGrp5 withFTX(FTXFreeText... values)
public IFTSAI.SegGrp4.SegGrp5 withFTX(Collection<FTXFreeText> values)
public IFTSAI.SegGrp4.SegGrp5 withSegGrp6(IFTSAI.SegGrp4.SegGrp5.SegGrp6... values)
public IFTSAI.SegGrp4.SegGrp5 withSegGrp6(Collection<IFTSAI.SegGrp4.SegGrp5.SegGrp6> values)
Copyright © 2020. All rights reserved.