public class DeliveryTermsType extends Object
Java class for DeliveryTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryTermsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SpecialTerms" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LossRiskResponsibilityCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LossRisk" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Amount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DeliveryLocation" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AllowanceCharge" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllowanceChargeType |
allowanceCharge |
protected AmountType |
amount |
protected LocationType |
deliveryLocation |
protected IDType |
id |
protected List<LossRiskType> |
lossRisk |
protected LossRiskResponsibilityCodeType |
lossRiskResponsibilityCode |
protected List<SpecialTermsType> |
specialTerms |
| Constructor and Description |
|---|
DeliveryTermsType() |
| Modifier and Type | Method and Description |
|---|---|
AllowanceChargeType |
getAllowanceCharge()
Gets the value of the allowanceCharge property.
|
AmountType |
getAmount()
Gets the value of the amount property.
|
LocationType |
getDeliveryLocation()
Gets the value of the deliveryLocation property.
|
IDType |
getID()
Gets the value of the id property.
|
List<LossRiskType> |
getLossRisk()
Gets the value of the lossRisk property.
|
LossRiskResponsibilityCodeType |
getLossRiskResponsibilityCode()
Gets the value of the lossRiskResponsibilityCode property.
|
List<SpecialTermsType> |
getSpecialTerms()
Gets the value of the specialTerms property.
|
void |
setAllowanceCharge(AllowanceChargeType value)
Sets the value of the allowanceCharge property.
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
void |
setDeliveryLocation(LocationType value)
Sets the value of the deliveryLocation property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setLossRiskResponsibilityCode(LossRiskResponsibilityCodeType value)
Sets the value of the lossRiskResponsibilityCode property.
|
protected IDType id
protected List<SpecialTermsType> specialTerms
protected LossRiskResponsibilityCodeType lossRiskResponsibilityCode
protected List<LossRiskType> lossRisk
protected AmountType amount
protected LocationType deliveryLocation
protected AllowanceChargeType allowanceCharge
public void setID(IDType value)
value - allowed object is
IDTypepublic List<SpecialTermsType> getSpecialTerms()
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 specialTerms property.
For example, to add a new item, do as follows:
getSpecialTerms().add(newItem);
Objects of the following type(s) are allowed in the list
SpecialTermsType
public LossRiskResponsibilityCodeType getLossRiskResponsibilityCode()
LossRiskResponsibilityCodeTypepublic void setLossRiskResponsibilityCode(LossRiskResponsibilityCodeType value)
value - allowed object is
LossRiskResponsibilityCodeTypepublic List<LossRiskType> getLossRisk()
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 lossRisk property.
For example, to add a new item, do as follows:
getLossRisk().add(newItem);
Objects of the following type(s) are allowed in the list
LossRiskType
public AmountType getAmount()
AmountTypepublic void setAmount(AmountType value)
value - allowed object is
AmountTypepublic LocationType getDeliveryLocation()
LocationTypepublic void setDeliveryLocation(LocationType value)
value - allowed object is
LocationTypepublic AllowanceChargeType getAllowanceCharge()
AllowanceChargeTypepublic void setAllowanceCharge(AllowanceChargeType value)
value - allowed object is
AllowanceChargeTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.