public static class BERMAN.SegGrp3.SegGrp5 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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-6" 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" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BERMAN.SegGrp3.SegGrp5.SegGrp6
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp5() |
| Modifier and Type | Method and Description |
|---|---|
GORGovernmentalRequirements |
getGOR()
Gets the value of the gor property.
|
List<NADNameAndAddress> |
getNAD()
Gets the value of the nad property.
|
List<RFFReference> |
getRFF()
Gets the value of the rff property.
|
List<BERMAN.SegGrp3.SegGrp5.SegGrp6> |
getSegGrp6()
Gets the value of the segGrp6 property.
|
void |
setGOR(GORGovernmentalRequirements value)
Sets the value of the gor property.
|
BERMAN.SegGrp3.SegGrp5 |
withGOR(GORGovernmentalRequirements value) |
BERMAN.SegGrp3.SegGrp5 |
withNAD(Collection<NADNameAndAddress> values) |
BERMAN.SegGrp3.SegGrp5 |
withNAD(NADNameAndAddress... values) |
BERMAN.SegGrp3.SegGrp5 |
withRFF(Collection<RFFReference> values) |
BERMAN.SegGrp3.SegGrp5 |
withRFF(RFFReference... values) |
BERMAN.SegGrp3.SegGrp5 |
withSegGrp6(BERMAN.SegGrp3.SegGrp5.SegGrp6... values) |
BERMAN.SegGrp3.SegGrp5 |
withSegGrp6(Collection<BERMAN.SegGrp3.SegGrp5.SegGrp6> values) |
public GORGovernmentalRequirements getGOR()
GORGovernmentalRequirementspublic void setGOR(GORGovernmentalRequirements value)
value - allowed object is
GORGovernmentalRequirementspublic 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<NADNameAndAddress> getNAD()
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 nad property.
For example, to add a new item, do as follows:
getNAD().add(newItem);
Objects of the following type(s) are allowed in the list
NADNameAndAddress
public List<BERMAN.SegGrp3.SegGrp5.SegGrp6> getSegGrp6()
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 segGrp6 property.
For example, to add a new item, do as follows:
getSegGrp6().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp6
public BERMAN.SegGrp3.SegGrp5 withGOR(GORGovernmentalRequirements value)
public BERMAN.SegGrp3.SegGrp5 withRFF(RFFReference... values)
public BERMAN.SegGrp3.SegGrp5 withRFF(Collection<RFFReference> values)
public BERMAN.SegGrp3.SegGrp5 withNAD(NADNameAndAddress... values)
public BERMAN.SegGrp3.SegGrp5 withNAD(Collection<NADNameAndAddress> values)
public BERMAN.SegGrp3.SegGrp5 withSegGrp6(BERMAN.SegGrp3.SegGrp5.SegGrp6... values)
public BERMAN.SegGrp3.SegGrp5 withSegGrp6(Collection<BERMAN.SegGrp3.SegGrp5.SegGrp6> values)
Copyright © 2020. All rights reserved.