Class DependentPriceReferenceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.DependentPriceReferenceType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected LineReferenceTypedependentLineReferenceprotected AddressTypelocationAddressprotected PercentTypepercent
-
Constructor Summary
Constructors Constructor Description DependentPriceReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineReferenceTypegetDependentLineReference()Gets the value of the dependentLineReference property.AddressTypegetLocationAddress()Gets the value of the locationAddress property.PercentTypegetPercent()Gets the value of the percent property.voidsetDependentLineReference(LineReferenceType value)Sets the value of the dependentLineReference property.voidsetLocationAddress(AddressType value)Sets the value of the locationAddress property.voidsetPercent(PercentType value)Sets the value of the percent property.
-
-
-
Field Detail
-
percent
protected PercentType percent
-
locationAddress
protected AddressType locationAddress
-
dependentLineReference
protected LineReferenceType dependentLineReference
-
-
Method Detail
-
getPercent
public PercentType getPercent()
Gets the value of the percent property.- Returns:
- possible object is
PercentType
-
setPercent
public void setPercent(PercentType value)
Sets the value of the percent property.- Parameters:
value- allowed object isPercentType
-
getLocationAddress
public AddressType getLocationAddress()
Gets the value of the locationAddress property.- Returns:
- possible object is
AddressType
-
setLocationAddress
public void setLocationAddress(AddressType value)
Sets the value of the locationAddress property.- Parameters:
value- allowed object isAddressType
-
getDependentLineReference
public LineReferenceType getDependentLineReference()
Gets the value of the dependentLineReference property.- Returns:
- possible object is
LineReferenceType
-
setDependentLineReference
public void setDependentLineReference(LineReferenceType value)
Sets the value of the dependentLineReference property.- Parameters:
value- allowed object isLineReferenceType
-
-