public static class GOVCBR.SegGrp138.SegGrp155 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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp155() |
| Modifier and Type | Method and Description |
|---|---|
GORGovernmentalRequirements |
getGOR()
Gets the value of the gor property.
|
LOCPlaceLocationIdentification |
getLOC()
Gets the value of the loc property.
|
void |
setGOR(GORGovernmentalRequirements value)
Sets the value of the gor property.
|
void |
setLOC(LOCPlaceLocationIdentification value)
Sets the value of the loc property.
|
GOVCBR.SegGrp138.SegGrp155 |
withGOR(GORGovernmentalRequirements value) |
GOVCBR.SegGrp138.SegGrp155 |
withLOC(LOCPlaceLocationIdentification value) |
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 GOVCBR.SegGrp138.SegGrp155 withGOR(GORGovernmentalRequirements value)
public GOVCBR.SegGrp138.SegGrp155 withLOC(LOCPlaceLocationIdentification value)
Copyright © 2020. All rights reserved.