public class VLIValueListIdentification extends Object
Java class for VLI-ValueListIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VLI-ValueListIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C780" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C780-ValueListIdentification"/>
<element name="C082" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C082-PartyIdentificationDetails" minOccurs="0"/>
<element name="E4405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4405-StatusDescriptionCode" minOccurs="0"/>
<element name="E1514" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1514-ValueListName" minOccurs="0"/>
<element name="E1507" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1507-DesignatedClassCode" minOccurs="0"/>
<element name="E1505" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1505-ValueListTypeCode" minOccurs="0"/>
<element name="C240" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C240-CharacteristicDescription" 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 |
|---|
VLIValueListIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C082PartyIdentificationDetails |
getC082()
Gets the value of the c082 property.
|
C240CharacteristicDescription |
getC240()
Gets the value of the c240 property.
|
C780ValueListIdentification |
getC780()
Gets the value of the c780 property.
|
String |
getE1505()
Gets the value of the e1505 property.
|
String |
getE1507()
Gets the value of the e1507 property.
|
String |
getE1514()
Gets the value of the e1514 property.
|
String |
getE4405()
Gets the value of the e4405 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
void |
setC082(C082PartyIdentificationDetails value)
Sets the value of the c082 property.
|
void |
setC240(C240CharacteristicDescription value)
Sets the value of the c240 property.
|
void |
setC780(C780ValueListIdentification value)
Sets the value of the c780 property.
|
void |
setE1505(String value)
Sets the value of the e1505 property.
|
void |
setE1507(String value)
Sets the value of the e1507 property.
|
void |
setE1514(String value)
Sets the value of the e1514 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
VLIValueListIdentification |
withC082(C082PartyIdentificationDetails value) |
VLIValueListIdentification |
withC240(C240CharacteristicDescription value) |
VLIValueListIdentification |
withC780(C780ValueListIdentification value) |
VLIValueListIdentification |
withE1505(String value) |
VLIValueListIdentification |
withE1507(String value) |
VLIValueListIdentification |
withE1514(String value) |
VLIValueListIdentification |
withE4405(String value) |
VLIValueListIdentification |
withE4513(String value) |
public C780ValueListIdentification getC780()
C780ValueListIdentificationpublic void setC780(C780ValueListIdentification value)
value - allowed object is
C780ValueListIdentificationpublic C082PartyIdentificationDetails getC082()
C082PartyIdentificationDetailspublic void setC082(C082PartyIdentificationDetails value)
value - allowed object is
C082PartyIdentificationDetailspublic String getE4405()
Stringpublic void setE4405(String value)
value - allowed object is
Stringpublic String getE1514()
Stringpublic void setE1514(String value)
value - allowed object is
Stringpublic String getE1507()
Stringpublic void setE1507(String value)
value - allowed object is
Stringpublic String getE1505()
Stringpublic void setE1505(String value)
value - allowed object is
Stringpublic C240CharacteristicDescription getC240()
C240CharacteristicDescriptionpublic void setC240(C240CharacteristicDescription value)
value - allowed object is
C240CharacteristicDescriptionpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic VLIValueListIdentification withC780(C780ValueListIdentification value)
public VLIValueListIdentification withC082(C082PartyIdentificationDetails value)
public VLIValueListIdentification withE4405(String value)
public VLIValueListIdentification withE1514(String value)
public VLIValueListIdentification withE1507(String value)
public VLIValueListIdentification withE1505(String value)
public VLIValueListIdentification withC240(C240CharacteristicDescription value)
public VLIValueListIdentification withE4513(String value)
Copyright © 2020. All rights reserved.