public class BASBasis extends Object
Java class for BAS-Basis complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BAS-Basis">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9045" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9045-BasisCodeQualifier"/>
<element name="C974" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C974-BasisType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
BASBasis() |
| Modifier and Type | Method and Description |
|---|---|
C974BasisType |
getC974()
Gets the value of the c974 property.
|
String |
getE9045()
Gets the value of the e9045 property.
|
void |
setC974(C974BasisType value)
Sets the value of the c974 property.
|
void |
setE9045(String value)
Sets the value of the e9045 property.
|
BASBasis |
withC974(C974BasisType value) |
BASBasis |
withE9045(String value) |
public String getE9045()
Stringpublic void setE9045(String value)
value - allowed object is
Stringpublic C974BasisType getC974()
C974BasisTypepublic void setC974(C974BasisType value)
value - allowed object is
C974BasisTypepublic BASBasis withC974(C974BasisType value)
Copyright © 2020. All rights reserved.