public class APPApplicability extends Object
Java class for APP-Applicability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="APP-Applicability">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9051" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9051-ApplicabilityCodeQualifier" minOccurs="0"/>
<element name="C973" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C973-ApplicabilityType" minOccurs="0"/>
<element name="C082" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C082-PartyIdentificationDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
APPApplicability() |
| Modifier and Type | Method and Description |
|---|---|
C082PartyIdentificationDetails |
getC082()
Gets the value of the c082 property.
|
C973ApplicabilityType |
getC973()
Gets the value of the c973 property.
|
String |
getE9051()
Gets the value of the e9051 property.
|
void |
setC082(C082PartyIdentificationDetails value)
Sets the value of the c082 property.
|
void |
setC973(C973ApplicabilityType value)
Sets the value of the c973 property.
|
void |
setE9051(String value)
Sets the value of the e9051 property.
|
APPApplicability |
withC082(C082PartyIdentificationDetails value) |
APPApplicability |
withC973(C973ApplicabilityType value) |
APPApplicability |
withE9051(String value) |
public String getE9051()
Stringpublic void setE9051(String value)
value - allowed object is
Stringpublic C973ApplicabilityType getC973()
C973ApplicabilityTypepublic void setC973(C973ApplicabilityType value)
value - allowed object is
C973ApplicabilityTypepublic C082PartyIdentificationDetails getC082()
C082PartyIdentificationDetailspublic void setC082(C082PartyIdentificationDetails value)
value - allowed object is
C082PartyIdentificationDetailspublic APPApplicability withE9051(String value)
public APPApplicability withC973(C973ApplicabilityType value)
public APPApplicability withC082(C082PartyIdentificationDetails value)
Copyright © 2020. All rights reserved.