public class TransportExecutionTermsType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe terms applying to a transport execution plan.</ccts:Definition>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
</ccts:Component>
Java class for TransportExecutionTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransportExecutionTermsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TransportUserSpecialTerms" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TransportServiceProviderSpecialTerms" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ChangeConditions" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PaymentTerms" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DeliveryTerms" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}BonusPaymentTerms" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CommissionPaymentTerms" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PenaltyPaymentTerms" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EnvironmentalEmission" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}NotificationRequirement" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ServiceChargePaymentTerms" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PaymentTermsType |
bonusPaymentTerms |
protected List<ChangeConditionsType> |
changeConditions |
protected PaymentTermsType |
commissionPaymentTerms |
protected List<DeliveryTermsType> |
deliveryTerms |
protected List<EnvironmentalEmissionType> |
environmentalEmission |
protected List<NotificationRequirementType> |
notificationRequirement |
protected List<PaymentTermsType> |
paymentTerms |
protected PaymentTermsType |
penaltyPaymentTerms |
protected PaymentTermsType |
serviceChargePaymentTerms |
protected List<TransportServiceProviderSpecialTermsType> |
transportServiceProviderSpecialTerms |
protected List<TransportUserSpecialTermsType> |
transportUserSpecialTerms |
| Constructor and Description |
|---|
TransportExecutionTermsType() |
protected List<TransportUserSpecialTermsType> transportUserSpecialTerms
protected List<TransportServiceProviderSpecialTermsType> transportServiceProviderSpecialTerms
protected List<ChangeConditionsType> changeConditions
protected List<PaymentTermsType> paymentTerms
protected List<DeliveryTermsType> deliveryTerms
protected PaymentTermsType bonusPaymentTerms
protected PaymentTermsType commissionPaymentTerms
protected PaymentTermsType penaltyPaymentTerms
protected List<EnvironmentalEmissionType> environmentalEmission
protected List<NotificationRequirementType> notificationRequirement
protected PaymentTermsType serviceChargePaymentTerms
public List<TransportUserSpecialTermsType> getTransportUserSpecialTerms()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Transport User_ Special Terms. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing special terms specified by the transport user.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Transport User</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Special Terms</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the transportUserSpecialTerms 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 transportUserSpecialTerms property.
For example, to add a new item, do as follows:
getTransportUserSpecialTerms().add(newItem);
Objects of the following type(s) are allowed in the list
TransportUserSpecialTermsType
public List<TransportServiceProviderSpecialTermsType> getTransportServiceProviderSpecialTerms()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Transport Service Provider_ Special Terms. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing special terms specified by the transport service provider.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Transport Service Provider</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Special Terms</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the transportServiceProviderSpecialTerms 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 transportServiceProviderSpecialTerms property.
For example, to add a new item, do as follows:
getTransportServiceProviderSpecialTerms().add(newItem);
Objects of the following type(s) are allowed in the list
TransportServiceProviderSpecialTermsType
public List<ChangeConditionsType> getChangeConditions()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Change Conditions. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing conditions applying to a change of these transport execution terms.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
<ccts:PropertyTerm>Change Conditions</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the changeConditions 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 changeConditions property.
For example, to add a new item, do as follows:
getChangeConditions().add(newItem);
Objects of the following type(s) are allowed in the list
ChangeConditionsType
public List<PaymentTermsType> getPaymentTerms()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Payment Terms</ccts:DictionaryEntryName>
<ccts:Definition>Payment terms associated with the transportation service.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the paymentTerms 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 paymentTerms property.
For example, to add a new item, do as follows:
getPaymentTerms().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentTermsType
public List<DeliveryTermsType> getDeliveryTerms()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Delivery Terms</ccts:DictionaryEntryName>
<ccts:Definition>Delivery terms (e.g., Incoterms) associated with the transportation service.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Delivery Terms</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the deliveryTerms 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 deliveryTerms property.
For example, to add a new item, do as follows:
getDeliveryTerms().add(newItem);
Objects of the following type(s) are allowed in the list
DeliveryTermsType
public PaymentTermsType getBonusPaymentTerms()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Bonus_ Payment Terms. Payment Terms</ccts:DictionaryEntryName>
<ccts:Definition>Terms relating to payment of applicable bonuses associated with the transport service.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Bonus</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
</ccts:Component>
PaymentTermsTypepublic void setBonusPaymentTerms(PaymentTermsType value)
value - allowed object is
PaymentTermsTypepublic PaymentTermsType getCommissionPaymentTerms()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Commission_ Payment Terms. Payment Terms</ccts:DictionaryEntryName>
<ccts:Definition>Terms of payment applying to a commission specified in the transport execution plan.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Commission</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
</ccts:Component>
PaymentTermsTypepublic void setCommissionPaymentTerms(PaymentTermsType value)
value - allowed object is
PaymentTermsTypepublic PaymentTermsType getPenaltyPaymentTerms()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Penalty_ Payment Terms. Payment Terms</ccts:DictionaryEntryName>
<ccts:Definition>Terms of payment applying to a penalty specified in the transport execution plan.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Penalty</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
</ccts:Component>
PaymentTermsTypepublic void setPenaltyPaymentTerms(PaymentTermsType value)
value - allowed object is
PaymentTermsTypepublic List<EnvironmentalEmissionType> getEnvironmentalEmission()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Environmental Emission</ccts:DictionaryEntryName>
<ccts:Definition>An environmental emission resulting from the transportation service.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
<ccts:PropertyTerm>Environmental Emission</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Environmental Emission</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Environmental Emission</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the environmentalEmission 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 environmentalEmission property.
For example, to add a new item, do as follows:
getEnvironmentalEmission().add(newItem);
Objects of the following type(s) are allowed in the list
EnvironmentalEmissionType
public List<NotificationRequirementType> getNotificationRequirement()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Notification Requirement</ccts:DictionaryEntryName>
<ccts:Definition>A notification requirement related to the transportation service; e.g., a requirement that the transport user should be notified when goods are ready for pickup.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
<ccts:PropertyTerm>Notification Requirement</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Notification Requirement</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Notification Requirement</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the notificationRequirement 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 notificationRequirement property.
For example, to add a new item, do as follows:
getNotificationRequirement().add(newItem);
Objects of the following type(s) are allowed in the list
NotificationRequirementType
public PaymentTermsType getServiceChargePaymentTerms()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Execution Terms. Service Charge_ Payment Terms. Payment Terms</ccts:DictionaryEntryName>
<ccts:Definition>Payment terms for the service charge associated with the transport service.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Execution Terms</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Service Charge</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
</ccts:Component>
PaymentTermsTypepublic void setServiceChargePaymentTerms(PaymentTermsType value)
value - allowed object is
PaymentTermsTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.