public class COTContributionDetails extends Object
Java class for COT-ContributionDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COT-ContributionDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E5047" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5047-ContributionCodeQualifier"/>
<element name="C953" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C953-ContributionType" minOccurs="0"/>
<element name="C522" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C522-Instruction" minOccurs="0"/>
<element name="C203" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C203-RateTariffClass" minOccurs="0"/>
<element name="C960" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C960-ReasonForChange" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
COTContributionDetails() |
| Modifier and Type | Method and Description |
|---|---|
C203RateTariffClass |
getC203()
Gets the value of the c203 property.
|
C522Instruction |
getC522()
Gets the value of the c522 property.
|
C953ContributionType |
getC953()
Gets the value of the c953 property.
|
C960ReasonForChange |
getC960()
Gets the value of the c960 property.
|
String |
getE5047()
Gets the value of the e5047 property.
|
void |
setC203(C203RateTariffClass value)
Sets the value of the c203 property.
|
void |
setC522(C522Instruction value)
Sets the value of the c522 property.
|
void |
setC953(C953ContributionType value)
Sets the value of the c953 property.
|
void |
setC960(C960ReasonForChange value)
Sets the value of the c960 property.
|
void |
setE5047(String value)
Sets the value of the e5047 property.
|
COTContributionDetails |
withC203(C203RateTariffClass value) |
COTContributionDetails |
withC522(C522Instruction value) |
COTContributionDetails |
withC953(C953ContributionType value) |
COTContributionDetails |
withC960(C960ReasonForChange value) |
COTContributionDetails |
withE5047(String value) |
public String getE5047()
Stringpublic void setE5047(String value)
value - allowed object is
Stringpublic C953ContributionType getC953()
C953ContributionTypepublic void setC953(C953ContributionType value)
value - allowed object is
C953ContributionTypepublic C522Instruction getC522()
C522Instructionpublic void setC522(C522Instruction value)
value - allowed object is
C522Instructionpublic C203RateTariffClass getC203()
C203RateTariffClasspublic void setC203(C203RateTariffClass value)
value - allowed object is
C203RateTariffClasspublic C960ReasonForChange getC960()
C960ReasonForChangepublic void setC960(C960ReasonForChange value)
value - allowed object is
C960ReasonForChangepublic COTContributionDetails withE5047(String value)
public COTContributionDetails withC953(C953ContributionType value)
public COTContributionDetails withC522(C522Instruction value)
public COTContributionDetails withC203(C203RateTariffClass value)
public COTContributionDetails withC960(C960ReasonForChange value)
Copyright © 2020. All rights reserved.