Package org.cxml
Class TermsOfTransport
- java.lang.Object
-
- org.cxml.TermsOfTransport
-
public class TermsOfTransport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Dimension>dimensionprotected java.lang.StringequipmentIdentificationCodeprotected java.util.List<Extrinsic>extrinsicprotected java.lang.StringsealIDprotected java.lang.StringsealingPartyCodeprotected TransportTermstransportTerms
-
Constructor Summary
Constructors Constructor Description TermsOfTransport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Dimension>getDimension()Gets the value of the dimension property.java.lang.StringgetEquipmentIdentificationCode()Gets the value of the equipmentIdentificationCode property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.java.lang.StringgetSealID()Gets the value of the sealID property.java.lang.StringgetSealingPartyCode()Gets the value of the sealingPartyCode property.TransportTermsgetTransportTerms()Gets the value of the transportTerms property.voidsetEquipmentIdentificationCode(java.lang.String value)Sets the value of the equipmentIdentificationCode property.voidsetSealID(java.lang.String value)Sets the value of the sealID property.voidsetSealingPartyCode(java.lang.String value)Sets the value of the sealingPartyCode property.voidsetTransportTerms(TransportTerms value)Sets the value of the transportTerms property.
-
-
-
Field Detail
-
sealID
protected java.lang.String sealID
-
sealingPartyCode
protected java.lang.String sealingPartyCode
-
equipmentIdentificationCode
protected java.lang.String equipmentIdentificationCode
-
transportTerms
protected TransportTerms transportTerms
-
dimension
protected java.util.List<Dimension> dimension
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getSealID
public java.lang.String getSealID()
Gets the value of the sealID property.- Returns:
- possible object is
String
-
setSealID
public void setSealID(java.lang.String value)
Sets the value of the sealID property.- Parameters:
value- allowed object isString
-
getSealingPartyCode
public java.lang.String getSealingPartyCode()
Gets the value of the sealingPartyCode property.- Returns:
- possible object is
String
-
setSealingPartyCode
public void setSealingPartyCode(java.lang.String value)
Sets the value of the sealingPartyCode property.- Parameters:
value- allowed object isString
-
getEquipmentIdentificationCode
public java.lang.String getEquipmentIdentificationCode()
Gets the value of the equipmentIdentificationCode property.- Returns:
- possible object is
String
-
setEquipmentIdentificationCode
public void setEquipmentIdentificationCode(java.lang.String value)
Sets the value of the equipmentIdentificationCode property.- Parameters:
value- allowed object isString
-
getTransportTerms
public TransportTerms getTransportTerms()
Gets the value of the transportTerms property.- Returns:
- possible object is
TransportTerms
-
setTransportTerms
public void setTransportTerms(TransportTerms value)
Sets the value of the transportTerms property.- Parameters:
value- allowed object isTransportTerms
-
getDimension
public java.util.List<Dimension> 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
public java.util.List<Extrinsic> 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
-
-