public static class RECORD.SegGrp3.SegGrp8.SegGrp9 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="BAS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BAS-Basis"/>
<element name="APP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}APP-Applicability" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp9() |
| Modifier and Type | Method and Description |
|---|---|
APPApplicability |
getAPP()
Gets the value of the app property.
|
BASBasis |
getBAS()
Gets the value of the bas property.
|
void |
setAPP(APPApplicability value)
Sets the value of the app property.
|
void |
setBAS(BASBasis value)
Sets the value of the bas property.
|
RECORD.SegGrp3.SegGrp8.SegGrp9 |
withAPP(APPApplicability value) |
RECORD.SegGrp3.SegGrp8.SegGrp9 |
withBAS(BASBasis value) |
public BASBasis getBAS()
BASBasispublic void setBAS(BASBasis value)
value - allowed object is
BASBasispublic APPApplicability getAPP()
APPApplicabilitypublic void setAPP(APPApplicability value)
value - allowed object is
APPApplicabilitypublic RECORD.SegGrp3.SegGrp8.SegGrp9 withBAS(BASBasis value)
public RECORD.SegGrp3.SegGrp8.SegGrp9 withAPP(APPApplicability value)
Copyright © 2020. All rights reserved.