public static class ORDERS.SegGrp28 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="EFI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EFI-ExternalFileLinkIdentification"/>
<element name="CED" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CED-ComputerEnvironmentDetails" maxOccurs="99" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" 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="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp28() |
public EFIExternalFileLinkIdentification getEFI()
EFIExternalFileLinkIdentificationpublic void setEFI(EFIExternalFileLinkIdentification value)
value - allowed object is
EFIExternalFileLinkIdentificationpublic List<CEDComputerEnvironmentDetails> getCED()
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 ced property.
For example, to add a new item, do as follows:
getCED().add(newItem);
Objects of the following type(s) are allowed in the list
CEDComputerEnvironmentDetails
public 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<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 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<QTYQuantity> getQTY()
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 qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public ORDERS.SegGrp28 withEFI(EFIExternalFileLinkIdentification value)
public ORDERS.SegGrp28 withCED(CEDComputerEnvironmentDetails... values)
public ORDERS.SegGrp28 withCED(Collection<CEDComputerEnvironmentDetails> values)
public ORDERS.SegGrp28 withCOM(COMCommunicationContact... values)
public ORDERS.SegGrp28 withCOM(Collection<COMCommunicationContact> values)
public ORDERS.SegGrp28 withRFF(RFFReference... values)
public ORDERS.SegGrp28 withRFF(Collection<RFFReference> values)
public ORDERS.SegGrp28 withDTM(DTMDateTimePeriod... values)
public ORDERS.SegGrp28 withDTM(Collection<DTMDateTimePeriod> values)
public ORDERS.SegGrp28 withQTY(QTYQuantity... values)
public ORDERS.SegGrp28 withQTY(Collection<QTYQuantity> values)
Copyright © 2020. All rights reserved.