public static class GOVCBR.SegGrp3 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="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" minOccurs="0"/>
</sequence>
<element name="SegGrp-4" maxOccurs="9" 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="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GOVCBR.SegGrp3.SegGrp4
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp3() |
| Modifier and Type | Method and Description |
|---|---|
GORGovernmentalRequirements |
getGOR()
Gets the value of the gor property.
|
LOCPlaceLocationIdentification |
getLOC()
Gets the value of the loc property.
|
List<GOVCBR.SegGrp3.SegGrp4> |
getSegGrp4()
Gets the value of the segGrp4 property.
|
void |
setGOR(GORGovernmentalRequirements value)
Sets the value of the gor property.
|
void |
setLOC(LOCPlaceLocationIdentification value)
Sets the value of the loc property.
|
GOVCBR.SegGrp3 |
withGOR(GORGovernmentalRequirements value) |
GOVCBR.SegGrp3 |
withLOC(LOCPlaceLocationIdentification value) |
GOVCBR.SegGrp3 |
withSegGrp4(Collection<GOVCBR.SegGrp3.SegGrp4> values) |
GOVCBR.SegGrp3 |
withSegGrp4(GOVCBR.SegGrp3.SegGrp4... values) |
public GORGovernmentalRequirements getGOR()
GORGovernmentalRequirementspublic void setGOR(GORGovernmentalRequirements value)
value - allowed object is
GORGovernmentalRequirementspublic LOCPlaceLocationIdentification getLOC()
LOCPlaceLocationIdentificationpublic void setLOC(LOCPlaceLocationIdentification value)
value - allowed object is
LOCPlaceLocationIdentificationpublic List<GOVCBR.SegGrp3.SegGrp4> getSegGrp4()
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 segGrp4 property.
For example, to add a new item, do as follows:
getSegGrp4().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp4
public GOVCBR.SegGrp3 withGOR(GORGovernmentalRequirements value)
public GOVCBR.SegGrp3 withLOC(LOCPlaceLocationIdentification value)
public GOVCBR.SegGrp3 withSegGrp4(GOVCBR.SegGrp3.SegGrp4... values)
public GOVCBR.SegGrp3 withSegGrp4(Collection<GOVCBR.SegGrp3.SegGrp4> values)
Copyright © 2020. All rights reserved.