public class GRUSegmentGroupUsageDetails extends Object
Java class for GRU-SegmentGroupUsageDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GRU-SegmentGroupUsageDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9164" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9164-GroupIdentifier"/>
<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="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" minOccurs="0"/>
<element name="E1050" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1050-SequencePositionIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GRUSegmentGroupUsageDetails() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getE7299()
Gets the value of the e7299 property.
|
String |
getE9164()
Gets the value of the e9164 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 |
setE7299(String value)
Sets the value of the e7299 property.
|
void |
setE9164(String value)
Sets the value of the e9164 property.
|
GRUSegmentGroupUsageDetails |
withE1050(String value) |
GRUSegmentGroupUsageDetails |
withE4513(String value) |
GRUSegmentGroupUsageDetails |
withE6176(BigDecimal value) |
GRUSegmentGroupUsageDetails |
withE7299(String value) |
GRUSegmentGroupUsageDetails |
withE9164(String value) |
public String getE9164()
Stringpublic void setE9164(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 String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic String getE1050()
Stringpublic void setE1050(String value)
value - allowed object is
Stringpublic GRUSegmentGroupUsageDetails withE9164(String value)
public GRUSegmentGroupUsageDetails withE7299(String value)
public GRUSegmentGroupUsageDetails withE6176(BigDecimal value)
public GRUSegmentGroupUsageDetails withE4513(String value)
public GRUSegmentGroupUsageDetails withE1050(String value)
Copyright © 2020. All rights reserved.