public class DependentPriceReferenceType extends Object
Java class for DependentPriceReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DependentPriceReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Percent" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}LocationAddress" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DependentLineReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LineReferenceType |
dependentLineReference |
protected AddressType |
locationAddress |
protected PercentType |
percent |
| Constructor and Description |
|---|
DependentPriceReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
LineReferenceType |
getDependentLineReference()
Gets the value of the dependentLineReference property.
|
AddressType |
getLocationAddress()
Gets the value of the locationAddress property.
|
PercentType |
getPercent()
Gets the value of the percent property.
|
void |
setDependentLineReference(LineReferenceType value)
Sets the value of the dependentLineReference property.
|
void |
setLocationAddress(AddressType value)
Sets the value of the locationAddress property.
|
void |
setPercent(PercentType value)
Sets the value of the percent property.
|
protected PercentType percent
protected AddressType locationAddress
protected LineReferenceType dependentLineReference
public PercentType getPercent()
PercentTypepublic void setPercent(PercentType value)
value - allowed object is
PercentTypepublic AddressType getLocationAddress()
AddressTypepublic void setLocationAddress(AddressType value)
value - allowed object is
AddressTypepublic LineReferenceType getDependentLineReference()
LineReferenceTypepublic void setDependentLineReference(LineReferenceType value)
value - allowed object is
LineReferenceTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.