public class MKSMarketSalesChannelInformation extends Object
Java class for MKS-MarketSalesChannelInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MKS-MarketSalesChannelInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7293" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7293-SectorAreaIdentificationCodeQualifier"/>
<element name="C332" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C332-SalesChannelIdentification"/>
<element name="E1229" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1229-ActionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MKSMarketSalesChannelInformation() |
| Modifier and Type | Method and Description |
|---|---|
C332SalesChannelIdentification |
getC332()
Gets the value of the c332 property.
|
String |
getE1229()
Gets the value of the e1229 property.
|
String |
getE7293()
Gets the value of the e7293 property.
|
void |
setC332(C332SalesChannelIdentification value)
Sets the value of the c332 property.
|
void |
setE1229(String value)
Sets the value of the e1229 property.
|
void |
setE7293(String value)
Sets the value of the e7293 property.
|
MKSMarketSalesChannelInformation |
withC332(C332SalesChannelIdentification value) |
MKSMarketSalesChannelInformation |
withE1229(String value) |
MKSMarketSalesChannelInformation |
withE7293(String value) |
public String getE7293()
Stringpublic void setE7293(String value)
value - allowed object is
Stringpublic C332SalesChannelIdentification getC332()
C332SalesChannelIdentificationpublic void setC332(C332SalesChannelIdentification value)
value - allowed object is
C332SalesChannelIdentificationpublic String getE1229()
Stringpublic void setE1229(String value)
value - allowed object is
Stringpublic MKSMarketSalesChannelInformation withE7293(String value)
public MKSMarketSalesChannelInformation withC332(C332SalesChannelIdentification value)
public MKSMarketSalesChannelInformation withE1229(String value)
Copyright © 2020. All rights reserved.