Package org.cxml

Class TermsOfTransport

java.lang.Object
org.cxml.TermsOfTransport

public class TermsOfTransport extends Object
  • Field Details

    • sealID

      protected String sealID
    • sealingPartyCode

      protected String sealingPartyCode
    • equipmentIdentificationCode

      protected String equipmentIdentificationCode
    • transportTerms

      protected TransportTerms transportTerms
    • dimension

      protected List<Dimension> dimension
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • TermsOfTransport

      public TermsOfTransport()
  • Method Details

    • getSealID

      public String getSealID()
      Gets the value of the sealID property.
      Returns:
      possible object is String
    • setSealID

      public void setSealID(String value)
      Sets the value of the sealID property.
      Parameters:
      value - allowed object is String
    • getSealingPartyCode

      public String getSealingPartyCode()
      Gets the value of the sealingPartyCode property.
      Returns:
      possible object is String
    • setSealingPartyCode

      public void setSealingPartyCode(String value)
      Sets the value of the sealingPartyCode property.
      Parameters:
      value - allowed object is String
    • getEquipmentIdentificationCode

      public String getEquipmentIdentificationCode()
      Gets the value of the equipmentIdentificationCode property.
      Returns:
      possible object is String
    • setEquipmentIdentificationCode

      public void setEquipmentIdentificationCode(String value)
      Sets the value of the equipmentIdentificationCode property.
      Parameters:
      value - allowed object is String
    • 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 is TransportTerms
    • getDimension

      public 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 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

    • getExtrinsic

      public 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 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