public class DependentPriceReferenceType 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>Dependent Price Reference. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to define the price of an item as a percentage of the price of a different item.</ccts:Definition>
<ccts:ObjectClass>Dependent Price Reference</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
AddressType |
getLocationAddress()
<?
|
PercentType |
getPercent()
<?
|
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()
<?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>Dependent Price Reference. Percent</ccts:DictionaryEntryName>
<ccts:Definition>The percentage by which the price of the different item is multiplied to calculate the price of the item.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Dependent Price Reference</ccts:ObjectClass>
<ccts:PropertyTerm>Percent</ccts:PropertyTerm>
<ccts:RepresentationTerm>Percent</ccts:RepresentationTerm>
<ccts:DataType>Percent. Type</ccts:DataType>
</ccts:Component>
PercentTypepublic void setPercent(PercentType value)
value - allowed object is
PercentTypepublic AddressType getLocationAddress()
<?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>Dependent Price Reference. Location_ Address. Address</ccts:DictionaryEntryName>
<ccts:Definition>The reference location for this dependent price reference.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Dependent Price Reference</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Location</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Address</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Address</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Address</ccts:RepresentationTerm>
</ccts:Component>
AddressTypepublic void setLocationAddress(AddressType value)
value - allowed object is
AddressTypepublic LineReferenceType getDependentLineReference()
<?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>Dependent Price Reference. Dependent_ Line Reference. Line Reference</ccts:DictionaryEntryName>
<ccts:Definition>A reference to a line that the price is depended of.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Dependent Price Reference</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Dependent</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Line Reference</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Line Reference</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Line Reference</ccts:RepresentationTerm>
</ccts:Component>
LineReferenceTypepublic void setDependentLineReference(LineReferenceType value)
value - allowed object is
LineReferenceTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.