public class TransportExecutionTermsType extends Object
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() |
| Modifier and Type | Method and Description |
|---|---|
PaymentTermsType |
getBonusPaymentTerms()
Gets the value of the bonusPaymentTerms property.
|
List<ChangeConditionsType> |
getChangeConditions()
Gets the value of the changeConditions property.
|
PaymentTermsType |
getCommissionPaymentTerms()
Gets the value of the commissionPaymentTerms property.
|
List<DeliveryTermsType> |
getDeliveryTerms()
Gets the value of the deliveryTerms property.
|
List<EnvironmentalEmissionType> |
getEnvironmentalEmission()
Gets the value of the environmentalEmission property.
|
List<NotificationRequirementType> |
getNotificationRequirement()
Gets the value of the notificationRequirement property.
|
List<PaymentTermsType> |
getPaymentTerms()
Gets the value of the paymentTerms property.
|
PaymentTermsType |
getPenaltyPaymentTerms()
Gets the value of the penaltyPaymentTerms property.
|
PaymentTermsType |
getServiceChargePaymentTerms()
Gets the value of the serviceChargePaymentTerms property.
|
List<TransportServiceProviderSpecialTermsType> |
getTransportServiceProviderSpecialTerms()
Gets the value of the transportServiceProviderSpecialTerms property.
|
List<TransportUserSpecialTermsType> |
getTransportUserSpecialTerms()
Gets the value of the transportUserSpecialTerms property.
|
void |
setBonusPaymentTerms(PaymentTermsType value)
Sets the value of the bonusPaymentTerms property.
|
void |
setCommissionPaymentTerms(PaymentTermsType value)
Sets the value of the commissionPaymentTerms property.
|
void |
setPenaltyPaymentTerms(PaymentTermsType value)
Sets the value of the penaltyPaymentTerms property.
|
void |
setServiceChargePaymentTerms(PaymentTermsType value)
Sets the value of the serviceChargePaymentTerms property.
|
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()
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()
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()
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()
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()
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()
PaymentTermsTypepublic void setBonusPaymentTerms(PaymentTermsType value)
value - allowed object is
PaymentTermsTypepublic PaymentTermsType getCommissionPaymentTerms()
PaymentTermsTypepublic void setCommissionPaymentTerms(PaymentTermsType value)
value - allowed object is
PaymentTermsTypepublic PaymentTermsType getPenaltyPaymentTerms()
PaymentTermsTypepublic void setPenaltyPaymentTerms(PaymentTermsType value)
value - allowed object is
PaymentTermsTypepublic List<EnvironmentalEmissionType> getEnvironmentalEmission()
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()
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()
PaymentTermsTypepublic void setServiceChargePaymentTerms(PaymentTermsType value)
value - allowed object is
PaymentTermsTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.