Package org.cxml
Class TermsOfTransport
java.lang.Object
org.cxml.TermsOfTransport
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected TransportTerms -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dimension property.Gets the value of the equipmentIdentificationCode property.Gets the value of the extrinsic property.Gets the value of the sealID property.Gets the value of the sealingPartyCode property.Gets the value of the transportTerms property.voidSets the value of the equipmentIdentificationCode property.voidSets the value of the sealID property.voidsetSealingPartyCode(String value) Sets the value of the sealingPartyCode property.voidsetTransportTerms(TransportTerms value) Sets the value of the transportTerms property.
-
Field Details
-
sealID
-
sealingPartyCode
-
equipmentIdentificationCode
-
transportTerms
-
dimension
-
extrinsic
-
-
Constructor Details
-
TermsOfTransport
public TermsOfTransport()
-
-
Method Details
-
getSealID
Gets the value of the sealID property.- Returns:
- possible object is
String
-
setSealID
Sets the value of the sealID property.- Parameters:
value- allowed object isString
-
getSealingPartyCode
Gets the value of the sealingPartyCode property.- Returns:
- possible object is
String
-
setSealingPartyCode
Sets the value of the sealingPartyCode property.- Parameters:
value- allowed object isString
-
getEquipmentIdentificationCode
Gets the value of the equipmentIdentificationCode property.- Returns:
- possible object is
String
-
setEquipmentIdentificationCode
Sets the value of the equipmentIdentificationCode property.- Parameters:
value- allowed object isString
-
getTransportTerms
Gets the value of the transportTerms property.- Returns:
- possible object is
TransportTerms
-
setTransportTerms
Sets the value of the transportTerms property.- Parameters:
value- allowed object isTransportTerms
-
getDimension
Gets the value of the dimension property.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
setmethod 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 -
getExtrinsic
Gets the value of the extrinsic property.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
setmethod 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
-