public class CPTAccountIdentification extends Object
Java class for CPT-AccountIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CPT-AccountIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4437" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4437-AccountTypeCodeQualifier"/>
<element name="C593" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C593-AccountIdentification"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CPTAccountIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C593AccountIdentification |
getC593()
Gets the value of the c593 property.
|
String |
getE4437()
Gets the value of the e4437 property.
|
void |
setC593(C593AccountIdentification value)
Sets the value of the c593 property.
|
void |
setE4437(String value)
Sets the value of the e4437 property.
|
CPTAccountIdentification |
withC593(C593AccountIdentification value) |
CPTAccountIdentification |
withE4437(String value) |
public String getE4437()
Stringpublic void setE4437(String value)
value - allowed object is
Stringpublic C593AccountIdentification getC593()
C593AccountIdentificationpublic void setC593(C593AccountIdentification value)
value - allowed object is
C593AccountIdentificationpublic CPTAccountIdentification withE4437(String value)
public CPTAccountIdentification withC593(C593AccountIdentification value)
Copyright © 2020. All rights reserved.