Class UnstructuredPriceType


  • public class UnstructuredPriceType
    extends Object

    Java class for UnstructuredPriceType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="UnstructuredPriceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PriceAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TimeAmount" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • UnstructuredPriceType

        public UnstructuredPriceType()
    • Method Detail

      • setPriceAmount

        public void setPriceAmount​(PriceAmountType value)
        Sets the value of the priceAmount property.
        Parameters:
        value - allowed object is PriceAmountType
      • getTimeAmount

        public TimeAmountType getTimeAmount()
        Gets the value of the timeAmount property.
        Returns:
        possible object is TimeAmountType
      • setTimeAmount

        public void setTimeAmount​(TimeAmountType value)
        Sets the value of the timeAmount property.
        Parameters:
        value - allowed object is TimeAmountType