public class CDSCodeSetIdentification extends Object
Java class for CDS-CodeSetIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CDS-CodeSetIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C702" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C702-CodeSetIdentification"/>
<element name="E1507" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1507-DesignatedClassCode" minOccurs="0"/>
<element name="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CDSCodeSetIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C702CodeSetIdentification |
getC702()
Gets the value of the c702 property.
|
String |
getE1507()
Gets the value of the e1507 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
void |
setC702(C702CodeSetIdentification value)
Sets the value of the c702 property.
|
void |
setE1507(String value)
Sets the value of the e1507 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
CDSCodeSetIdentification |
withC702(C702CodeSetIdentification value) |
CDSCodeSetIdentification |
withE1507(String value) |
CDSCodeSetIdentification |
withE4513(String value) |
public C702CodeSetIdentification getC702()
C702CodeSetIdentificationpublic void setC702(C702CodeSetIdentification value)
value - allowed object is
C702CodeSetIdentificationpublic String getE1507()
Stringpublic void setE1507(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic CDSCodeSetIdentification withC702(C702CodeSetIdentification value)
public CDSCodeSetIdentification withE1507(String value)
public CDSCodeSetIdentification withE4513(String value)
Copyright © 2020. All rights reserved.