Class 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>
     
    • Constructor Detail

      • DependentPriceReferenceType

        public DependentPriceReferenceType()
    • 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 is PercentType
      • 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 is AddressType
      • 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 is LineReferenceType