public class HYNHierarchyInformation extends Object
Java class for HYN-HierarchyInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HYN-HierarchyInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7173" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7173-HierarchyObjectCodeQualifier"/>
<element name="E7171" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7171-HierarchicalStructureRelationshipCode" minOccurs="0"/>
<element name="E1229" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1229-ActionCode" minOccurs="0"/>
<element name="C212" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C212-ItemNumberIdentification" minOccurs="0"/>
<element name="E7166" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7166-HierarchicalStructureParentIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HYNHierarchyInformation() |
| Modifier and Type | Method and Description |
|---|---|
C212ItemNumberIdentification |
getC212()
Gets the value of the c212 property.
|
String |
getE1229()
Gets the value of the e1229 property.
|
String |
getE7166()
Gets the value of the e7166 property.
|
String |
getE7171()
Gets the value of the e7171 property.
|
String |
getE7173()
Gets the value of the e7173 property.
|
void |
setC212(C212ItemNumberIdentification value)
Sets the value of the c212 property.
|
void |
setE1229(String value)
Sets the value of the e1229 property.
|
void |
setE7166(String value)
Sets the value of the e7166 property.
|
void |
setE7171(String value)
Sets the value of the e7171 property.
|
void |
setE7173(String value)
Sets the value of the e7173 property.
|
HYNHierarchyInformation |
withC212(C212ItemNumberIdentification value) |
HYNHierarchyInformation |
withE1229(String value) |
HYNHierarchyInformation |
withE7166(String value) |
HYNHierarchyInformation |
withE7171(String value) |
HYNHierarchyInformation |
withE7173(String value) |
public String getE7173()
Stringpublic void setE7173(String value)
value - allowed object is
Stringpublic String getE7171()
Stringpublic void setE7171(String value)
value - allowed object is
Stringpublic String getE1229()
Stringpublic void setE1229(String value)
value - allowed object is
Stringpublic C212ItemNumberIdentification getC212()
C212ItemNumberIdentificationpublic void setC212(C212ItemNumberIdentification value)
value - allowed object is
C212ItemNumberIdentificationpublic String getE7166()
Stringpublic void setE7166(String value)
value - allowed object is
Stringpublic HYNHierarchyInformation withE7173(String value)
public HYNHierarchyInformation withE7171(String value)
public HYNHierarchyInformation withE1229(String value)
public HYNHierarchyInformation withC212(C212ItemNumberIdentification value)
public HYNHierarchyInformation withE7166(String value)
Copyright © 2020. All rights reserved.