public static class GOVCBR.SegGrp32.SegGrp38 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="EQD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQD-EquipmentDetails"/>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-39" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="SEL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEL-SealNumber"/>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-40" maxOccurs="9" minOccurs="0">
<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="IFD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IFD-InformationDetail" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-41" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-42" 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="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GOVCBR.SegGrp32.SegGrp38.SegGrp39
Java class for anonymous complex type.
|
static class |
GOVCBR.SegGrp32.SegGrp38.SegGrp40
Java class for anonymous complex type.
|
static class |
GOVCBR.SegGrp32.SegGrp38.SegGrp42
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp38() |
public EQDEquipmentDetails getEQD()
EQDEquipmentDetailspublic void setEQD(EQDEquipmentDetails value)
value - allowed object is
EQDEquipmentDetailspublic SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic QTYQuantity getQTY()
QTYQuantitypublic void setQTY(QTYQuantity value)
value - allowed object is
QTYQuantitypublic List<GEIProcessingInformation> getGEI()
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 gei property.
For example, to add a new item, do as follows:
getGEI().add(newItem);
Objects of the following type(s) are allowed in the list
GEIProcessingInformation
public List<GOVCBR.SegGrp32.SegGrp38.SegGrp39> getSegGrp39()
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 segGrp39 property.
For example, to add a new item, do as follows:
getSegGrp39().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp38 .SegGrp39
public List<GOVCBR.SegGrp32.SegGrp38.SegGrp40> getSegGrp40()
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 segGrp40 property.
For example, to add a new item, do as follows:
getSegGrp40().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp38 .SegGrp40
public GOVCBR.SegGrp32.SegGrp38.SegGrp42 getSegGrp42()
.SegGrp38 .SegGrp42 public void setSegGrp42(GOVCBR.SegGrp32.SegGrp38.SegGrp42 value)
value - allowed object is
.SegGrp38 .SegGrp42 public GOVCBR.SegGrp32.SegGrp38 withEQD(EQDEquipmentDetails value)
public GOVCBR.SegGrp32.SegGrp38 withSEQ(SEQSequenceDetails value)
public GOVCBR.SegGrp32.SegGrp38 withQTY(QTYQuantity value)
public GOVCBR.SegGrp32.SegGrp38 withGEI(GEIProcessingInformation... values)
public GOVCBR.SegGrp32.SegGrp38 withGEI(Collection<GEIProcessingInformation> values)
public GOVCBR.SegGrp32.SegGrp38 withSegGrp39(GOVCBR.SegGrp32.SegGrp38.SegGrp39... values)
public GOVCBR.SegGrp32.SegGrp38 withSegGrp39(Collection<GOVCBR.SegGrp32.SegGrp38.SegGrp39> values)
public GOVCBR.SegGrp32.SegGrp38 withSegGrp40(GOVCBR.SegGrp32.SegGrp38.SegGrp40... values)
public GOVCBR.SegGrp32.SegGrp38 withSegGrp40(Collection<GOVCBR.SegGrp32.SegGrp38.SegGrp40> values)
public GOVCBR.SegGrp32.SegGrp38 withSegGrp42(GOVCBR.SegGrp32.SegGrp38.SegGrp42 value)
Copyright © 2020. All rights reserved.