public class SPROrganisationClassificationDetails extends Object
Java class for SPR-OrganisationClassificationDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SPR-OrganisationClassificationDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7293" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7293-SectorAreaIdentificationCodeQualifier"/>
<element name="E3079" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3079-OrganisationClassificationCode" minOccurs="0"/>
<element name="C844" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C844-OrganisationClassificationDetail" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SPROrganisationClassificationDetails() |
| Modifier and Type | Method and Description |
|---|---|
C844OrganisationClassificationDetail |
getC844()
Gets the value of the c844 property.
|
String |
getE3079()
Gets the value of the e3079 property.
|
String |
getE7293()
Gets the value of the e7293 property.
|
void |
setC844(C844OrganisationClassificationDetail value)
Sets the value of the c844 property.
|
void |
setE3079(String value)
Sets the value of the e3079 property.
|
void |
setE7293(String value)
Sets the value of the e7293 property.
|
SPROrganisationClassificationDetails |
withC844(C844OrganisationClassificationDetail value) |
SPROrganisationClassificationDetails |
withE3079(String value) |
SPROrganisationClassificationDetails |
withE7293(String value) |
public SPROrganisationClassificationDetails()
public String getE7293()
Stringpublic void setE7293(String value)
value - allowed object is
Stringpublic String getE3079()
Stringpublic void setE3079(String value)
value - allowed object is
Stringpublic C844OrganisationClassificationDetail getC844()
C844OrganisationClassificationDetailpublic void setC844(C844OrganisationClassificationDetail value)
value - allowed object is
C844OrganisationClassificationDetailpublic SPROrganisationClassificationDetails withE7293(String value)
public SPROrganisationClassificationDetails withE3079(String value)
public SPROrganisationClassificationDetails withC844(C844OrganisationClassificationDetail value)
Copyright © 2020. All rights reserved.