public static class IFCSUM.SegGrp27.SegGrp35 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="GOR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GOR-GovernmentalRequirements"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="SEL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEL-SealNumber" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-36" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IFCSUM.SegGrp27.SegGrp35.SegGrp36
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp35() |
public GORGovernmentalRequirements getGOR()
GORGovernmentalRequirementspublic void setGOR(GORGovernmentalRequirements value)
value - allowed object is
GORGovernmentalRequirementspublic 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<LOCPlaceLocationIdentification> getLOC()
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 loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public List<SELSealNumber> getSEL()
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 sel property.
For example, to add a new item, do as follows:
getSEL().add(newItem);
Objects of the following type(s) are allowed in the list
SELSealNumber
public 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<IFCSUM.SegGrp27.SegGrp35.SegGrp36> getSegGrp36()
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 segGrp36 property.
For example, to add a new item, do as follows:
getSegGrp36().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp35 .SegGrp36
public IFCSUM.SegGrp27.SegGrp35 withGOR(GORGovernmentalRequirements value)
public IFCSUM.SegGrp27.SegGrp35 withDTM(DTMDateTimePeriod... values)
public IFCSUM.SegGrp27.SegGrp35 withDTM(Collection<DTMDateTimePeriod> values)
public IFCSUM.SegGrp27.SegGrp35 withLOC(LOCPlaceLocationIdentification... values)
public IFCSUM.SegGrp27.SegGrp35 withLOC(Collection<LOCPlaceLocationIdentification> values)
public IFCSUM.SegGrp27.SegGrp35 withSEL(SELSealNumber... values)
public IFCSUM.SegGrp27.SegGrp35 withSEL(Collection<SELSealNumber> values)
public IFCSUM.SegGrp27.SegGrp35 withFTX(FTXFreeText... values)
public IFCSUM.SegGrp27.SegGrp35 withFTX(Collection<FTXFreeText> values)
public IFCSUM.SegGrp27.SegGrp35 withSegGrp36(IFCSUM.SegGrp27.SegGrp35.SegGrp36... values)
public IFCSUM.SegGrp27.SegGrp35 withSegGrp36(Collection<IFCSUM.SegGrp27.SegGrp35.SegGrp36> values)
Copyright © 2020. All rights reserved.