public static class IFCSUM.SegGrp27.SegGrp40 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="TDT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TDT-TransportInformation"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-41" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="TSR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TSR-TransportServiceRequirements"/>
<element name="SCC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SCC-SchedulingConditions" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-42" maxOccurs="99" minOccurs="0">
<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/D12B}LOC-PlaceLocationIdentification"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-43" maxOccurs="9" 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>
<element name="SegGrp-44" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="TCC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TCC-ChargeRateCalculations"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-45" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ICD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ICD-InsuranceCoverDescription"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IFCSUM.SegGrp27.SegGrp40.SegGrp41
Java class for anonymous complex type.
|
static class |
IFCSUM.SegGrp27.SegGrp40.SegGrp42
Java class for anonymous complex type.
|
static class |
IFCSUM.SegGrp27.SegGrp40.SegGrp43
Java class for anonymous complex type.
|
static class |
IFCSUM.SegGrp27.SegGrp40.SegGrp44
Java class for anonymous complex type.
|
static class |
IFCSUM.SegGrp27.SegGrp40.SegGrp45
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp40() |
public TDTTransportInformation getTDT()
TDTTransportInformationpublic void setTDT(TDTTransportInformation value)
value - allowed object is
TDTTransportInformationpublic 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<IFCSUM.SegGrp27.SegGrp40.SegGrp41> getSegGrp41()
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 segGrp41 property.
For example, to add a new item, do as follows:
getSegGrp41().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp40 .SegGrp41
public List<IFCSUM.SegGrp27.SegGrp40.SegGrp42> getSegGrp42()
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 segGrp42 property.
For example, to add a new item, do as follows:
getSegGrp42().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp40 .SegGrp42
public List<IFCSUM.SegGrp27.SegGrp40.SegGrp43> getSegGrp43()
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 segGrp43 property.
For example, to add a new item, do as follows:
getSegGrp43().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp40 .SegGrp43
public List<IFCSUM.SegGrp27.SegGrp40.SegGrp44> getSegGrp44()
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 segGrp44 property.
For example, to add a new item, do as follows:
getSegGrp44().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp40 .SegGrp44
public List<IFCSUM.SegGrp27.SegGrp40.SegGrp45> getSegGrp45()
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 segGrp45 property.
For example, to add a new item, do as follows:
getSegGrp45().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp40 .SegGrp45
public IFCSUM.SegGrp27.SegGrp40 withTDT(TDTTransportInformation value)
public IFCSUM.SegGrp27.SegGrp40 withDTM(DTMDateTimePeriod... values)
public IFCSUM.SegGrp27.SegGrp40 withDTM(Collection<DTMDateTimePeriod> values)
public IFCSUM.SegGrp27.SegGrp40 withSegGrp41(IFCSUM.SegGrp27.SegGrp40.SegGrp41... values)
public IFCSUM.SegGrp27.SegGrp40 withSegGrp41(Collection<IFCSUM.SegGrp27.SegGrp40.SegGrp41> values)
public IFCSUM.SegGrp27.SegGrp40 withSegGrp42(IFCSUM.SegGrp27.SegGrp40.SegGrp42... values)
public IFCSUM.SegGrp27.SegGrp40 withSegGrp42(Collection<IFCSUM.SegGrp27.SegGrp40.SegGrp42> values)
public IFCSUM.SegGrp27.SegGrp40 withSegGrp43(IFCSUM.SegGrp27.SegGrp40.SegGrp43... values)
public IFCSUM.SegGrp27.SegGrp40 withSegGrp43(Collection<IFCSUM.SegGrp27.SegGrp40.SegGrp43> values)
public IFCSUM.SegGrp27.SegGrp40 withSegGrp44(IFCSUM.SegGrp27.SegGrp40.SegGrp44... values)
public IFCSUM.SegGrp27.SegGrp40 withSegGrp44(Collection<IFCSUM.SegGrp27.SegGrp40.SegGrp44> values)
public IFCSUM.SegGrp27.SegGrp40 withSegGrp45(IFCSUM.SegGrp27.SegGrp40.SegGrp45... values)
public IFCSUM.SegGrp27.SegGrp40 withSegGrp45(Collection<IFCSUM.SegGrp27.SegGrp40.SegGrp45> values)
Copyright © 2020. All rights reserved.