public class MEMMembershipDetails extends Object
Java class for MEM-MembershipDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MEM-MembershipDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7449" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7449-MembershipTypeCodeQualifier"/>
<element name="C942" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C942-MembershipCategory" minOccurs="0"/>
<element name="C944" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C944-MembershipStatus" minOccurs="0"/>
<element name="C945" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C945-MembershipLevel" 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 |
|---|
MEMMembershipDetails() |
| Modifier and Type | Method and Description |
|---|---|
C203RateTariffClass |
getC203()
Gets the value of the c203 property.
|
C942MembershipCategory |
getC942()
Gets the value of the c942 property.
|
C944MembershipStatus |
getC944()
Gets the value of the c944 property.
|
C945MembershipLevel |
getC945()
Gets the value of the c945 property.
|
C960ReasonForChange |
getC960()
Gets the value of the c960 property.
|
String |
getE7449()
Gets the value of the e7449 property.
|
void |
setC203(C203RateTariffClass value)
Sets the value of the c203 property.
|
void |
setC942(C942MembershipCategory value)
Sets the value of the c942 property.
|
void |
setC944(C944MembershipStatus value)
Sets the value of the c944 property.
|
void |
setC945(C945MembershipLevel value)
Sets the value of the c945 property.
|
void |
setC960(C960ReasonForChange value)
Sets the value of the c960 property.
|
void |
setE7449(String value)
Sets the value of the e7449 property.
|
MEMMembershipDetails |
withC203(C203RateTariffClass value) |
MEMMembershipDetails |
withC942(C942MembershipCategory value) |
MEMMembershipDetails |
withC944(C944MembershipStatus value) |
MEMMembershipDetails |
withC945(C945MembershipLevel value) |
MEMMembershipDetails |
withC960(C960ReasonForChange value) |
MEMMembershipDetails |
withE7449(String value) |
public String getE7449()
Stringpublic void setE7449(String value)
value - allowed object is
Stringpublic C942MembershipCategory getC942()
C942MembershipCategorypublic void setC942(C942MembershipCategory value)
value - allowed object is
C942MembershipCategorypublic C944MembershipStatus getC944()
C944MembershipStatuspublic void setC944(C944MembershipStatus value)
value - allowed object is
C944MembershipStatuspublic C945MembershipLevel getC945()
C945MembershipLevelpublic void setC945(C945MembershipLevel value)
value - allowed object is
C945MembershipLevelpublic C203RateTariffClass getC203()
C203RateTariffClasspublic void setC203(C203RateTariffClass value)
value - allowed object is
C203RateTariffClasspublic C960ReasonForChange getC960()
C960ReasonForChangepublic void setC960(C960ReasonForChange value)
value - allowed object is
C960ReasonForChangepublic MEMMembershipDetails withE7449(String value)
public MEMMembershipDetails withC942(C942MembershipCategory value)
public MEMMembershipDetails withC944(C944MembershipStatus value)
public MEMMembershipDetails withC945(C945MembershipLevel value)
public MEMMembershipDetails withC203(C203RateTariffClass value)
public MEMMembershipDetails withC960(C960ReasonForChange value)
Copyright © 2020. All rights reserved.