public static class MEDPRE.SegGrp9.SegGrp11 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="TOD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TOD-TermsOfDeliveryOrTransport"/>
<element name="TDT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TDT-TransportInformation" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" maxOccurs="9" minOccurs="0"/>
<element name="PTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PTY-Priority" minOccurs="0"/>
<element name="PAC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PAC-Package" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp11() |
public TODTermsOfDeliveryOrTransport getTOD()
TODTermsOfDeliveryOrTransportpublic void setTOD(TODTermsOfDeliveryOrTransport value)
value - allowed object is
TODTermsOfDeliveryOrTransportpublic TDTTransportInformation getTDT()
TDTTransportInformationpublic void setTDT(TDTTransportInformation value)
value - allowed object is
TDTTransportInformationpublic 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<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 ADRAddress getADR()
ADRAddresspublic void setADR(ADRAddress value)
value - allowed object is
ADRAddresspublic List<COMCommunicationContact> getCOM()
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 com property.
For example, to add a new item, do as follows:
getCOM().add(newItem);
Objects of the following type(s) are allowed in the list
COMCommunicationContact
public List<PNAPartyIdentification> getPNA()
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 pna property.
For example, to add a new item, do as follows:
getPNA().add(newItem);
Objects of the following type(s) are allowed in the list
PNAPartyIdentification
public PTYPriority getPTY()
PTYPrioritypublic void setPTY(PTYPriority value)
value - allowed object is
PTYPrioritypublic PACPackage getPAC()
PACPackagepublic void setPAC(PACPackage value)
value - allowed object is
PACPackagepublic MEDPRE.SegGrp9.SegGrp11 withTOD(TODTermsOfDeliveryOrTransport value)
public MEDPRE.SegGrp9.SegGrp11 withTDT(TDTTransportInformation value)
public MEDPRE.SegGrp9.SegGrp11 withFTX(FTXFreeText... values)
public MEDPRE.SegGrp9.SegGrp11 withFTX(Collection<FTXFreeText> values)
public MEDPRE.SegGrp9.SegGrp11 withDTM(DTMDateTimePeriod... values)
public MEDPRE.SegGrp9.SegGrp11 withDTM(Collection<DTMDateTimePeriod> values)
public MEDPRE.SegGrp9.SegGrp11 withADR(ADRAddress value)
public MEDPRE.SegGrp9.SegGrp11 withCOM(COMCommunicationContact... values)
public MEDPRE.SegGrp9.SegGrp11 withCOM(Collection<COMCommunicationContact> values)
public MEDPRE.SegGrp9.SegGrp11 withPNA(PNAPartyIdentification... values)
public MEDPRE.SegGrp9.SegGrp11 withPNA(Collection<PNAPartyIdentification> values)
public MEDPRE.SegGrp9.SegGrp11 withPTY(PTYPriority value)
public MEDPRE.SegGrp9.SegGrp11 withPAC(PACPackage value)
Copyright © 2020. All rights reserved.