public class TermsOfTransport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Dimension> |
dimension |
protected java.lang.String |
equipmentIdentificationCode |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.lang.String |
sealID |
protected java.lang.String |
sealingPartyCode |
protected TransportTerms |
transportTerms |
| Constructor and Description |
|---|
TermsOfTransport() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Dimension> |
getDimension()
Gets the value of the dimension property.
|
java.lang.String |
getEquipmentIdentificationCode()
Gets the value of the equipmentIdentificationCode property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.lang.String |
getSealID()
Gets the value of the sealID property.
|
java.lang.String |
getSealingPartyCode()
Gets the value of the sealingPartyCode property.
|
TransportTerms |
getTransportTerms()
Gets the value of the transportTerms property.
|
void |
setEquipmentIdentificationCode(java.lang.String value)
Sets the value of the equipmentIdentificationCode property.
|
void |
setSealID(java.lang.String value)
Sets the value of the sealID property.
|
void |
setSealingPartyCode(java.lang.String value)
Sets the value of the sealingPartyCode property.
|
void |
setTransportTerms(TransportTerms value)
Sets the value of the transportTerms property.
|
protected java.lang.String sealID
protected java.lang.String sealingPartyCode
protected java.lang.String equipmentIdentificationCode
protected TransportTerms transportTerms
protected java.util.List<Dimension> dimension
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getSealID()
Stringpublic void setSealID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSealingPartyCode()
Stringpublic void setSealingPartyCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEquipmentIdentificationCode()
Stringpublic void setEquipmentIdentificationCode(java.lang.String value)
value - allowed object is
Stringpublic TransportTerms getTransportTerms()
TransportTermspublic void setTransportTerms(TransportTerms value)
value - allowed object is
TransportTermspublic java.util.List<Dimension> getDimension()
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 dimension property.
For example, to add a new item, do as follows:
getDimension().add(newItem);
Objects of the following type(s) are allowed in the list
Dimension
public java.util.List<Extrinsic> getExtrinsic()
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 extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.