public class STCStatisticalConcept extends Object
Java class for STC-StatisticalConcept complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STC-StatisticalConcept">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C785" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C785-StatisticalConceptIdentification"/>
<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="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
STCStatisticalConcept() |
| Modifier and Type | Method and Description |
|---|---|
C082PartyIdentificationDetails |
getC082()
Gets the value of the c082 property.
|
C785StatisticalConceptIdentification |
getC785()
Gets the value of the c785 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 |
setC785(C785StatisticalConceptIdentification value)
Sets the value of the c785 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
STCStatisticalConcept |
withC082(C082PartyIdentificationDetails value) |
STCStatisticalConcept |
withC785(C785StatisticalConceptIdentification value) |
STCStatisticalConcept |
withE4405(String value) |
STCStatisticalConcept |
withE4513(String value) |
public C785StatisticalConceptIdentification getC785()
C785StatisticalConceptIdentificationpublic void setC785(C785StatisticalConceptIdentification value)
value - allowed object is
C785StatisticalConceptIdentificationpublic 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 getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic STCStatisticalConcept withC785(C785StatisticalConceptIdentification value)
public STCStatisticalConcept withC082(C082PartyIdentificationDetails value)
public STCStatisticalConcept withE4405(String value)
public STCStatisticalConcept withE4513(String value)
Copyright © 2020. All rights reserved.