public static class CUSCAR.SegGrp7.SegGrp8.SegGrp9.SegGrp10 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="TSR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TSR-TransportServiceRequirements" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp10() |
| Modifier and Type | Method and Description |
|---|---|
RFFReference |
getRFF()
Gets the value of the rff property.
|
List<TSRTransportServiceRequirements> |
getTSR()
Gets the value of the tsr property.
|
void |
setRFF(RFFReference value)
Sets the value of the rff property.
|
CUSCAR.SegGrp7.SegGrp8.SegGrp9.SegGrp10 |
withRFF(RFFReference value) |
CUSCAR.SegGrp7.SegGrp8.SegGrp9.SegGrp10 |
withTSR(Collection<TSRTransportServiceRequirements> values) |
CUSCAR.SegGrp7.SegGrp8.SegGrp9.SegGrp10 |
withTSR(TSRTransportServiceRequirements... values) |
public RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic List<TSRTransportServiceRequirements> getTSR()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tsr property.
For example, to add a new item, do as follows:
getTSR().add(newItem);
Objects of the following type(s) are allowed in the list
TSRTransportServiceRequirements
public CUSCAR.SegGrp7.SegGrp8.SegGrp9.SegGrp10 withRFF(RFFReference value)
public CUSCAR.SegGrp7.SegGrp8.SegGrp9.SegGrp10 withTSR(TSRTransportServiceRequirements... values)
public CUSCAR.SegGrp7.SegGrp8.SegGrp9.SegGrp10 withTSR(Collection<TSRTransportServiceRequirements> values)
Copyright © 2020. All rights reserved.