public class INDIndexDetails extends Object
Java class for IND-IndexDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IND-IndexDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C545" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C545-IndexIdentification" minOccurs="0"/>
<element name="C546" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C546-IndexValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
INDIndexDetails() |
| Modifier and Type | Method and Description |
|---|---|
C545IndexIdentification |
getC545()
Gets the value of the c545 property.
|
C546IndexValue |
getC546()
Gets the value of the c546 property.
|
void |
setC545(C545IndexIdentification value)
Sets the value of the c545 property.
|
void |
setC546(C546IndexValue value)
Sets the value of the c546 property.
|
INDIndexDetails |
withC545(C545IndexIdentification value) |
INDIndexDetails |
withC546(C546IndexValue value) |
public C545IndexIdentification getC545()
C545IndexIdentificationpublic void setC545(C545IndexIdentification value)
value - allowed object is
C545IndexIdentificationpublic C546IndexValue getC546()
C546IndexValuepublic void setC546(C546IndexValue value)
value - allowed object is
C546IndexValuepublic INDIndexDetails withC545(C545IndexIdentification value)
public INDIndexDetails withC546(C546IndexValue value)
Copyright © 2020. All rights reserved.