public class SGUSegmentUsageDetails extends Object
Java class for SGU-SegmentUsageDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SGU-SegmentUsageDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9166" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9166-SegmentTagIdentifier"/>
<element name="E7299" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7299-RequirementDesignatorCode" minOccurs="0"/>
<element name="E6176" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6176-OccurrencesMaximumNumber" minOccurs="0"/>
<element name="E7168" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7168-LevelNumber" minOccurs="0"/>
<element name="E1050" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1050-SequencePositionIdentifier" minOccurs="0"/>
<element name="E1049" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1049-MessageSectionCode" 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 |
|---|
SGUSegmentUsageDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1049()
Gets the value of the e1049 property.
|
String |
getE1050()
Gets the value of the e1050 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
BigDecimal |
getE6176()
Gets the value of the e6176 property.
|
BigDecimal |
getE7168()
Gets the value of the e7168 property.
|
String |
getE7299()
Gets the value of the e7299 property.
|
String |
getE9166()
Gets the value of the e9166 property.
|
void |
setE1049(String value)
Sets the value of the e1049 property.
|
void |
setE1050(String value)
Sets the value of the e1050 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
void |
setE6176(BigDecimal value)
Sets the value of the e6176 property.
|
void |
setE7168(BigDecimal value)
Sets the value of the e7168 property.
|
void |
setE7299(String value)
Sets the value of the e7299 property.
|
void |
setE9166(String value)
Sets the value of the e9166 property.
|
SGUSegmentUsageDetails |
withE1049(String value) |
SGUSegmentUsageDetails |
withE1050(String value) |
SGUSegmentUsageDetails |
withE4513(String value) |
SGUSegmentUsageDetails |
withE6176(BigDecimal value) |
SGUSegmentUsageDetails |
withE7168(BigDecimal value) |
SGUSegmentUsageDetails |
withE7299(String value) |
SGUSegmentUsageDetails |
withE9166(String value) |
public String getE9166()
Stringpublic void setE9166(String value)
value - allowed object is
Stringpublic String getE7299()
Stringpublic void setE7299(String value)
value - allowed object is
Stringpublic BigDecimal getE6176()
BigDecimalpublic void setE6176(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getE7168()
BigDecimalpublic void setE7168(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE1050()
Stringpublic void setE1050(String value)
value - allowed object is
Stringpublic String getE1049()
Stringpublic void setE1049(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic SGUSegmentUsageDetails withE9166(String value)
public SGUSegmentUsageDetails withE7299(String value)
public SGUSegmentUsageDetails withE6176(BigDecimal value)
public SGUSegmentUsageDetails withE7168(BigDecimal value)
public SGUSegmentUsageDetails withE1050(String value)
public SGUSegmentUsageDetails withE1049(String value)
public SGUSegmentUsageDetails withE4513(String value)
Copyright © 2020. All rights reserved.