public class CCICharacteristicClassId extends Object
Java class for CCI-CharacteristicClassId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CCI-CharacteristicClassId">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7059" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7059-ClassTypeCode" minOccurs="0"/>
<element name="C502" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C502-MeasurementDetails" minOccurs="0"/>
<element name="C240" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C240-CharacteristicDescription" minOccurs="0"/>
<element name="E4051" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4051-CharacteristicRelevanceCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CCICharacteristicClassId() |
| Modifier and Type | Method and Description |
|---|---|
C240CharacteristicDescription |
getC240()
Gets the value of the c240 property.
|
C502MeasurementDetails |
getC502()
Gets the value of the c502 property.
|
String |
getE4051()
Gets the value of the e4051 property.
|
String |
getE7059()
Gets the value of the e7059 property.
|
void |
setC240(C240CharacteristicDescription value)
Sets the value of the c240 property.
|
void |
setC502(C502MeasurementDetails value)
Sets the value of the c502 property.
|
void |
setE4051(String value)
Sets the value of the e4051 property.
|
void |
setE7059(String value)
Sets the value of the e7059 property.
|
CCICharacteristicClassId |
withC240(C240CharacteristicDescription value) |
CCICharacteristicClassId |
withC502(C502MeasurementDetails value) |
CCICharacteristicClassId |
withE4051(String value) |
CCICharacteristicClassId |
withE7059(String value) |
public String getE7059()
Stringpublic void setE7059(String value)
value - allowed object is
Stringpublic C502MeasurementDetails getC502()
C502MeasurementDetailspublic void setC502(C502MeasurementDetails value)
value - allowed object is
C502MeasurementDetailspublic C240CharacteristicDescription getC240()
C240CharacteristicDescriptionpublic void setC240(C240CharacteristicDescription value)
value - allowed object is
C240CharacteristicDescriptionpublic String getE4051()
Stringpublic void setE4051(String value)
value - allowed object is
Stringpublic CCICharacteristicClassId withE7059(String value)
public CCICharacteristicClassId withC502(C502MeasurementDetails value)
public CCICharacteristicClassId withC240(C240CharacteristicDescription value)
public CCICharacteristicClassId withE4051(String value)
Copyright © 2020. All rights reserved.