public static class GOVCBR.SegGrp138.SegGrp156 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-157" 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-158" maxOccurs="99" 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-159" 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-160" 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.SegGrp138.SegGrp156.SegGrp157
Java class for anonymous complex type.
|
static class |
GOVCBR.SegGrp138.SegGrp156.SegGrp158
Java class for anonymous complex type.
|
static class |
GOVCBR.SegGrp138.SegGrp156.SegGrp160
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp156() |
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.SegGrp138.SegGrp156.SegGrp157> getSegGrp157()
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 segGrp157 property.
For example, to add a new item, do as follows:
getSegGrp157().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp156 .SegGrp157
public List<GOVCBR.SegGrp138.SegGrp156.SegGrp158> getSegGrp158()
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 segGrp158 property.
For example, to add a new item, do as follows:
getSegGrp158().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp156 .SegGrp158
public GOVCBR.SegGrp138.SegGrp156.SegGrp160 getSegGrp160()
.SegGrp156 .SegGrp160 public void setSegGrp160(GOVCBR.SegGrp138.SegGrp156.SegGrp160 value)
value - allowed object is
.SegGrp156 .SegGrp160 public GOVCBR.SegGrp138.SegGrp156 withEQD(EQDEquipmentDetails value)
public GOVCBR.SegGrp138.SegGrp156 withSEQ(SEQSequenceDetails value)
public GOVCBR.SegGrp138.SegGrp156 withQTY(QTYQuantity value)
public GOVCBR.SegGrp138.SegGrp156 withGEI(GEIProcessingInformation... values)
public GOVCBR.SegGrp138.SegGrp156 withGEI(Collection<GEIProcessingInformation> values)
public GOVCBR.SegGrp138.SegGrp156 withSegGrp157(GOVCBR.SegGrp138.SegGrp156.SegGrp157... values)
public GOVCBR.SegGrp138.SegGrp156 withSegGrp157(Collection<GOVCBR.SegGrp138.SegGrp156.SegGrp157> values)
public GOVCBR.SegGrp138.SegGrp156 withSegGrp158(GOVCBR.SegGrp138.SegGrp156.SegGrp158... values)
public GOVCBR.SegGrp138.SegGrp156 withSegGrp158(Collection<GOVCBR.SegGrp138.SegGrp156.SegGrp158> values)
public GOVCBR.SegGrp138.SegGrp156 withSegGrp160(GOVCBR.SegGrp138.SegGrp156.SegGrp160 value)
Copyright © 2020. All rights reserved.