public static class IFTMCS.SegGrp4 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="GOR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GOR-GovernmentalRequirements"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="SEL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEL-SealNumber" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-5" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IFTMCS.SegGrp4.SegGrp5
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp4() |
public GORGovernmentalRequirements getGOR()
GORGovernmentalRequirementspublic void setGOR(GORGovernmentalRequirements value)
value - allowed object is
GORGovernmentalRequirementspublic List<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
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 List<SELSealNumber> getSEL()
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 sel property.
For example, to add a new item, do as follows:
getSEL().add(newItem);
Objects of the following type(s) are allowed in the list
SELSealNumber
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<IFTMCS.SegGrp4.SegGrp5> getSegGrp5()
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 segGrp5 property.
For example, to add a new item, do as follows:
getSegGrp5().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5
public IFTMCS.SegGrp4 withGOR(GORGovernmentalRequirements value)
public IFTMCS.SegGrp4 withDTM(DTMDateTimePeriod... values)
public IFTMCS.SegGrp4 withDTM(Collection<DTMDateTimePeriod> values)
public IFTMCS.SegGrp4 withLOC(LOCPlaceLocationIdentification... values)
public IFTMCS.SegGrp4 withLOC(Collection<LOCPlaceLocationIdentification> values)
public IFTMCS.SegGrp4 withSEL(SELSealNumber... values)
public IFTMCS.SegGrp4 withSEL(Collection<SELSealNumber> values)
public IFTMCS.SegGrp4 withFTX(FTXFreeText... values)
public IFTMCS.SegGrp4 withFTX(Collection<FTXFreeText> values)
public IFTMCS.SegGrp4 withSegGrp5(IFTMCS.SegGrp4.SegGrp5... values)
public IFTMCS.SegGrp4 withSegGrp5(Collection<IFTMCS.SegGrp4.SegGrp5> values)
Copyright © 2020. All rights reserved.