Package org.cxml

Class TermsOfTransport


  • public class TermsOfTransport
    extends java.lang.Object
    • Field Detail

      • sealID

        protected java.lang.String sealID
      • sealingPartyCode

        protected java.lang.String sealingPartyCode
      • equipmentIdentificationCode

        protected java.lang.String equipmentIdentificationCode
      • dimension

        protected java.util.List<Dimension> dimension
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • TermsOfTransport

        public TermsOfTransport()
    • 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 is String
      • 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 is String
      • 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 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 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 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 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 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