public class AGRAgreementIdentification extends Object
Java class for AGR-AgreementIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AGR-AgreementIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C543" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C543-AgreementTypeIdentification" minOccurs="0"/>
<element name="E9419" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9419-ServiceLayerCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AGRAgreementIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C543AgreementTypeIdentification |
getC543()
Gets the value of the c543 property.
|
String |
getE9419()
Gets the value of the e9419 property.
|
void |
setC543(C543AgreementTypeIdentification value)
Sets the value of the c543 property.
|
void |
setE9419(String value)
Sets the value of the e9419 property.
|
AGRAgreementIdentification |
withC543(C543AgreementTypeIdentification value) |
AGRAgreementIdentification |
withE9419(String value) |
public C543AgreementTypeIdentification getC543()
C543AgreementTypeIdentificationpublic void setC543(C543AgreementTypeIdentification value)
value - allowed object is
C543AgreementTypeIdentificationpublic String getE9419()
Stringpublic void setE9419(String value)
value - allowed object is
Stringpublic AGRAgreementIdentification withC543(C543AgreementTypeIdentification value)
public AGRAgreementIdentification withE9419(String value)
Copyright © 2020. All rights reserved.