public class DOCAMI extends Object
Java class for DOCAMI complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DOCAMI">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="BGM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BGM-BeginningOfMessage"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="2"/>
<element name="FCA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FCA-FinancialChargesAllocation" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="4" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="2" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="3" minOccurs="0"/>
<element name="TSR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TSR-TransportServiceRequirements" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="20" minOccurs="0"/>
</sequence>
<element name="SegGrp-1" maxOccurs="5">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="2" minOccurs="0"/>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-2" maxOccurs="9">
<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"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-3" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="AUT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}AUT-AuthenticationResult"/>
<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 |
DOCAMI.SegGrp1
Java class for anonymous complex type.
|
static class |
DOCAMI.SegGrp2
Java class for anonymous complex type.
|
static class |
DOCAMI.SegGrp3
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
DOCAMI() |
public BGMBeginningOfMessage getBGM()
BGMBeginningOfMessagepublic void setBGM(BGMBeginningOfMessage value)
value - allowed object is
BGMBeginningOfMessagepublic 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 FCAFinancialChargesAllocation getFCA()
FCAFinancialChargesAllocationpublic void setFCA(FCAFinancialChargesAllocation value)
value - allowed object is
FCAFinancialChargesAllocationpublic 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<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
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 TSRTransportServiceRequirements getTSR()
TSRTransportServiceRequirementspublic void setTSR(TSRTransportServiceRequirements value)
value - allowed object is
TSRTransportServiceRequirementspublic 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<DOCAMI.SegGrp1> getSegGrp1()
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 segGrp1 property.
For example, to add a new item, do as follows:
getSegGrp1().add(newItem);
Objects of the following type(s) are allowed in the list
DOCAMI.SegGrp1
public List<DOCAMI.SegGrp2> getSegGrp2()
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 segGrp2 property.
For example, to add a new item, do as follows:
getSegGrp2().add(newItem);
Objects of the following type(s) are allowed in the list
DOCAMI.SegGrp2
public DOCAMI.SegGrp3 getSegGrp3()
DOCAMI.SegGrp3public void setSegGrp3(DOCAMI.SegGrp3 value)
value - allowed object is
DOCAMI.SegGrp3public DOCAMI withBGM(BGMBeginningOfMessage value)
public DOCAMI withRFF(RFFReference... values)
public DOCAMI withRFF(Collection<RFFReference> values)
public DOCAMI withFCA(FCAFinancialChargesAllocation value)
public DOCAMI withDTM(DTMDateTimePeriod... values)
public DOCAMI withDTM(Collection<DTMDateTimePeriod> values)
public DOCAMI withMOA(MOAMonetaryAmount... values)
public DOCAMI withMOA(Collection<MOAMonetaryAmount> values)
public DOCAMI withLOC(LOCPlaceLocationIdentification... values)
public DOCAMI withLOC(Collection<LOCPlaceLocationIdentification> values)
public DOCAMI withTSR(TSRTransportServiceRequirements value)
public DOCAMI withFTX(FTXFreeText... values)
public DOCAMI withFTX(Collection<FTXFreeText> values)
public DOCAMI withSegGrp1(DOCAMI.SegGrp1... values)
public DOCAMI withSegGrp1(Collection<DOCAMI.SegGrp1> values)
public DOCAMI withSegGrp2(DOCAMI.SegGrp2... values)
public DOCAMI withSegGrp2(Collection<DOCAMI.SegGrp2> values)
public DOCAMI withSegGrp3(DOCAMI.SegGrp3 value)
Copyright © 2020. All rights reserved.